os_partition

os_partition

Configuration for Os Partition Operations resource.

Read/write properties

Read only properties

active_os <String>

Current Active OS Partition Version.

backup_os <String>

Backup OS Partition Version.

partition_files <String>

List of OS Partition files uploaded.

Operations

install switch clear get (all)

[install]{}

URL: http://<MGMT-IP>/sdwan/nitro/v1/config/os_partition?action=install

Description: Install the uploaded partition as backup OS

HTTP Method: POST

Request Payload: Request Payload Not Required

Response Payload: JSON

{ "os_partition":{}}

[switch]{}

URL: http://<MGMT-IP>/sdwan/nitro/v1/config/os_partition?action=switch

Description: Switch Between active and backup OS

HTTP Method: POST

Request Payload: Request Payload Not Required

Response Payload: JSON

{ "os_partition":{}}

[clear]{}

URL: http://<MGMT-IP>/sdwan/nitro/v1/config/os_partition?action=clear

Description: Deletes Uploaded OS Partition Files

HTTP Method: POST

Request Payload: Request Payload Not Required

Response Payload: JSON

{ "os_partition":{}}

[get (all)]{}

URL: http://<MGMT-IP>/sdwan/nitro/v1/config/os_partition

Description: Use this operation to Get The OS Partition Version

HTTP Method: GET

Response Payload: JSON

{"os_partition":[{ "active_os":<String_value>

, "backup_os":<String_value> , "partition_files":<String_value> }]}

Was this article helpful?