Skip to content
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
16 changes: 0 additions & 16 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -581,11 +581,6 @@ const config = {
to: "#",
logoClass: "prisma",
docs: [
{
label: "Get Started 1.0",
to: "access/docs/insights/getting_started-10",
icon: "doc",
},
{
label: "Get Started 2.0",
to: "access/docs/insights/getting_started-20",
Expand All @@ -603,11 +598,6 @@ const config = {
},
],
apiDocs: [
{
to: "access/api/insights/1.0",
label: "Prisma Access Insights 1.0",
icon: "api-doc",
},
{
to: "access/api/insights/2.0",
label: "Prisma Access Insights 2.0",
Expand Down Expand Up @@ -958,12 +948,6 @@ const config = {
label: "v2.0",
baseUrl: "/access/api/insights/2.0",
},
"1.0": {
specPath: "openapi-specs/access/insights/1.0",
outputDir: "products/access/api/insights/1.0",
label: "v1.0",
baseUrl: "/access/api/insights/1.0/",
},
},
},
mtmonitor: {
Expand Down
2 changes: 0 additions & 2 deletions products/access/api/insights/2.0/insights-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ customers, where the tenants have been onboarded by Palo Alto Networks using a T
To validate your tenant ID go to the Prisma Access Hub, click on the Prisma Access Insights
application name, and look in the **Manage Apps** section.

To use 1.0 APIs, see [1.0 APIs](/access/api/insights/1.0).

For information about access tokens and base URLs, please see
[Get Started with Prisma Access 2.0 APIs](/access/docs/insights/getting_started-20).
2 changes: 0 additions & 2 deletions products/access/api/insights/insights-api-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ customers, where the tenants have been onboarded by Palo Alto Networks using a T
To validate your tenant ID go to the Prisma Access Hub, click on the Prisma Access Insights
application name, and look in the **Manage Apps** section.

To use 1.0 APIs, see [1.0 APIs](/access/api/insights/1.0).

For information about access tokens and base URLs, please see
[Get Started with Prisma Access 3.0 APIs](/access/docs/insights/getting_started-30).
2 changes: 2 additions & 0 deletions products/access/docs/insights/getting_started-30.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: Prisma Access Insights 3.0 API quick start
sidebar_label: Get Started 3.0
---

**Note**: Insights 1.0 is deprecated and removed.

Palo Alto Networks® Prisma Access Insights APIs allows you to continuously monitor the health and
performance of your Prisma Access environment using Insights in the Prisma Access app.

Expand Down
15 changes: 0 additions & 15 deletions products/access/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,6 @@ const {
} = require("docusaurus-plugin-openapi-docs/lib/sidebars/utils");

module.exports = {
saseinsightsv1: [
{
type: "html",
defaultStyle: true,
value: versionSelector(insightsVersions),
className: "version-button",
},
{
type: "html",
defaultStyle: true,
value: versionCrumb(`v1.0`),
},
"access/api/insights/1.0/insights-api",
require("./api/insights/1.0/sidebar"),
],
saseinsightsv2: [
{
type: "html",
Expand Down
1 change: 1 addition & 0 deletions products/sase/docs/release-notes/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ keywords:

| Date | Description |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| June 3rd, 2026 | Removed Insights 1.0 as it is deprecated.
| February 23, 2026 | Added new [Prisma Browser for MSP](/sase/api/pab-msp/pab-msp-api/).
| February 12, 2026 | Backbone and Connection APIs are now deprecated and have been replaced by the [Service Provider (SP) Interconnect](/sase/api/mt-interconnect/introduction/).
| Oct 8, 2025 | Added new APIs to [SASE 5G Manage Services APIs](/sase/api/manage-services-5g/).
Expand Down
Loading