forked from docs/doc-exports
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com> Co-authored-by: Zaoxu, Li <lizaoxu@huawei.com> Co-committed-by: Zaoxu, Li <lizaoxu@huawei.com>
7.3 KiB
7.3 KiB
Adding an ECS to the Monitoring List
Function
This API is used to add an ECS to the monitoring list.
Ceilometer periodically collects monitoring data on the ECSs added to the monitoring list and reports the data to Cloud Eye. The data includes the platform version, CPU, memory, NICs, disks, and hardware version.
Request
Table 2 describes the request parameters.
Response
None
Example Request
Add a specified ECS to the monitoring list.
POST https://{endpoint}/v1.0/servers/{server_id}/action { "monitorMetrics" : null }
Example Response
None
Returned Values
Error Codes
See Error Codes.
Parent topic: Status Management