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": {
    "NNkV": "labore sunt ea officia dolor",
    "vfRi": "amet irure eu",
    "GNDOY": "ullamco ut et",
    "tCjTPrgyF": "enim eu",
    "fkH": "magna tempor minim voluptate cupidatat"
  }
}