Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 655 Bytes

http_status.md

File metadata and controls

41 lines (24 loc) · 655 Bytes

Status

The status endpoint provides information about a running master.

Find

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.

Supported HTTP Methods

GET

Supported Response Formats

PSON

Parameters

None

Example Response

GET /puppet/v3/status/whatever?environment=env

HTTP 200 OK
Content-Type: text/pson

{"is_alive":true,"version":"3.3.2"}

Schema

The returned status conforms to the api/schemas/status.json schema.