Skip to main content
Version: v0.9.0

Health check

GET 

/health

Retrieves the current health of the control plane. If the control plane is running it always returns an empty 200 OK

Request

Responses

Authorization: oauth2

name: oauth2type: oauth2scopes: controlplane_dataplaneflows: {
  "password": {
    "scopes": {
      "httpdataplane_admin": "httpdataplane_admin",
      "httpdataplane_dataplane": "httpdataplane_dataplane"
    }
  }
}
curl -L 'https://tsg.dataspac.es/health' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Auth