Acronis · Schema

Task

A top-level Acronis backup or protection task

CybersecurityData ProtectionEndpoint ManagementBackup and RecoveryDisaster RecoveryManaged Service ProvidersEndpoint Detection and ResponseCloud Storage

Properties

Name Type Description
id string Task unique identifier
uuid string Task UUID
type string Task type (backup, restore, replication, etc.)
state string Current task state
result_code string Task result upon completion
priority string Task execution priority
policy_id string Protection policy that initiated this task
resource_id string Protected resource this task operates on
executor_id string Agent or executor that ran the task
enqueuedAt string When the task was queued
startedAt string When task execution began
completedAt string When task completed
updatedAt string
tenant_id string
View JSON Schema on GitHub

JSON Schema

task-manager-task-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/acronis/refs/heads/main/json-schema/task-manager-task-schema.json",
  "title": "Task",
  "description": "A top-level Acronis backup or protection task",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Task unique identifier",
      "example": "task-uuid-001"
    },
    "uuid": {
      "type": "string",
      "format": "uuid",
      "description": "Task UUID"
    },
    "type": {
      "type": "string",
      "description": "Task type (backup, restore, replication, etc.)",
      "example": "backup"
    },
    "state": {
      "type": "string",
      "enum": [
        "enqueued",
        "assigned",
        "started",
        "paused",
        "completed"
      ],
      "description": "Current task state",
      "example": "completed"
    },
    "result_code": {
      "type": "string",
      "enum": [
        "ok",
        "error",
        "warning",
        "cancelled",
        "abandoned",
        "timedout"
      ],
      "description": "Task result upon completion",
      "example": "ok"
    },
    "priority": {
      "type": "string",
      "description": "Task execution priority"
    },
    "policy_id": {
      "type": "string",
      "format": "uuid",
      "description": "Protection policy that initiated this task"
    },
    "resource_id": {
      "type": "string",
      "format": "uuid",
      "description": "Protected resource this task operates on"
    },
    "executor_id": {
      "type": "string",
      "description": "Agent or executor that ran the task"
    },
    "enqueuedAt": {
      "type": "string",
      "format": "date-time",
      "description": "When the task was queued"
    },
    "startedAt": {
      "type": "string",
      "format": "date-time",
      "description": "When task execution began"
    },
    "completedAt": {
      "type": "string",
      "format": "date-time",
      "description": "When task completed"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    },
    "tenant_id": {
      "type": "string",
      "format": "uuid"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/task-manager-task"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.