v1
latestOpenAPI 3.1.02026-08-063776831.4 MBMonitoringWorkflow
Update monitoring workflow status
Updates the monitoring status of a workflow to the specified status
put/monitoring-workflows/{workflowId}/status
Path parameters
workflowIdstring required
ID of the monitoring workflow
Headers
tenant-idstring required
Tenant ID
Request body
Example request
{
"workflowStatus": "IN_PROGRESS",
"description": "Monitoring workflow status changed to IN_PROGRESS"
}Response
Successfully updated the monitoring workflow status