v1

latestOpenAPI 3.1.02026-08-063776831.4 MB
MonitoringWorkflow

Bulk update monitoring workflow status

Updates the monitoring status of multiple workflows to the specified status

put/monitoring-workflows/bulk/status

Headers

tenant-idstring required

Tenant ID

Request body

workflowIdsstring[] required

List of monitoring workflow IDs to update

workflowStatusstring required

The new workflow status

descriptionstring required

Description for the timeline event

Example request

{
  "workflowIds": [
    "workflow-id-1",
    "workflow-id-2"
  ],
  "workflowStatus": "IN_PROGRESS",
  "description": "Monitoring workflow status changed to IN_PROGRESS"
}

Response

Bulk status update completed (may include partial failures)

totalCountinteger

Total number of workflows processed

successCountinteger

Number of successfully updated workflows

failureCountinteger

Number of failed updates

successfulWorkflowIdsstring[]

List of successfully updated workflow IDs