InfraDevices
Device metrics
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
device_id*Device Id
Query Parameters
time_range?string|null
start?integer|null
end?integer|null
Response Body
application/json
curl -X GET "https://example.com/v3/infra/devices/0/metrics"{ "cpu_usage": [ [ 0 ] ], "free_memory": [ [ 0 ] ], "temperature": { "property1": [ [ 0 ] ], "property2": [ [ 0 ] ] }, "process_cpu": { "property1": [ [ 0 ] ], "property2": [ [ 0 ] ] }, "process_memory": { "property1": [ [ 0 ] ], "property2": [ [ 0 ] ] }, "acl_matched_packets": { "property1": [ [ 0 ] ], "property2": [ [ 0 ] ] }}How is this guide?
Last updated on