Skip to main content

Query Prisma Access Configs (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/prismaaccess_configs/query

Query the Prisma Access configurations.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Body

    id string

    The ID of the prisma access configs.

    remote_networks RemoteNetwork[]

    The details of the prisma access configuration remote networks.

  • Array [
  • remote_network_names string[]

    The names of the remote networks.

    spn_name stringrequired

    The SPN (Security Processing Name) of the prisma access config.

  • ]
  • site_id stringrequired

    The site ID of the prisma access configs.

    tenant_id stringrequired

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

Responses

Successful operation

Schema
    count int32

    The count of the query list.

    deleted_count int64

    The deleted number of queries.

    deleted_ids string[]

    The deleted query IDs.

    description

    Description of the query. Max size = 256.

    id string

    The ID.

    next_query object

    Details of the next query.

    tenant_id string

    The tenant ID.

    total_count int64

    Total number of queries.

    items PrismaAccessConfigQueryResponse[]
  • Array [
  • id string

    The ID of the prisma access configs.

    remote_networks RemoteNetwork[]

    The details of the prisma access configuration remote networks.

  • Array [
  • remote_network_names string[]

    The names of the remote networks.

    spn_name stringrequired

    The SPN (Security Processing Name) of the prisma access config.

  • ]
  • site_id stringrequired

    The site ID of the prisma access configs.

    tenant_id stringrequired

    Tenant Id: NotNull Digits(fraction = 0, integer = 20, TENANT_ID_INVALID_0001)

  • ]
Loading...