Palo Alto Networks Statuses API
{'$ref': 'desc/statuses/statuses.md'}
{'$ref': 'desc/statuses/statuses.md'}
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/palo-alto-networks-statuses-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Palo Alto Networks Statuses API
x-description-source: desc/intro.md
version: '1.0'
description: 'Operations tagged Statuses across 4 of this provider''s published API definitions: palo-alto-compute-34-03-openapi-34-03-138-sh-openapi.json, palo-alto-compute-openapi-34-04-145-sh-openapi.json, palo-alto-cwpp-34-03-openapi-34-03-138-saas-openapi.json, palo-alto-cwpp-openapi-34-04-145-saas-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: PATH_TO_CONSOLE
tags:
- name: Statuses
description: Statuses. 2 operations in this definition.
x-description-source: desc/statuses/statuses.md
paths:
/api/v34.03/statuses/buildah:
get:
description: 'Buildah Feature Status returns the buildah feature status. GET /api/v34.03/statuses/buildah on the Statuses API. Documented responses: 200.'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/api.BuildahFeatureStatus'
description: BuildahFeatureStatus holds the response for the buildah feature status
default:
description: ''
tags:
- Statuses
x-prisma-cloud-target-env:
permission: monitorCI
operationId: get-statuses-buildah
summary: Buildah Feature Status returns the buildah feature status
x-description-source: desc/statuses/buildah_get.md
/api/v34.03/statuses/registry:
get:
description: 'Get Registry Scan Status. GET /api/v34.03/statuses/registry on the Statuses API. Documented responses: 200.'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/defender.ScanStatus'
description: ScanStatus represents the status of current scan
default:
description: ''
tags:
- Statuses
x-prisma-cloud-target-env:
permission: monitorImages
operationId: get-statuses-registry
summary: Get Registry Scan Status
x-description-source: desc/statuses/registry_get.md
/api/v34.04/statuses/buildah:
get:
description: 'Buildah Feature Status returns the buildah feature status. GET /api/v34.04/statuses/buildah on the Statuses API. Documented responses: 200.'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/api.BuildahFeatureStatus'
description: BuildahFeatureStatus holds the response for the buildah feature status
default:
description: ''
tags:
- Statuses
x-prisma-cloud-target-env:
permission: monitorCI
operationId: get-statuses-buildah
summary: Buildah Feature Status returns the buildah feature status
x-description-source: desc/statuses/buildah_get.md
/api/v34.04/statuses/registry:
get:
description: 'Get Registry Scan Status. GET /api/v34.04/statuses/registry on the Statuses API. Documented responses: 200.'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/defender.ScanStatus'
description: ScanStatus represents the status of current scan
default:
description: ''
tags:
- Statuses
x-prisma-cloud-target-env:
permission: monitorImages
operationId: get-statuses-registry
summary: Get Registry Scan Status
x-description-source: desc/statuses/registry_get.md
components:
schemas:
api.BuildahFeatureStatus:
description: BuildahFeatureStatus holds the response for the buildah feature status
properties:
enabled:
description: 'Enabled is the buildah feature enabled/disabled indicator.
'
type: boolean
type: object
string:
type: string
defender.ScanStatus:
description: ScanStatus represents the status of current scan
properties:
completed:
description: 'Indicates if scanning has successfully completed (true) or not (false).
'
type: boolean
errors:
description: 'List of errors that occurred during the last scan.
'
items:
$ref: '#/components/schemas/string'
type: array
hostname:
description: 'Name of the host where Defender runs.
'
type: string
scanTime:
description: 'Datetime of the last completed scan.
'
format: date-time
type: string
scanning:
description: 'Indicates whether scanning is in progress (true) or not (false).
'
type: boolean
selective:
description: 'Indicates if the scan is for a specific resource (true) or not (false).
'
type: boolean
type: object
x-refined-from:
- palo-alto-compute-34-03-openapi-34-03-138-sh-openapi.json
- palo-alto-compute-openapi-34-04-145-sh-openapi.json
- palo-alto-cwpp-34-03-openapi-34-03-138-saas-openapi.json
- palo-alto-cwpp-openapi-34-04-145-saas-openapi.json