Actions
Poll the status of asynchronous actions that mutating broker endpoints return (e.g., edit, set applet config, lifecycle).
Return the current status of an action previously enqueued by an edit, applet, or lifecycle endpoint. Callers should poll with moderate backoff; typical actions complete in seconds, slow ones (upgrade, applet activation requiring image pull) in minutes.
See the Action Statuses table.
Required permission: broker_action.
The tenant API key value, sent as the literal Authorization
header value (no Bearer prefix).
The tenant API key identifier corresponding to the value sent in
Authorization.
The opaque action identifier returned by a prior mutating call.
act_2c8d6b9e1aCurrent action status.
Status payload returned by getActionStatus. The single status field reflects the current state of the asynchronous broker action.
Possible states of an asynchronous broker action.
Missing or invalid Authorization / x-xdr-auth-id credentials.
Authenticated caller lacks the broker_action permission.
(This read-only poll endpoint performs no cluster-member
check, so the shared cluster-member 403 wording does not
apply here.)
Unexpected server-side failure.
GET /public_api/v1/brokers/action_status/{action_id}/ HTTP/1.1
Host: api-cortex.paloaltonetworks.com
Authorization: YOUR_API_KEY
x-xdr-auth-id: YOUR_API_KEY
Accept: */*
{
"status": "IN_PROGRESS"
}Last updated
Was this helpful?
