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
Returns BoshCloudConfig of type(s) application/json
{
"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": {
"cpu": "number",
"ram": "number"
}
}
]
}
}
cloud_config
Optional
cloud_config