openapi: 3.2.0 info: title: Gls Group Monitor API version: v1 description: 'Operations tagged Monitor across 2 of this provider''s published API definitions: gls-netherlands-label-api-openapi.yml, gls-netherlands-label-api-test-openapi.yml. Each path carries the servers of the definition it was published in.' servers: - url: https://api.gls.nl/v1 - url: https://api.gls.nl/test/v1 tags: - name: Monitor paths: /api/Monitor/HealthProbe: head: tags: - Monitor summary: HealthProbe operationId: HealthProbe parameters: - name: api-version in: query description: The requested API version schema: type: string default: '1.0' responses: '200': description: OK content: text/plain: schema: type: string examples: default: value: null application/json: schema: type: string example: string text/json: schema: type: string example: string servers: - url: https://api.gls.nl/v1 x-refined-from: - gls-netherlands-label-api-openapi.yml - gls-netherlands-label-api-test-openapi.yml