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

adapterstringRequiredformat: "[A-Za-z]+"
The ID of the NSO adapter as defined on the Itential server in its properties.json file. Get the list of adapters using
nedidstringRequiredformat: "[a-z]+"

The NED’s ID. Get a list of NED IDs using [API DeviceManager.getNEDs]{@link cogs.DeviceManager#getNEDs}.

Request

request body
datastringOptional

Response

A response indicating a valid configuration or an error message with details on the error found.

Errors

500
Internal Server Error