July 15, 2025 — Akamai Cloud Pulse support
5 days ago
Support for this service has entered open beta.
Added
Akamai Cloud Pulse (Beta)
Akamai Cloud Pulse (ACLP) is a comprehensive monitoring solution designed to provide visibility for cloud core services and managed services. A new "Monitor" category of operations has been added to the Linode API, to support ACLP.
These operations are in beta
- Access to these operations requires specific participation in their beta program. Talk to your account team about eligibility.
- Currently, only the Managed Databases (
dbaas
) service is supported for use with ACLP.
Metrics operations
- List dashboards (GET /monitor/dashboards)
- Get a dashboard (GET /monitor/dashboard/{dashboard_id})
- List supported service types (GET /monitor/services)
- Get details for a supported service type (GET /monitor/services/{service_type})
- List dashboards for a service type (GET /monitor/services/{service_type}/dashboards)
- List metrics for a service type (GET /monitor/services/{service_type}/metric-definitions)
- Create a token for a service type (POST /monitor/services/{service_type}/token)
- Get an entity's metrics (POST https://monitor-api.linode.com/v2beta/monitor/services/{service_type}/metrics—Note the unique URL for this operation.)
Alerts operations
- Create an alert definition (POST /monitor/services/{service_type}/alert-definitions)
- List alert definitions (GET /monitor/alert-definitions)
- Get an alert definition (GET /monitor/services/{service_type}/alert-definitions/{alert_id})
- List alert definitions for a service type (GET /monitor/services/{service_type}/alert-definitions)
- Update an alert definition (PUT /monitor/services/{service_type}/alert-definitions/{alert_id})
- Delete an alert definition (DELETE /monitor/services/{service_type}/alert-definitions/{alert_id})
- List alert channels (GET /monitor/alert-channels)
Changed
These Regions category operations have been updated for ACLP support. Their response now includes the monitors
object. It includes details on each service_type
that supports ACLP metrics
and alerts
, in a specific region.
- List regions (GET /regions)
- Get a region (GET /regions/{regionId})