Get Full Operator Compatibility
GET {{cbc-hostname}}/containers/v1/orgs/{{org_key}}/deploy/compatibility
Get Full Operator Compatibility
Returns the compatibility matrix specifying which sensor are compatible to which operator version.
Permissions Required
Permission (.notation name) | Operation(s) |
---|---|
kubernetes.security | READ |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-AUTH-TOKEN | string | (Required) Carbon Black Access Key | |
Accept | string |
RESPONSES
status: OK
{"matrix":{"5.5.0":{"min_agent":"2.10.0","max_agent":"2.11.0"},"5.6.0":{"min_agent":"2.10.0","max_agent":"2.12.2"},"5.6.1":{"min_agent":"2.10.0","max_agent":"2.12.2"},"5.6.2":{"min_agent":"2.10.0","max_agent":"2.12.2"},"6.0.0":{"min_agent":"2.10.0","max_agent":"latest"},"6.0.1":{"min_agent":"2.10.0","max_agent":"latest"}}}