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://{opsmanager-installation}//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
{
    "cpis": [
        {
            "name": "string",
            "type": "string",
            "migrated_from": [
                {
                    "name": "string"
                }
            ],
            "properties": {}
        }
    ]
}
array of cpis
cpis
Optional

cpis