Get Posture Statistics
Gets the history of database stats saved in the database
Authorizations
Authorization: Bearer $JWT_TOKEN
Headers
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x > 0
Query Parameters
Sortable columns are domain_sid
, exposure_index
, tier_zero_count
, critical_risk_count
, id
, created_at
, updated_at
, deleted_at
.
Lower bound for created_at; to return posture stats starting at a specific date/time
Upper bound for created_at; to return posture stats upto a specific date/time
Filter results by column string value. Valid filter predicates are eq
, ~eq
, neq
.
Filter results by column integer value. Valid filter predicates are eq
, neq
, gt
, gte
, lt
, lte
.
Filter results by column integer value. Valid filter predicates are eq
, neq
, gt
, gte
, lt
, lte
.
Filter results by column integer value. Valid filter predicates are eq
, neq
, gt
, gte
, lt
, lte
.
Filter results by column integer value. Valid filter predicates are eq
, neq
, gt
, gte
, lt
, lte
.
Response
The total number of results.
x > 0
The number of items to skip in a paginated response.
x > 0
The limit of results requested by the client.
x > 0
The RFC-3339 timestamp to describe the beginning of a time range
The RFC-3339 timestamp to describe the end of a time range