Skip to main content

Get resource details

GET 

/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
    data object[]required

    Response Data

  • Array [
  • empty boolean
  • ]
  • header objectrequired

    Response header

    empty boolean
Loading...