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": {
"G": "mollit cupidatat ut velit adipisicing",
"Rvzz": "incididunt Lorem elit occaecat ut",
"DtQDjHDywT": "ut tempor eu sint",
"DYFRpxAqRiY": "mollit id ullamco",
"ac": "quis non qui"
}
}