Deployed director runtime configs

Deployed director runtime configs
Deployed 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/deployed/director/runtime_configs
COPY
Responses
200

OK

Returns RuntimeConfigs of type(s) application/json
{
    "runtime_configs": [
        {
            "name": "string",
            "manifest": {}
        }
    ]
}
array of runtime_configs
runtime_configs
Optional

runtime_configs


400

Setup is not completed

Returns RequireSetupCompleted of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

401

Unauthorized

Returns UnauthorizedResponse of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

403

Forbidden

Returns ForbiddenResponse of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

404

BOSH Director has not been deployed

Returns RequiresDeployedDirector of type(s) application/json
{
    "errors": {
        "errors": [
            "string"
        ]
    }
}

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v0/deployed/director/runtime_configs