CES
| Interface | Method | API |
|---|---|---|
| MetricService | List(client *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager | GET /V1.0/{project_id}/metrics |
| AlarmService | List(client *gophercloud.ServiceClient, opts ListOpts) pagination.Pager | GET /V1.0/{project_id}/alarms |
| Get(client *gophercloud.ServiceClient, alarmId string) (r GetResult) | GET /V1.0/{project_id}/alarms/{alarm_id} | |
| Update(client *gophercloud.ServiceClient, alarmId string, opts UpdateOptsBuilder) | PUT /V1.0/{project_id}/alarms/{alarm_id}/action | |
| Update(client *gophercloud.ServiceClient, alarmId string, opts UpdateOptsBuilder) | PUT /V1.0/{project_id}/alarms/{alarm_id}/action | |
| Delete(client *gophercloud.ServiceClient, alarmId string) (r DeleteResult) | DELETE /V1.0/{project_id}/alarms/{alarm_id} | |
| MetricDataService | Get(client *gophercloud.ServiceClient, opts GetOpts) | GET /V1.0/{project_id}/metric-data |
| AddMetricData(client *gophercloud.ServiceClient, opts AddMetricDataOptsBuilder) | POST /V1.0/{project_id}/metric-data | |
| QuotaService | Get(client *gophercloud.ServiceClient) (r GetResult) | GET /V1.0/{project_id}/quotas |
Last Article: RDS
Next Article: Change History
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.