View Crawling Status
This operation returns the status and information about the latest crawling operation for a data source in Data Cube.
Path Parameters
- DatasourceId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
status object
{
"status": {
"numFailed": 0,
"totalcount": 0,
"endUTCTime": 0,
"numAccessDenied": 0,
"numAdded": 0,
"startUTCTime": 0,
"state": 0
}
}
{
"status": {
"numFailed": 0,
"totalcount": 44,
"endUTCTime": 1507663138,
"numAccessDenied": 0,
"numAdded": 44,
"startUTCTime": 1507663131,
"state": 4
}
}
GET /dcube/getstatus/:datasourceid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/dcube/GetStatus/:DatasourceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/dcube/GetStatus/:DatasourceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/dcube/GetStatus/:DatasourceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/dcube/GetStatus/:DatasourceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/dcube/GetStatus/:DatasourceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/dcube/GetStatus/:DatasourceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/dcube/GetStatus/:DatasourceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'