URL
POST https://{api-url}/api/v2/tenants/{tenantId}/patches/configurations/{id}/run
Sample URLs
https://{api-url}/api/v2/tenants/client_93/patches/configurations/PATCHCONF-9db1451f-1441-4bd9-90b9-aa371fc11e6d/run
This API is able to run an existing job script.
Parameters
This field is mandatory:
Field | Data Type | Description |
---|---|---|
reason | String | Reason to run the patch configuration |
Sample request
{
"reason": "To run patch config on demand"
}
Sample response
Null