Fetching deployed CPI configs
Returns most recently deployed CPI configs.
Request
URI
GET
https://{opsmanager-installation}//api/v0/deployed/cpi_config
COPY
Responses
200
OK
Returns BoshCpiConfig of type(s) application/json
{
"cpis": [
{
"name": "string",
"type": "string",
"migrated_from": [
{
"name": "string"
}
]
}
]
}
array of cpis
cpis
Optional
cpis