VAST Data · Authentication Profile

Vastdata Authentication

Authentication

VAST Data secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyInfrastructureStorageDataAIDatabaseKubernetesHPC
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiToken apiKey
· in: header (ApiToken)
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/vastdata-vms-openapi.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: ApiToken
  type: apiKey
  in: header
  parameter: ApiToken
  description: Send current valid API token in an Authorization header with format Api-Token
    <token>.
  sources:
  - openapi/vastdata-vms-openapi.json
- name: basicAuth
  type: http
  scheme: basic
  description: Basic authentication using VMS user name and password
  sources:
  - openapi/vastdata-vms-openapi.json