Load a Configuration for a Targeted Device
get
/rest/{versionId}/configuration/devices/{deviceId}/loadConfig
Use this (GET) method to start a provisioning (configuration modification) session. This method ensures that the targeted device configuration in the SDM database is synchronized with the configuration on the device. A new targeted device must be provisioned before any work begins to prevent any configuration with a create, read, update, destroy (CRUD) operation from failing to load.
Request
Path Parameters
Back to Top
Response
Supported Media Types
- application/xml
- application/json
200 Response
successful operation
Root Schema : device
Type:
Show Source
object
-
bootstrapState(optional):
string
-
connectivityStatus(optional):
boolean
-
description(optional):
string
-
groupParameters(optional):
array groupParameters
-
id(optional):
string
-
ip(optional):
string
-
key(optional):
string
-
lastOperation(optional):
string
-
loadedConfigVersion(optional):
string
-
manageable(optional):
boolean
-
name(optional):
string
-
nfId(optional):
string
-
nfName(optional):
string
-
parameters(optional):
array parameters
parameters
-
parentGroupId(optional):
string
-
pendingChanges(optional):
string
-
platformInfo(optional):
object platformInfo
-
softwareInfo(optional):
object softwareInfo
-
status(optional):
string
-
statusChangeTime(optional):
string
Nested Schema : parameter
Type:
Show Source
object
-
description(optional):
string
-
label(optional):
string
-
maxValue(optional):
integer(int64)
-
minValue(optional):
integer(int64)
-
name(optional):
string
-
readOnly(optional):
boolean
-
validValues(optional):
array validValues
-
value(optional):
string
-
valueList(optional):
array validLists
-
valueType(optional):
string
400 Response
The user input is invalid.
401 Response
The session ID is invalid.
404 Response
The object (resource URI, device, and so on) of your input request cannot be found.