Deployed Director cloud config

Deployed Director cloud config
Deployed Director cloud config

The deployed BOSH director's cloud config

Request
URI
GET
https://{opsmanager-installation}/api/v0/deployed/cloud_config
COPY
Responses
200

0K

OneOf
This class returns at least one of the following:
{
    "cloud_config": {
        "azs": [
            {
                "name": "string",
                "cpi": "string",
                "cloud_properties": {
                    "zone": "string"
                }
            }
        ],
        "networks": [
            {
                "name": "string",
                "type": "string",
                "subnets": [
                    {
                        "azs": [
                            "string"
                        ],
                        "cloud_properties": {
                            "subnetwork_name": "string",
                            "network_name": "string"
                        }
                    }
                ]
            }
        ],
        "vm_types": [
            {
                "name": "string",
                "cloud_properties": {
                    "instance_type": "string",
                    "root_disk": {
                        "type": "string"
                    },
                    "ephemeral_disk": {
                        "type": "string",
                        "size": "string"
                    }
                }
            }
        ]
    }
}

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/cloud_config