Sybase · Schema

Backup

Represents a database backup operation on the SAP ASE server.

DatabaseEnterpriseSAPSQL

Properties

Name Type Description
id string Unique identifier for the backup operation.
databaseName string The name of the database that was backed up.
type string The type of backup operation.
status string Current status of the backup operation.
startTime string Timestamp when the backup started.
endTime string Timestamp when the backup completed.
sizeMB number Size of the backup in megabytes.
deviceName string The backup device or file path used.
View JSON Schema on GitHub

JSON Schema

sybase-backup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Backup",
  "title": "Backup",
  "type": "object",
  "description": "Represents a database backup operation on the SAP ASE server.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the backup operation."
    },
    "databaseName": {
      "type": "string",
      "description": "The name of the database that was backed up."
    },
    "type": {
      "type": "string",
      "description": "The type of backup operation.",
      "enum": [
        "full",
        "transaction_log",
        "incremental"
      ]
    },
    "status": {
      "type": "string",
      "description": "Current status of the backup operation.",
      "enum": [
        "completed",
        "in_progress",
        "failed",
        "scheduled"
      ]
    },
    "startTime": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the backup started."
    },
    "endTime": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the backup completed."
    },
    "sizeMB": {
      "type": "number",
      "format": "double",
      "description": "Size of the backup in megabytes."
    },
    "deviceName": {
      "type": "string",
      "description": "The backup device or file path used."
    }
  }
}

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/sybase-backup"
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 email required.

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