Skip to main content

View Crawl History

Select

SaaS
Customer Managed

This operation returns information about the crawling history 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/gethistory/: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/GetHistory/:DatasourceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'