Skip to main content

Execute Workflow as an API (GET)

Select

Customer Managed

This operation executes a workflow that looks like an API to the caller.

More Details

Path Parameters
  • workflowname string required

    Name of the workflow to execute

Query Parameters
  • clientName string

    If the workflow input requires a name

  • clientGroupName string

    If the workflow input requires a clientgroupname

Responses

OK


Schema
  • jobId integer
  • processId integer
GET /wapi/:workflowname    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
workflowname — path required
clientName — query
clientGroupName — query
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/wapi/:workflowname' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'