Entries from 2016-03-24 to 1 day

Organizations

Get Organization Information This will get the information of the organization. GET /api/v0/org Required permissions for the API key Read Response { "name": <name>, "displayName": <displayName> } KEY TYPE DESCRIPTION name string The name of the organization </displayname></name>…

Users

List Users that are Organization Members Delete Users that are Organization Members List Users that are Organization Members This will retrieve a list of the users that are members of the organization. GET /api/v0/users Required permission…

Dashboards

Create Dashboards Get Dashboards Update Dashboards Delete Dashboards List Dashboards Create Dashboards This section covers creating dashboards. POST /api/v0/dashboards Required permissions for the API key Read Write Input Objects that hold…

Alerts

List Alerts Get Alert Update Alert Close Alerts List Alerts This will get the list of alerts. GET /api/v0/alerts Required permissions for the API key Read Input (Query parameters) You can filter alerts with the following parameters. If wit…

Monitors

Register Monitor Configurations List Monitor Configurations Get Monitor Configurations Update Monitor Configurations Delete Monitor Configurations Register Monitor Configurations Monitors for various types of metrics as well as external mo…

Check monitoring

Post Monitoring Check Reports This will transmit a monitoring check report to Mackerel. Monitoring reports are restricted to hosts. POST /api/v0/monitoring/checks/report The implementation described in Adding monitors for script checks is …

Service metrics

Post Service Metrics Get Service Metrics Post Service Metrics This will transmit metrics tied to services to Mackerel. POST /api/v0/services/<serviceName>/tsdb If old values are being transmitted to the API, the values on the Mackerel interface will be</servicename>…

Host metrics

Post Metrics Get Host Metrics Get Latest Metrics Post Graph Definitions Post Metrics This will transmit metrics collected by the agent to Mackerel. Recorded values can be checked using web graphs, etc. POST /api/v0/tsdb If old values are b…

Hosts

Register Host Information Get Host Information Get Host Information By Custom Identifier Update Host Information Update Host Status Bulk Update Host Statuses Update Host Roles Retire Hosts Bulk Retire Hosts List Hosts List Metric Names Lis…

Services

List Services Register Services Delete Services List Roles Register Roles Delete Roles List Metric Names List Services GET /api/v0/services Required permissions for the API key Read Response { "services": [<service>, <service>, ...] } <service> is an object that hol</service></service></service>…