List Account Status Details
Returns a list of Prisma Cloud services whose status indicates a warning or error for the given cloud account ID. Includes status details for each listed service.
Path Parameters
- accountId string required
Cloud account ID
Responses
- 200
- 400
- 500
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- message string
Message with details about service status
- name string
Prisma Cloud service
- remediation string
Suggestions for remediation
- status string
Service status
- subComponents undefined[]
- ]
[
{
"message": "string",
"name": "string",
"remediation": "string",
"status": "string",
"subComponents": [
null
]
}
]
bad_request
internal_error
Loading...