diff --git a/products/sase/docs/home.mdx b/products/sase/docs/home.mdx index d9b656da3..cb1c0a8cf 100644 --- a/products/sase/docs/home.mdx +++ b/products/sase/docs/home.mdx @@ -30,6 +30,7 @@ Currently, Prisma SASE offers the following APIs: - [Multitenant Notifications](/sase/api/mt-notifications) - [Autonomous DEM](/access/docs/adem) - [Prisma Access Insights](/access/docs/insights) +- [SaaS Security Posture Management](/sase/api/sspm/) Most of these APIs use a common authentication mechanism and base URL. See [Get Started](/sase/docs/getstarted) for details. diff --git a/products/sase/docs/release-notes/changelog.md b/products/sase/docs/release-notes/changelog.md index 16a2c7186..7841e5507 100644 --- a/products/sase/docs/release-notes/changelog.md +++ b/products/sase/docs/release-notes/changelog.md @@ -13,6 +13,7 @@ keywords: | Date | Description | | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Jan 9th, 2025 | Added [SaaS Security Posture Management](/sase/api/sspm/). | Oct 18, 2024 | Added [Prisma Access Browser APIs](/access/api/browser-mgmt/). | | Oct 11, 2024 | Added additional [Aggregate Monitoring APIs](/sase/api/mt-monitor/). | | July 22, 2024 | Added [Multitenant Interconnect APIs](/sase/api/mt-interconnect/). | diff --git a/products/scm/docs/release-notes/changelog.md b/products/scm/docs/release-notes/changelog.md index 88263bc24..0378406a1 100644 --- a/products/scm/docs/release-notes/changelog.md +++ b/products/scm/docs/release-notes/changelog.md @@ -12,6 +12,7 @@ keywords: | Date | Description | | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Jan 9th, 2025 | Added [SaaS Security Posture Management APIs](/sase/api/sspm/). | Nov 15, 2024 | Added Strata Cloud Manager configuration APIs, along with a [Strata Cloud Manager landing page](/strata-cloud-manager/). See the [release notes](/scm/docs/release-notes/november2024) for more information. | | Oct 18, 2024 | Added [Prisma Access Browser APIs](/access/api/browser-mgmt/). | | Oct 11, 2024 | Added additional [Aggregate Monitoring APIs](/sase/api/mt-monitor/). | diff --git a/src/pages/strata-cloud-manager/index.js b/src/pages/strata-cloud-manager/index.js index a8670a0b8..348335693 100644 --- a/src/pages/strata-cloud-manager/index.js +++ b/src/pages/strata-cloud-manager/index.js @@ -186,6 +186,11 @@ export default function SCMLandingPage() { label: "Prisma Access Browser", icon: "api-doc", }, + { + to: "/sase/api/sspm/", + label: "SaaS Security Posture Management", + icon: "api-doc", + }, { to: "/access/api/ztna/ztna-connector-apis", label: "ZTNA Connector",