Getting BOSH CPI Config from historical installations

Getting BOSH CPI Config from historical installations

Returns the BOSH CPI configs for a given installation id.

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

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

The installation id


Responses
200

OK

Returns BoshCpiConfig of type(s) application/json
"BoshCpiConfig Object"
array of cpis
cpis
Optional

cpis


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