Schedule a dataCrawl
Select
SaaS
Customer Managed
Request Parameters
Name | Description |
repeatUnits | Schedule Type. Valid values are:
|
isActive | Enable or Disable the Schedule Valid values are:
|
day | Day of the Week Valid values are from 1 to 7, with 1=Sunday |
Header Parameters
- Content-Type string required
Possible values: [
application/xml
]
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
collections object[]
{
"collections": [
{
"clientId": 0,
"computedCoreName": "string",
"description": "string",
"coreName": "string",
"cloudId": 0,
"ownerUserId": 0,
"schemaType": "string",
"createUTCTime": 0,
"coreId": 0,
"attribute": 0,
"datasources": [
{
"ownerType": 0,
"displayName": "string",
"datasourceGuid": "string",
"userId": 0,
"datasourceType": 0,
"datasourceId": 0,
"createUTCTime": 0,
"attribute": 0,
"datasourceName": "string",
"modifiedByUserId": 0,
"modifiedUTCTime": 0,
"schedule": {
"hour": 0,
"updateUTCTime": 0,
"minutes": 0,
"repeatUnits": 0,
"isActive": true,
"day": 0,
"scheduleId": 0
},
"properties": [
{
"propertyName": "string",
"propertyNameSEA": "string",
"propertyValue": "string",
"propertyId": 0
}
]
}
]
}
]
}
POST /dcube/schedule
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/schedule' \
-H 'Content-Type: application/xml' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw ''
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/schedule' \
-H 'Content-Type: application/xml' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw ''
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/schedule' \
-H 'Content-Type: application/xml' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw ''
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/schedule' \
-H 'Content-Type: application/xml' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw ''
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/schedule' \
-H 'Content-Type: application/xml' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw ''
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/schedule' \
-H 'Content-Type: application/xml' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw ''
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/schedule' \
-H 'Content-Type: application/xml' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw ''