View A list Of all manifest overrides for A Product

View A list Of all manifest overrides for A Product

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

Request
URI
GET
https://{opsmanager-installation}//api/v0/staged/products/{product_guid}/overrides
COPY
Path Parameters
string
product_guid
Required

The guid of the product


Responses
200

0K

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

A list of overrides that will be applied to the given Product manifest.

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


403

Forbidden

Operation doesn't return any data structure