Skip to main content

Deploying a Workflow

This operation deploys a workflow.

Path Parameters
  • WorkflowId string required
Header Parameters
  • Content-Type string required

    Possible values: [application/xml]

Responses

OK


Schema
  • errorMessage string
  • errorCode integer
POST /workflow/:workflowid/action/deploy    

Authorization

type: apiKeyname: Authtokenin: header

Request

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

curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Workflow/:WorkflowId/Action/Deploy' \
-H 'Content-Type: application/xml' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw ''