Get Operator Installation Data

GET {{cbc-hostname}}/containers/v1/orgs/{{org_key}}/deploy

Get Operator Installation Data

Returns data about the Carbon Black Containers Operator with metadata on how to install the Operator. This includes URLs to the Operator YAML for different Kubernetes versions as well as URLs to helper scripts that automate this for the customer.

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

{"operator_url":"setup.test.containers.carbonblack.io/v6.0.2-rc1/operator.yaml","install_script_bash_url":"setup.test.containers.carbonblack.io/v6.0.2-rc1/operator-apply.sh","install_script_powershell_url":"setup.test.containers.carbonblack.io/v6.0.2-rc1/operator-apply.ps1","operator_setup_data":[{"min_kubernetes_version":"1.13","max_kubernetes_version":"1.15","url_to_yaml":"setup.test.containers.carbonblack.io/v6.0.2-rc1/operator-kubernetes-under-1-16.yaml"},{"min_kubernetes_version":"1.16","max_kubernetes_version":"","url_to_yaml":"setup.test.containers.carbonblack.io/v6.0.2-rc1/operator.yaml"}]}