Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs 6603 pab update #776

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions products/access/api/browser-mgmt/browser-mgmt-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
id: browser-mgmt-api
title: Welcome to Prisma Access Browser APIs
description: Prisma Access Browser APIs
hide_title: false
hide_table_of_contents: false
slug: /access/api/browser-mgmt-api
keywords:
- sase
---
Welcome to the Prisma Access Browser (PAB) APIs. These APIs are available for all PAB tenants to scale and automate their processes related to the browser.
To know more, see Prisma Access Browser[https://docs.paloaltonetworks.com/prisma-access-browser]

**Note:**
- PAB's API can only work with the following pre-defined Roles:
- **Super User:** Full read/write access.

- **View-Only Administrator:** Read-only access.

All of the functionality exposed by these APIs can also be performed using the [Prisma Access Browser user interface](https://docs.paloaltonetworks.com/prisma-access-browser).


See the [Prisma SASE API Get Started](/sase/docs/getstarted) for information about base URLs, authentication, and obtaining access tokens.
After you obtain an [access token](/sase/docs/access-tokens),
you can use these APIs to configure your Prisma Access deployments.
26 changes: 0 additions & 26 deletions products/access/api/browser-mgmt/browser-mgmt.md

This file was deleted.

7 changes: 0 additions & 7 deletions products/access/docs/browser-mgmt/browser-mgmt.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
---
id: browser-mgmt
title: Welcome to Prisma Access Browser APIs
description: Prisma Access Browser APIs
hide_title: false
hide_table_of_contents: false
slug: /access/docs/browser-mgmt
keywords:
- sase
---
Welcome to the Prisma Access Browser (PAB) APIs. These APIs are available for all PAB tenants to scale and automate their processes related to the browser.
To know more, see Prisma Access Browser[https://docs.paloaltonetworks.com/prisma-access-browser]

**Note:**
- The PAB APIs are accessible only in the U.S region.
- PAB's API can only work with the following pre-defined Roles:
- **Super User:** Full read/write access.

Expand Down
2 changes: 1 addition & 1 deletion products/access/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = {
require("./api/insights/sidebar"),
],
sasebrowsermgmt: [
"access/api/browser-mgmt/browser-mgmt",
"access/api/browser-mgmt/browser-mgmt-api",
require("./api/browser-mgmt/sidebar"),
],
saseprismaaccess: [
Expand Down
Loading
Loading