View A list Of all manifest overrides for the BOSH Director

View A list Of all manifest overrides for the BOSH Director

This endpoint will list the currently configured overrides for the BOSH Director. Overrides will be applied in order, so the last override will be applied last.

Request
URI
GET
https://{opsmanager-installation}//api/v0/staged/director/overrides
COPY
Responses
200

0K

Returns DirectorOverrides of type(s) application/json
{
    "overrides": [
        {
            "section": "string",
            "data": {}
        }
    ]
}
overrides
Optional

A list of overrides that will be applied to the BOSH Director manifest.

Overrides will be applied in order, so the last override will be applied last.


403

Forbidden

Operation doesn't return any data structure