REST-API updates
Updates in REST API v2 that are not mentioned in sandbox¶
Analysis/metrics¶
URL: /api/v2/analysis/metrics
Supported Sorting Fields¶
title
device_name
cpu
mem
filesystem
Pagination¶
items_per_page
: Accepts values from 0 to 1000offset
: Accepts values from 0
Example Payload¶
{
"search":{
"pub_key_digest":[
"list of the keys"
]
},
"sort_field":"device_name",
"sort_direction":"asc",
"items_per_page":10,
"type":"metrics"
}