633 B
633 B
API Documentation for Cachet
GET /api/v1/ping
Ping the Cachet instance.
GET /api/v1/version
Get the version of Cachet installed.
## GET /api/v1/status
Get the overall system status.
GET /api/v1/components
Get all components.
GET /api/v1/components/:id
Get a single component.
Params
idthe ID of the component
POST /api/v1/components
Create a new component.
Params
namethe name of the componentdescriptionmay be left emptystatuslinkordergroup_idenabledmeta
DELETE /api/v1/components/:id
Delete a component.
Params
id