Certifyos Dal Reactive Test Resource API

The Dal Reactive Test Resource API from Certifyos — 1 operation(s) for dal reactive test resource.

OpenAPI Specification

certifyos-dal-reactive-test-resource-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Certifyos Dal Reactive Test Resource API
  version: 1.0.0
  description: 'Operations tagged Dal Reactive Test Resource across 2 of this provider''s published API definitions: certifyos-api-service-openapi.yml, certifyos-roster-service-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: http://localhost:9000
  description: Local Development Server
- url: https://api-service.staging.certifyos.com
  description: Staging Server
- url: https://api-service.internal.certifyos.com
  description: Internal Server
- url: https://api-service.test.certifyos.com
  description: Test Server
- url: https://api-service.demo.certifyos.com
  description: Demo Server
- url: https://api-service.certifyos.com
  description: Production Server
- url: http://localhost:9001
  description: Local Development Server
tags:
- name: Dal Reactive Test Resource
paths:
  /test/health:
    servers:
    - url: http://localhost:9000
      description: Local Development Server
    - url: https://api-service.staging.certifyos.com
      description: Staging Server
    - url: https://api-service.internal.certifyos.com
      description: Internal Server
    - url: https://api-service.test.certifyos.com
      description: Test Server
    - url: https://api-service.demo.certifyos.com
      description: Demo Server
    - url: https://api-service.certifyos.com
      description: Production Server
    get:
      summary: Check DAL Health
      description: Tests connectivity to the Data Access Layer
      operationId: getHealthStatus
      responses:
        '200':
          description: Health check completed
          content:
            text/plain: {}
        '401':
          description: Unauthorized - Authentication required
          content:
            text/plain: {}
        '503':
          description: Service Unavailable - DAL service is down
          content:
            text/plain: {}
      tags:
      - Dal Reactive Test Resource
      parameters:
      - name: tenant-id
        in: header
        required: true
        description: Tenant ID
        schema:
          type: string
components:
  securitySchemes:
    jwt:
      type: http
      description: JWT Authentication - Provide only the raw token without Bearer prefix
      scheme: bearer
      bearerFormat: JWT
x-refined-from:
- certifyos-api-service-openapi.yml
- certifyos-roster-service-openapi.yml