The status
endpoint provides information about a running master.
Get status for a master
GET /puppet/v3/status/:name?environment=:environment
The :environment
and :name
sections of the URL are both ignored, but a
value must be provided for both.
GET
PSON
None
GET /puppet/v3/status/whatever?environment=env
HTTP 200 OK
Content-Type: text/pson
{"is_alive":true,"version":"3.3.2"}
The returned status conforms to the api/schemas/status.json schema.