From 9d0fd15e7aa228a8a770da06794d003002ead3de Mon Sep 17 00:00:00 2001 From: API Governance Team Date: Wed, 3 Jun 2026 20:18:57 +0530 Subject: [PATCH] Removed insights 1.0 as it is deprecated --- docusaurus.config.ts | 16 ---------------- products/access/api/insights/2.0/insights-api.md | 2 -- products/access/api/insights/insights-api-30.md | 2 -- .../access/docs/insights/getting_started-30.md | 2 ++ products/access/sidebars.ts | 15 --------------- products/sase/docs/release-notes/changelog.md | 1 + 6 files changed, 3 insertions(+), 35 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index b60d94656..69a36fbd2 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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", @@ -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", @@ -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: { diff --git a/products/access/api/insights/2.0/insights-api.md b/products/access/api/insights/2.0/insights-api.md index 04faf6ae5..6af610bac 100644 --- a/products/access/api/insights/2.0/insights-api.md +++ b/products/access/api/insights/2.0/insights-api.md @@ -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). diff --git a/products/access/api/insights/insights-api-30.md b/products/access/api/insights/insights-api-30.md index 43ed97797..34c217c1c 100644 --- a/products/access/api/insights/insights-api-30.md +++ b/products/access/api/insights/insights-api-30.md @@ -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). \ No newline at end of file diff --git a/products/access/docs/insights/getting_started-30.md b/products/access/docs/insights/getting_started-30.md index 1c4c60c26..d78e4ecc5 100644 --- a/products/access/docs/insights/getting_started-30.md +++ b/products/access/docs/insights/getting_started-30.md @@ -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. diff --git a/products/access/sidebars.ts b/products/access/sidebars.ts index e158d5ed0..7bab8d2b6 100644 --- a/products/access/sidebars.ts +++ b/products/access/sidebars.ts @@ -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", diff --git a/products/sase/docs/release-notes/changelog.md b/products/sase/docs/release-notes/changelog.md index 917dfd0c1..4cf77861d 100644 --- a/products/sase/docs/release-notes/changelog.md +++ b/products/sase/docs/release-notes/changelog.md @@ -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/).