app-nso_manager

On this page:

setLeaf

Summary

setLeaf Task

Description

Set Leaf and Its Values.

Route

POST /nso_manager/setLeaf/:adapterId

Roles

admin

Parameters

DetailsExampleSchema
Name Type Required Description
adapterId string yes The host that the leaf should be applied to.
path string yes The NSO (Network Services Orchestrator) path for the config. This is in the key path format. If you want to use a variable, wrap it in !<variable name>!. NSO documentation for this can be found in the JSON-RPC FAQ for NSO 4.7
value string yes The value for the path. Wrap variables with !!.
variables string yes Key value variable definition.
set boolean yes True for create/update, False for delete.
dryRun boolean yes True for dry-run, False for provision.
options string yes Options

Return

DetailsExampleSchema
Name Type Description
result object Status of set leaf.