Veeam Problems API
The Problems API from Veeam — 17 operation(s) for problems.
The Problems API from Veeam — 17 operation(s) for problems.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/veeam-problems-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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.
openapi: 3.2.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.
servers:
- url: https://localhost:9419
description: Base URL declared by the provider in apis.yml (roadmap#122).
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\>