get https://helios.cohesity.com/v2/mcm/gaia/datasets/stats
Privileges: GAIA_VIEW
Get the aggregate indexing details of the datasets.
Log in to see full request history
Responses
Privileges: GAIA_VIEW
Get the aggregate indexing details of the datasets.
xxxxxxxxxx
curl --request GET \
--url https://helios.cohesity.com/v2/mcm/gaia/datasets/stats \
--header 'accept: application/json'
xxxxxxxxxx
18{
"datasetsIndexingStats": {
"numObjects": 0,
"numSnapshots": 0,
"numFinishedObjects": 0,
"numFinishedSnapshots": 0,
"numFinishedSubObjects": 0,
"numFinishedDocs": 0,
"numConvertedDocs": 0,
"numErrorsSeen": 0,
"numIndexedDocs": 0,
"numIndexedChunks": 0,
"numIndexedBytes": 0,
"numLogicalBytes": 0,
"numFailedObjects": 0
},
"totalDatasets": 0
}