Get compliance status by ID
GET {{baseUrl}}/container-security/api/v1/policycompliance?image_id=18528013
Deprecated! Tenable.io Container Security API v1 is deprecated. Checks the compliance of an image that you specify by ID against your policies.
Requires BASIC [16] user permissions. See Permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
image_id | number | (Required) The ID of the image that you want to check for policy compliance. |
RESPONSES
status: OK
[{"status":"string","message":"string","reason":"string"}]