API AWS Rest (а не CLI или SDK) для различных показателей ВМ - PullRequest
0 голосов
/ 16 ноября 2018

Где я могу получить API отдыха и API только отдыха для показателей ниже VM

1. read & write time (Latency of read and write operations)
2. queue length (Number of read / write operations pending per unit time)
3. throughput percentage (Percentage of the provisioned throughput consumed)
4. burst balance (Extent to which the volume balance can be burst to handle 
   spikes in the load)
5. volume free(Size of the storage volume that is available)
6. Average utilization (The average CPU utilization as reported by the OS over a 
   time window eg. 5 seconds)
7. Peak utilization (The peak CPU utilization withing the time window)
8. Network In (Bandwidth consumed by incoming network traffic (request))
9. Network Out (Bandwidth consumed by outgoing network traffic (responses))
10. read & write ops (Number of read and write operations (IOPS) performed per unit time)

Мне нужно получить эти данные из моего кода C ++ через HTTP-запросы. Я нашел команды CLI и SDK для некоторых из них, но мне разрешено использовать только API отдыха. Пожалуйста, помогите.

...