Summary
Get a client-side dialog controller for a manual task
Description
Get a client-side dialog controller for a manual task
Route
GET /operations-manager/jobs/:jobId/tasks/:taskId/manual-controller
Roles
admin
apiread
engineering
operations
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
jobId |
string |
yes |
The id of the Job containing the task |
taskId |
string |
yes |
The id of the Task containing the dialog controller. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
The requested dialog controller. |
Copied to Clipboard
{
"message": "Successfully created the requested item",
"data": {
"variables": {
"error": "officia veniam ut",
"decorators": [
{
"type": "encryption",
"pointer": "/~0/~1/~1/snoI-i6/~0/P9H/G/~1/cOoBg4SPy2N/ZPgmTC/~0"
},
{
"type": "encryption",
"pointer": "/~0/~0/~1/E/~1/~0/~0"
},
{
"type": "encryption",
"pointer": "/J+L/VKUA/~0/P9AaM.Ny/t+OphM2pM6g/Mijz.6ED/i7GUx/o8x1/~1/yZ-OpEcQ"
},
{
"type": "encryption",
"pointer": "/oBEnN/f//j9Sf/~1/~0/Hmcpe.Dt9"
}
]
},
"finish_state": "in ad est laboris",
"TaskController": "mollit in"
}
}
Copied to Clipboard
{
"title": "result",
"allOf": [
{
"$ref": "common-api#/definitions/success-response"
},
{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"variables": {
"type": "object",
"properties": {
"incoming": {
"type": "object"
},
"outgoing": {
"type": "object"
},
"error": {
"type": "string"
},
"decorators": {
"$ref": "common#/definitions/decorators"
}
}
},
"finish_state": {
"type": "string"
},
"TaskController": {
"type": "string",
"description": "A Javascript function named TaskController."
}
}
}
}
}
]
}