Acronis · Example Payload

Acronis Listtasks Example

CybersecurityData ProtectionEndpoint Management

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listTasks",
  "method": "GET",
  "path": "/tasks",
  "summary": "Acronis List Tasks",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ListTasks200Example",
      "example": {
        "items": [
          {
            "id": "task-uuid-001",
            "type": "backup",
            "state": "completed",
            "result_code": "ok",
            "startedAt": "2025-03-15T14:30:00Z",
            "completedAt": "2025-03-15T14:45:00Z"
          }
        ]
      }
    }
  ]
}