Skip to main content

Import a Workflow Definition

Select

Customer Managed

This operation imports a workflow definition.

Use the workflow definition generated by the GET Workflow Definition API in the request body

More Details

Header Parameters
  • Accept string required
  • Content-Type string required

    Possible values: [application/xml]

Responses

OK


<Workflow_SetWorkflowResponse><workflow workflowId="88" workflowName="Test"/></Workflow_SetWorkflowResponse>
PUT /workflow    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Accept — header required
Content-Type — header required
Body

curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/Workflow' \
-H 'Content-Type: application/xml' \
-H 'Accept: text/plain' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw ''