Skip to main content

Verify ExportSet

Select

Customer Managed

This operation verifies an exportset.

Request Body required
  • description string
  • downLoadSetID string
Responses

OK

POST /validateexportinputs    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body required

{
"description": "test2",
"downLoadSetID": "C6810F3A-F4E1-4C1E-8E74-E7447C0F660A"
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/ValidateExportInputs' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"description": "test2",
"downLoadSetID": "C6810F3A-F4E1-4C1E-8E74-E7447C0F660A"
}'