GET /status/v1/simple/<SERVICE NAME>
Returns a plaintext status for a specified service, such as the
rbac-service
or classifier-service
.
Request format
When Forming status API requests to this endpoint, the content
type for this endpoint is text/plain; charset=utf-8
. Your request
must include a properly-formatted service name, such as:
activity-service
classifier-service
code-manager-service
orchestrator-service
puppetdb-service
rbac-service
server
(Puppet Server)
This endpoint supports no parameters. It uses the critical
status level by default.
Response format
The server can return these response codes and messages:
- 200: running if the service is running.
- 503: error if the service reported an error.
- 503: unknown if the service reported as unknown.
- 404: not found: <SERVICE_NAME> if no service matching the supplied service name is found.