Configuring errands

Configuring errands

Set activated or deactivated list of errands to run.

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

The guid of the product


Request Body

OK

Errands of type(s) application/json
Optional
{
    "errands": [
        {
            "name": "string",
            "post_deploy": false,
            "pre_delete": false,
            "label": "string",
            "impact_warning": "string"
        }
    ]
}
array of Errand
errands
Optional

errands

Responses
200

OK

Operation doesn't return any data structure

422

Unprocessible Entity

Operation doesn't return any data structure