Prisma Access
Insights APIs
Expand all | Collapse all
Prisma Access
Insights APIs
The Prisma Access
Insights APIs allow you to query your Prisma Access
Insights tenants for data
resources.
The Prisma Access
Insights APIs allow you to query your Prisma Access
Insights tenants for
data resources. There are two versions of the APIs. The Prisma Access
Insights 2.0 and 1.0
APIs both allow you to query your Prisma Access tenant for the health of your Prisma Access network deployment. The API calls are the same for both versions;
however, each version uses different access tokens, and the mechanism by which you
obtain an access token is different for each version.
About 2.0 APIs
Prisma Access
Insights are intended for
Strata Cloud Manager Managed Prisma Access customers, where the tenants have been onboarded by Palo Alto
Networks using a Tenant Service Group (TSG) identifier. To see whether your tenant
uses TSG IDs, go to the
Prisma Access
hub, click on the
Prisma Access
Insights application name, and look
in the
Manage Apps section.
The 2.0 APIs can also be used by Panorama Managed
Prisma Access customers. In this case, if the
Panorama-managed deployment is multitenant, then only the supertenant has the TSG
ID, and the subtenants are included in the header with the Strata Logging Service tenant ID.
API 2.0 Case
After supertenant migration to TSG ID, when querying
for a subtenant:
The header needs the following information: Prisma-Tenant:tsg_id:sub_tenant_id
About 1.0 APIs
Prisma Access
Insights are intended for all
cloud-managed single tenant customers, as well as Panorama-managed single-tenant and
multitenant customers.
API 1.0 Case
Before supertenant migration to TSG ID, when querying
for a subtenant information using the 1.0 APIs, include the supertenant
ID on the endpoint:
/api/sase/v1.0/resource/tenant/{super_tenant_id}/
Include the following header on the call: Prisma-Tenant: {tenant_id}: {sub_tenant_id}