Summary
Run an Action
Description
Run an action in NSO (Network Services Orchestrator).
Route
No Northbound API Available
Roles
admin
Parameters
Details Example Schema
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
Details Example Schema
Name
Type
Description
response
object
Run action information.
Copied to Clipboard
{
"instance_data": {
"pTnbNZnh": "eu sunt irure in nulla",
"MLAtammLh": "veniam anim fugiat eu officia",
"CrAmXmS": "irure minim dolore",
"T": "consectetur",
"s": "dolor magna eu esse ut"
}
}