Groundwork Open Source metrics API

The metrics API from Groundwork Open Source — 1 operation(s) for metrics.

OpenAPI Specification

groundwork-open-source-metrics-api-openapi.yml Raw ↑
swagger: '2.0'
info:
  contact: {}
  title: Groundwork Open Source agent metrics API
tags:
- name: metrics
paths:
  /metrics:
    post:
      consumes:
      - application/json
      description: The following API endpoint can be used to send Metrics to Foundation.
      parameters:
      - description: Auth header
        in: header
        name: GWOS-APP-NAME
        required: true
        type: string
      - description: Auth header
        in: header
        name: GWOS-API-TOKEN
        required: true
        type: string
      produces:
      - application/json
      responses:
        '200':
          description: OK
        '401':
          description: Unauthorized
          schema:
            type: string
      tags:
      - metrics