Veeam Problems API

The Problems API from Veeam — 17 operation(s) for problems.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/veeam-problems-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

veeam-problems-api-openapi.yml Raw ↑
openapi: 3.0.0
info:
  version: 1.0-rev0
  title: Veeam Backup for AWS public API 1.0 Agents Problems API
  description: The Agents section defines paths and operations for managing recovery tokens used for bare metal recovery.
security:
- Bearer: []
tags:
- name: Problems
paths:
  /api/v1/problems/accessDenied:
    get:
      tags:
      - Problems
      operationId: AccessDenied
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/noAccessToken:
    get:
      tags:
      - Problems
      operationId: NoAccessToken
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/invalidAccessToken:
    get:
      tags:
      - Problems
      operationId: InvalidAccessToken
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/expiredAccessToken:
    get:
      tags:
      - Problems
      operationId: ExpiredAccessToken
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/resourceNotFound:
    get:
      tags:
      - Problems
      operationId: ResourceNotFound
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/validationError:
    get:
      tags:
      - Problems
      operationId: ValidationError
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/serviceUnavailable:
    get:
      tags:
      - Problems
      operationId: ServiceUnavailable
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/notImplemented:
    get:
      tags:
      - Problems
      operationId: ActionNotImplemented
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/unknownError:
    get:
      tags:
      - Problems
      operationId: UnknownError
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/repositoryUsedByPolicy:
    get:
      tags:
      - Problems
      operationId: RepositoryUsedByPolicy
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/unsupportedApiVersion:
    get:
      tags:
      - Problems
      operationId: UnsupportedApiVersion
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/apiVersionUnspecified:
    get:
      tags:
      - Problems
      operationId: ApiVersionUnspecified
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/invalidApiVersion:
    get:
      tags:
      - Problems
      operationId: InvalidApiVersion
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/ambiguousApiVersion:
    get:
      tags:
      - Problems
      operationId: AmbiguousApiVersion
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/failedToRemoveUserPolicy:
    get:
      tags:
      - Problems
      operationId: FailedToRemoveUserPolicy
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/policyAlreadyStarted:
    get:
      tags:
      - Problems
      operationId: PolicyAlreadyStarted
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
  /api/v1/problems/licenseAgreementsIsNotAccepted:
    get:
      tags:
      - Problems
      operationId: LicenseAgreementsIsNotAccepted
      responses:
        '200':
          description: Success
          content:
            text/html:
              schema:
                type: string
                format: binary
      security: []
components:
  securitySchemes:
    Bearer:
      name: Authorization
      in: header
      type: apiKey
      description: Bearer \<JWT\>