Staged director runtime configs

Staged director runtime configs

Returns a list of the runtime configs included globally when deploying the director product.

Request
URI
GET
https://{opsmanager-installation}//api/v0/staged/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"
                        ]
                    }
                }
            }
        }
    ]
}
runtime_configs
Optional

runtime_configs