Fetching deployed CPI configs
Returns most recently deployed CPI configs.
Request
URI
GET
https://{api_host}/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"
}
],
"properties": {}
}
]
}
array of cpis
cpis
Optional
cpis
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v0/deployed/cpi_config