{
"count": 1,
"skip": 1,
"limit": 1,
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"data": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": {
"time": "2023-11-07T05:31:56Z",
"valid": true
},
"domain_sid": "<string>",
"users": 123,
"groups": 123,
"computers": 123,
"ous": 123,
"containers": 123,
"gpos": 123,
"aiacas": 123,
"rootcas": 123,
"enterprisecas": 123,
"ntauthstores": 123,
"certtemplates": 123,
"acls": 123,
"sessions": 123,
"relationships": 123,
"session_completeness": 123,
"local_group_completeness": 123,
"run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
Time series list of data quality stats for a given AD domain
{
"count": 1,
"skip": 1,
"limit": 1,
"start": "2023-11-07T05:31:56Z",
"end": "2023-11-07T05:31:56Z",
"data": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deleted_at": {
"time": "2023-11-07T05:31:56Z",
"valid": true
},
"domain_sid": "<string>",
"users": 123,
"groups": 123,
"computers": 123,
"ous": 123,
"containers": 123,
"gpos": 123,
"aiacas": 123,
"rootcas": 123,
"enterprisecas": 123,
"ntauthstores": 123,
"certtemplates": 123,
"acls": 123,
"sessions": 123,
"relationships": 123,
"session_completeness": 123,
"local_group_completeness": 123,
"run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
}
Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240.
x >= 0
Domain ID
Sortable columns are created_at, updated_at.
Beginning datetime of range (inclusive) in RFC-3339 format; Defaults to current datetime minus 30 days
Ending datetime of range (exclusive) in RFC-3339 format; Defaults to current datetime
This query parameter is used for determining the number of objects to skip in pagination.
x >= 0
This query parameter is used for setting an upper limit of objects returned in paginated responses.
x >= 0
OK
The response is of type object
.