Skip to main content

Create a Request Configuration

This operation creates a request

Request Body

NameDescription
entity--
operation--
summaryDesired name of request
type

Type of request

values:- "delete"- "export"

Responses

OK


Schema
  • msg object
  • errorMessage string
  • errorCode integer
  • tasks object[]
  • taskInfo object
  • summary string
  • dueDate integer
  • description string
  • url string
  • taskType integer
  • taskId integer
  • status integer
POST /ediscoveryclient/createtask    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body required
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/EDiscoveryClient/CreateTask' \
-H 'Content-Type: text/plain' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw ''