Updates in REST API v2 that are not mentioned in sandbox¶
Analysis/metrics¶
URL: /api/v2/analysis/metrics
Supported Sorting Fields¶
titledevice_namecpumemfilesystem
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"
}