Monitoring Actions¶
Note
Y: supported; x: not supported
Permissions | API | Action | IAM Project |
---|---|---|---|
Querying metrics | POST /v1/{project_id}/ams/metrics | aom:metric:get | Y |
Querying monitoring data | POST /v1/{project_id}/ams/metricdata | aom:metric:get | Y |
Adding a threshold rule | POST /v1/{project_id}/ams/alarms | aom:alarmRule:create | Y |
Modifying a threshold rule | PUT /v1/{project_id}/ams/alarms | aom:alarmRule:set | Y |
Querying a threshold rule list | GET /v1/{project_id}/ams/alarms | aom:alarmRule:get | Y |
Querying a threshold rule | GET /v1/{project_id}/ams/alarms/{alarm_id} | aom:alarmRule:get | Y |
Deleting a threshold rule | DELETE /v1/{project_id}/ams/alarms/{alarm_id} | aom:alarmRule:delete | Y |
Adding or modifying one or more application discovery rules | PUT /v1/{project_id}/inv/servicediscoveryrules | aom:discoveryRule:set | Y |
Querying an application discovery rule | GET /v1/{project_id}/inv/servicediscoveryrules | aom:discoveryRule:get | Y |
Deleting an application discovery rule | DELETE /v1/{project_id}/inv/servicediscoveryrules | aom:discoveryRule:delete | Y |