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
numFailed integertotalcount integerendUTCTime integernumAccessDenied integernumAdded integerstartUTCTime integerstate integer
{
"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
}
}
Loading...