Skip to main content

Get resource details

GET 

https://pa-us.api.prismaaccess.com/api/sase/v1.0/resource/tenant/:tenant_id/:resource_name

Returns all resource information, including available properties and details.

Request

Path Parameters

    resource_name stringrequired

    Name of the resource for which you want information. The supported resources are:

    • site_current_status

      Provides connection status information.

    • alerts

      Provides information on alerts raised by your tenant.

    tenant_id stringrequired

    Unique tenant ID.

Header Parameters

    Prisma-SubTenant string

    Sub-tenant ID. This parameter is required only if a sub-tenant is configured.

Responses

List of resources

Schema
    dataobject[]required

    Response Data

    Example: [{"average_property3":10.75,"property1":"value1","property2":10},{"average_property3":20.99,"property1":"value2","property2":25}]
    header object

    Response header

    emptyboolean
curl -L 'https://pan.dev/api/sase/v1.0/resource/tenant/:tenant_id/:resource_name' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://pa-us.api.prismaaccess.com
Parameters
— pathrequired
— pathrequired
— header
ResponseClear

Click the Send API Request button above and see the response here!

Copy contents of documentation as Markdown format for AI usage