CloudAlly · Schema

CloudAlly Backup Task

Schema for a CloudAlly backup task. A backup task represents the configuration that protects a specific SaaS workload (Microsoft 365 mailbox, Google Workspace user, Salesforce org, Box account, or Dropbox account). The task carries identifying metadata, scheduling info, status, and links to the most recent backup snapshot.

BackupBoxData ProtectionDisaster RecoveryDropboxGoogle WorkspaceMicrosoft-365OpenTextSaaS BackupSalesforce

Properties

Name Type Description
id string Unique identifier of the backup task.
name string Human-readable label for the task.
type string Workload type protected by the task.
status string Current backup status (for example, success, failed, in_progress, paused).
lastBackup stringnull Timestamp of the most recent successful backup.
createdAt string Time the task was created.
size integernull Total backed-up data size in bytes for the task.
schedule object Backup schedule configuration.
View JSON Schema on GitHub

JSON Schema

cloudally-backup-task-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.cloudally.com/schemas/backup-task.json",
  "title": "CloudAlly Backup Task",
  "description": "Schema for a CloudAlly backup task. A backup task represents the configuration that protects a specific SaaS workload (Microsoft 365 mailbox, Google Workspace user, Salesforce org, Box account, or Dropbox account). The task carries identifying metadata, scheduling info, status, and links to the most recent backup snapshot.",
  "type": "object",
  "required": ["id", "name", "type"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the backup task."
    },
    "name": {
      "type": "string",
      "description": "Human-readable label for the task."
    },
    "type": {
      "type": "string",
      "description": "Workload type protected by the task.",
      "enum": ["MS365", "GOOGLE_WORKSPACE", "SALESFORCE", "BOX", "DROPBOX", "SHAREPOINT", "ONEDRIVE"]
    },
    "status": {
      "type": "string",
      "description": "Current backup status (for example, success, failed, in_progress, paused).",
      "enum": ["success", "failed", "in_progress", "paused", "pending"]
    },
    "lastBackup": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "Timestamp of the most recent successful backup."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Time the task was created."
    },
    "size": {
      "type": ["integer", "null"],
      "description": "Total backed-up data size in bytes for the task."
    },
    "schedule": {
      "type": "object",
      "description": "Backup schedule configuration.",
      "properties": {
        "frequency": {"type": "string", "enum": ["daily", "every_3_hours", "manual"]},
        "timezone": {"type": "string"}
      }
    }
  },
  "additionalProperties": true
}

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/cloudally-backup-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.