Retrieving A list Of install time verifiers for A product

Retrieving A list Of install time verifiers for A product

Returns a list of verifiers associated with the product and if those verifiers are activated or deactivated

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

The guid of the product


Responses
200

OK

Returns Verifiers of type(s) application/json
{
    "verifiers": [
        {
            "enabled": false,
            "type": "string"
        }
    ]
}
array of Verifier
verifiers
Optional

verifiers