Restore entire device config with the given config, this method will call 'loadConfig' method, so the input of this method will be almost the same as 'loadConmfig'
Route
No Northbound API Available
Roles
admin
Parameters
DetailsExampleSchema
Name
Type
Required
Description
deviceName
string
yes
Device Name
Configuration
string
yes
Native Config as string or file path relative to NSO run directory. for example, if you want to change a device's hostname, the path will be the field name 'hostname' + the new name 'test' - 'hostname test', and the entire config is accepted
Copied to Clipboard
{
"deviceName": "sunt ex consectetur quis ullamco",
"Configuration": "laboris veniam et ut consequat"
}