Summary
Run an Action
Description
Run an action in NSO (Network Services Orchestrator).
Route
No Northbound API Available
Roles
admin
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
params |
object |
yes |
Values needed to execute the action. Supported parameters are defined within the NSO action and/or RPC action. |
Copied to Clipboard
{
"params": {
"path": "itential_commands/native2Pronghorn",
"params": {}
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"params": {
"type": "object",
"properties": {
"path": {
"type": "string",
"title": "Action Path",
"examples": [
"itential_commands/native2Pronghorn"
]
},
"params": {
"schema": {
"$ref": "inputParams"
}
}
},
"required": [
"path",
"params"
]
}
},
"required": [
"params"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
response |
object |
Run action information. |
Copied to Clipboard
{
"instance_data": {
"VJ": "consectetur ad est",
"CAPKxI": "anim sint ad amet",
"FOtjYfPweIM": "commodo esse adipisicing aliqua voluptate",
"koFWxUhRjj": "cupidatat anim mollit aute est",
"NhRjOnMhUsW": "dolor in nostrud nisi"
}
}