Acronis · Example Payload

Task Manager Activity Example

CybersecurityData ProtectionEndpoint Management

Task Manager Activity Example is an example object payload from Acronis, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtypestateresult_codeparent_activity_idtask_idsustainablecreatedAtstartedAtcompletedAt

Example Payload

Raw ↑
{
  "id": "sample-uuid-001",
  "type": "sample-value",
  "state": "enqueued",
  "result_code": "ok",
  "parent_activity_id": "sample-uuid-001",
  "task_id": "sample-uuid-001",
  "sustainable": true,
  "createdAt": "2025-03-15T14:30:00Z",
  "startedAt": "2025-03-15T14:30:00Z",
  "completedAt": "2025-03-15T14:30:00Z"
}