Getting BOSH cloud configs from historical installations

Getting BOSH cloud configs from historical installations

Returns a product's cloud configs for a given Apply Change

Use /api/v0/installations/{installation_id}/products/director/cloud_config to get the director cloud config.

You can use GET /api/v0/installations to list the IDs and products guids of each historical Apply Change.

Request
URI
GET
https://{api_host}/api/v0/installations/{installation_id}/products/{product_guid}/cloud_config
COPY
Path Parameters
number
installation_id
Required

The installation id

string
product_guid
Required

The guid of the product


Responses
200

OK

Returns BoshCloudConfig of type(s) application/json
"BoshCloudConfig Object"
cloud_config
Optional

cloud_config


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v0/installations/{installation_id}/products/{product_guid}/cloud_config