Get Account Status
GET/account/:accountId/config/status
Returns the list of Prisma Cloud Security Capabilities whose status is either warning or error for the specified account ID. The response also contains suggestions to remediate the error or warning.
Request
Path Parameters
accountId stringrequired
Cloud account ID
Responses
- 200
- 400
successful operation
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
name string
Prisma Cloud service
status string
Service status
message string
Message with details about service status
remediation string
Suggestions for remediation
subComponents undefined[]
[
{
"name": "string",
"status": "string",
"message": "string",
"remediation": "string",
"subComponents": [
null
]
}
]
bad_request
Loading...