Fetching staged CPI configs

Fetching staged CPI configs

Returns CPI configs generated based on your current settings. The generated CPI configs are used during Apply Changes.

Request
URI
GET
https://{opsmanager-installation}//api/v0/staged/cpi_config
COPY
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