-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
None
-
False
-
False
-
-
0
-
** Note that this is a public ticket, please refrain from adding any sensitive data. **
Metadata information returned via Compliance is not returning page information. This is inconsistent with other apps such as vulnerability. For example, metadata for vulnerability will report;
"meta": { ... "limit": 10, "offset": 0, "page": 1, "page_size": 10, "pages": 246, ... "total_items": 2458
But for compliance we get something like this;
"meta": { "total": 114, "filter": "result=fail AND severity<>unknown", "limit": 1, "offset": 0 },
Notice for Compliance no data is omitted and there is no page information.
Not showing the page information makes it difficult to script automatically going through the pages of results.