Skip to main content

View Crawling Status

This operation returns the status and information about the latest crawling operation for a data source in Data Cube.

More Details

Path Parameters
  • DatasourceId string required
Responses

OK


Schema
  • status object
  • numFailed integer
  • totalcount integer
  • endUTCTime integer
  • numAccessDenied integer
  • numAdded integer
  • startUTCTime integer
  • state integer
GET /dcube/getstatus/:datasourceid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
DatasourceId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/dcube/GetStatus/:DatasourceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'