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.securityREAD

See Documentation

HEADERS

KeyDatatypeRequiredDescription
X-AUTH-TOKENstring(Required) Carbon Black Access Key
Acceptstring

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"}}}