local_change_management
local_change_management
Configuration for This resource provides Local Change management status and operations related to Local Change Management. Use file_upload_to_inbox API to upload file required for Local Change Management. resource.
Read/write properties
Read only properties
inbox_files <String>
Files in Change Management Inbox Directory.
model <String>
Hardware model of appliance.
staged_sw_revision <String>
Staged software version on appliance.
staged_registry_timestamp <String>
TimeStamp of currently staged registries.
active_registry_timestamp <String>
TimeStamp of currently active registries.
staged_config <String>
Staged config time.
message <String>
Local Change Management command message.
active_sw_revision <String>
Currently active software of appliance ..
active_package_filename <String>
Filename of currently active package.
staged_package_filename <String>
Filename of currently staged package.
active_config <String>
Active config time ..
id <String>
Id of the appliance.
transfer_state <String>
transfer state of the local change management process.
Operations
[get (all)]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/local_change_management
Description: Use this operation to get Local Change Management status
HTTP Method: GET
Response Payload: JSON
{"local_change_management":[{ "inbox_files":<String_value>
, "model":<String_value> , "staged_sw_revision":<String_value> , "staged_registry_timestamp":<String_value> , "active_registry_timestamp":<String_value> , "staged_config":<String_value> , "message":<String_value> , "active_sw_revision":<String_value> , "active_package_filename":<String_value> , "staged_package_filename":<String_value> , "active_config":<String_value> , "id":<String_value> , "transfer_state":<String_value> }]}
[activate]{}
URL: http://<MGMT-IP>/sdwan/nitro/v1/config/local_change_management?action=activate
Description: Does Local Change Management activate operation
HTTP Method: POST
Request Payload: Request Payload Not Required
Response Payload: JSON
{ "local_change_management":{}}