Dec 16, 2024 — Akamai Cloud Pulse
5 days ago by cverner@akamai.com
v4.192.0
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.
- List dashboards (GET /monitor/dashboards)
- Get a dashboard (GET /monitor/dashboard/{dashboard_id})
- List monitor services (GET /monitor/services)
- List monitor services for a 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/v1/monitor/services/{service_type}/metrics—Note the unique URL for this operation.)
Changed
- Linode types operations offer accelerated class (Beta). Both the List types (GET /linode/types) and Get a type (GET /linode/type) operations now include
accelerated
as aclass
of Linode, which better supports video transcoding and media processing.