Entries from 2016-03-24 to 1 day
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>…
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…
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…
List Alerts Get Alert Update Alert Close Alerts Get Alert Logs 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 par…
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…
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 …
Post Service Metrics Get Service Metrics Delete Service Metrics Graph Definition 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 </servicename>…
Post Metrics Get Host Metrics Get Latest Metrics Post Graph Definitions Delete 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…
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…
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>…