Deployed director runtime configs
Returns a list of the runtime configs included globally when deploying the director product.
Request
URI
GET
https://{api_host}/api/v0/deployed/director/runtime_configs
COPY
Responses
200
OK
Returns RuntimeConfigs of type(s) application/json
{
"runtime_configs": [
{
"name": "string",
"manifest": {
"releases": {
"name": "string",
"version": "string"
},
"addons": {
"name": "string",
"jobs": {
"name": "string",
"release": "string"
},
"include": {
"deployments": [
"string"
]
}
},
"tags": {}
}
}
]
}
array of runtime_configs
runtime_configs
Optional
runtime_configs
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/deployed/director/runtime_configs