{- "content": {
- "count": 0,
- "previous": "string",
- "next": "string",
- "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "operation": "CONVERGE",
- "state": "CREATED",
- "schedule_type": "IMMEDIATE",
- "schedule_args": {
- "start_datetime": "2019-08-24T14:15:22Z",
- "end_datetime": "2019-08-24T14:15:22Z",
- "time_type": "console",
- "window_start_time": "2019-08-24T14:15:22Z",
- "window_end_time": "2019-08-24T14:15:22Z",
- "days": [
- 0
]
}, - "device_query": { },
- "arguments": {
- "converge_with_provision": true,
- "sample_key": "string"
}, - "reason": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}
]
}
}
Operation information for the Tenant
An example where the query specifies a list of devices with specific values.
{- "operation_type": "CONVERGE",
- "schedule_type": "IMMEDIATE",
- "schedule_args": {
- "start_datetime": "2024-08-08T19:13:36.969Z",
- "end_datetime": "2024-08-08T19:13:36.969Z",
- "time_type": "console",
- "window_start_time": "2024-08-08T19:00:00Z",
- "window_end_time": "2024-08-08T20:00:00Z",
- "days": [
- 0
]
}, - "operation_device_query": {
- "device_ids": "460a4c28-b974-4c20-99b5-29aa6f10054f,560a4c28-b974-4c20-99b5-29aa6f10054e"
}, - "arguments": {
- "converge_with_provision": true,
- "sample_key": "value"
}
}
{- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "operation": "CONVERGE",
- "state": "CREATED",
- "schedule_type": "IMMEDIATE",
- "schedule_args": {
- "start_datetime": "2019-08-24T14:15:22Z",
- "end_datetime": "2019-08-24T14:15:22Z",
- "time_type": "console",
- "window_start_time": "2019-08-24T14:15:22Z",
- "window_end_time": "2019-08-24T14:15:22Z",
- "days": [
- 0
]
}, - "device_query": { },
- "arguments": {
- "converge_with_provision": true,
- "sample_key": "string"
}, - "reason": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe"
}
}
{- "content": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "operation": "CONVERGE",
- "state": "CREATED",
- "schedule_type": "IMMEDIATE",
- "schedule_args": {
- "start_datetime": "2019-08-24T14:15:22Z",
- "end_datetime": "2019-08-24T14:15:22Z",
- "time_type": "console",
- "window_start_time": "2019-08-24T14:15:22Z",
- "window_end_time": "2019-08-24T14:15:22Z",
- "days": [
- 0
]
}, - "device_query": { },
- "arguments": {
- "converge_with_provision": true,
- "sample_key": "string"
}, - "reason": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
- "updated_at": "2019-08-24T14:15:22Z",
- "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
- "operation_stats": {
- "operation_activity": [
- {
- "status": "pending",
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z"
}
], - "device_operation_statuses_count": {
- "created": 0,
- "initiated": 0,
- "succeeded": 0,
- "failed": 0
}
}
}
}
This API allows updating the status of a specific operation by providing the operation ID.
Operation status updated successfully
{- "state": "TIMEOUT",
- "reason": "Marking operation as timeout"
}
{- "operationId": "12345",
- "status": "SUCCEEDED"
}