Skip to content

Commit

Permalink
Merge pull request #781 from PaloAltoNetworks/DOCS-6603_minorpabupdate
Browse files Browse the repository at this point in the history
updated PAB APIs with a small technical change and a reorganization
  • Loading branch information
sarette authored Nov 26, 2024
2 parents 2142b34 + 3f11228 commit 8171bba
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 50 deletions.
11 changes: 2 additions & 9 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,16 +520,9 @@ const config = {
label: "Prisma Access Browser",
to: "#",
logoClass: "prisma",
docs: [
{
label: "Prisma Access Browser Developer's Guide",
to: "access/docs/browser-mgmt",
icon: "doc",
},
],
apiDocs: [
{
to: "access/api/browser-mgmt",
to: "access/api/browser-mgmt/browser-mgmt-api",
label: "Prisma Access Browser",
icon: "api-doc",
},
Expand Down Expand Up @@ -908,7 +901,7 @@ const config = {
outputDir: "products/access/api/prisma-access-config",
sidebarOptions: { groupPathsBy: "tag" },
},
broswermgmt: {
browsermgmt: {
specPath: "openapi-specs/access/browser-mgmt",
outputDir: "products/access/api/browser-mgmt",
sidebarOptions: { groupPathsBy: "tag" },
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
id: browser-mgmt
title: Prisma Access Browser APIs
id: browser-mgmt-api
sidebar_label: Prisma Access Browser APIs
slug: /access/api/browser-mgmt
title: Prisma Access Browser APIs
keywords:
- SASE
- Reference
Expand All @@ -11,16 +10,16 @@ keywords:

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.
For more information, see [Prisma Access Browser](https://docs.paloaltonetworks.com/prisma-access-browser).
For more information, see the [Prisma Access Browser](https://docs.paloaltonetworks.com/prisma-access-browser)
product documentation.

**Note:**
- The PAB APIs are accessible only in the U.S region.
- PAB APIs can only work with the following pre-defined Roles:
PAB APIs 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 user interface](https://docs.paloaltonetworks.com/prisma/prisma-access/prisma-access-cloud-managed-admin.html).
[Strata Cloud Manager user interface](https://docs.paloaltonetworks.com/prisma-access-browser/administration/use-the-prisma-access-browser-dashboards).

These APIs use the [common SASE authentication](/sase/docs/getstarted) for service access and authorization.
26 changes: 0 additions & 26 deletions products/access/docs/browser-mgmt/browser-mgmt.md

This file was deleted.

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
6 changes: 0 additions & 6 deletions products/sase/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,6 @@ module.exports = {
collapsed: true,
items: ["access/docs/prisma-access-config/prisma-access-config"],
},
{
type: "category",
label: "Prisma Access Browser",
collapsed: true,
items: ["access/docs/browser-mgmt/browser-mgmt"],
},
{
type: "category",
label: "Prisma SD-WAN",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/strata-cloud-manager/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default function SCMLandingPage() {
],
"Other Configuration": [
{
to: "/access/api/browser-mgmt",
to: "/access/api/browser-mgmt/browser-mgmt-api",
label: "Prisma Access Browser",
icon: "api-doc",
},
Expand Down

0 comments on commit 8171bba

Please sign in to comment.