app-nso_manager

On this page:

verifyConfig

Summary

Validate Network Configuration

Description

Validate a device configuration excerpt against a Network Element Driver (NED).

Route

POST /nso_manager/verifyConfig/:adapter/:nedid

Roles

admin other

Parameters

DetailsExampleSchema
Name Type Required Description
adapter string yes The ID of the NSO adapter as defined on the Itential server in its properties.json file. Get the list of adapters using
nedid string yes The NED's ID. Get a list of NED IDs using [API DeviceManager.getNEDs]{@link cogs.DeviceManager#getNEDs}.
data string yes A device configuration excerpt to validate. Pass a converted set of device configuration commands as a space-separated list of individual commands.

Return

DetailsExampleSchema
Name Type Description
status string A response indicating a valid configuration or an error message with details on the error found.