Validate network configuration
Validates a device configuration excerpt against a Network Element Driver (NED).
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Path parameters
adapter
The ID of the NSO adapter as defined on the Itential server in its properties.json file. Get the list of adapters using
nedid
The NED’s ID. Get a list of NED IDs using [API DeviceManager.getNEDs]{@link cogs.DeviceManager#getNEDs}.
Request
request body
data
Response
A response indicating a valid configuration or an error message with details on the error found.
Errors
500
Internal Server Error