Skip to main content

Retrieve cloud compliance information

GET /cloud-compliance/info

Retrieves Cloud Compliance information.

Error

Status: Default, Default response
Name Type Required Description

containerActive

boolean

False

healthy

boolean

True

lastDeploymentError

string

False

privateIp

string

False

status

string

True

widgetUrl

string

False

Example error response
{
  "healthy": false,
  "lastDeploymentError": "string",
  "privateIp": "string",
  "status": "string",
  "widgetUrl": "string"
}