Query Prisma Access Configs (v2.0)
POST/sdwan/v2.0/api/prismaaccess_configs/query
Query the Prisma Access configurations.
Request
- application/json
Body
- Array [
- ]
The ID of the prisma access configs.
remote_networks RemoteNetwork[]
The details of the prisma access configuration remote networks.
Edge Location Display: JsonIgnore(value = true)
Edge Location Value: JsonIgnore(value = true)
The names of the remote networks.
Service Link Ids: JsonIgnore(value = true)
The SPN (Security Processing Name) of the prisma access config.
The site ID of the prisma access configs.
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
The actual count.
The deleted number.
The deleted IDs.
Description of the query. Max size = 256.
The ID.
Details of the next query.
Total number.
items PrismaAccessConfigQueryResponse[]
The ID of the prisma access configs.
remote_networks RemoteNetwork[]
The details of the prisma access configuration remote networks.
Edge Location Display: JsonIgnore(value = true)
Edge Location Value: JsonIgnore(value = true)
The names of the remote networks.
Service Link Ids: JsonIgnore(value = true)
The SPN (Security Processing Name) of the prisma access config.
The site ID of the prisma access configs.
{
"count": 0,
"deleted_count": 0,
"deleted_ids": [
"string"
],
"id": "string",
"next_query": {},
"total_count": 0,
"items": [
{
"id": "string",
"remote_networks": [
{
"edge_location_display": "string",
"edge_location_value": "string",
"remote_network_names": [
"string"
],
"service_link_ids": [
"string"
],
"spn_name": "string"
}
],
"site_id": "string"
}
]
}