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
- 200
- 502
Authorization: oauth2
name: oauth2type: oauth2scopes:controlplane_dataplane
flows: { "password": { "scopes": { "httpdataplane_admin": "httpdataplane_admin", "httpdataplane_dataplane": "httpdataplane_dataplane" } } }
- curl
- http
- CURL
curl -L 'https://tsg.dataspac.es/health' \
-H 'Authorization: Bearer <token>'