Export Data - Step 1 - Submit Request
Select
SaaS
Customer Managed
This request submits a download by creating a local CSV and zip file on the webserver.
Path Parameters
- datasourceHandlerId string required
Header Parameters
- Accept string required
- application/json
Request Body
searchParams object[]
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorCode integer
customMap object
{
"errorCode": 0,
"customMap": {
"name": "string",
"value": "string"
}
}
{
"errorCode": 0,
"customMap": {
"name": "fdad4e0a-46a8-4a1a-a3b0-bd8e41aa3a6d",
"value": "starting"
}
}
POST /dcube/export/:datasourcehandlerid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/export/:datasourceHandlerId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"searchParams": [
{
"key": "string",
"value": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/export/:datasourceHandlerId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"searchParams": [
{
"key": "string",
"value": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/export/:datasourceHandlerId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"searchParams": [
{
"key": "string",
"value": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/export/:datasourceHandlerId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"searchParams": [
{
"key": "string",
"value": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/export/:datasourceHandlerId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"searchParams": [
{
"key": "string",
"value": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/export/:datasourceHandlerId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"searchParams": [
{
"key": "string",
"value": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/dcube/export/:datasourceHandlerId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"searchParams": [
{
"key": "string",
"value": "string"
}
]
}'