Skip to main content

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

successful operation

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[]
  • ]
Loading...