Skip to main content

Stop Crawl

Select

SaaS
Customer Managed

This operation stops a datasource crawl.

Path Parameters
  • DatasourceId string required
Responses

OK


Schema
  • status object
  • totalcount integer
  • endUTCTime integer
  • numAdded integer
  • startUTCTime integer
  • jobId string
  • state integer
POST /dcube/stopjob/: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 POST 'https://CommandCenterHostName/commandcenter/api/dcube/stopjob/:DatasourceId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'