Metadata list | ||
---|---|---|
| ||
||Product on coverpage|SBC Core| ||Product Release|10.x| ||Document Title|REST API Reference Guide - node| ||Document Number|<doc number>550-xxxx| ||Document Revision|<doc revision>01.01| ||Filename|<doc #>_<doc revision>_<product name>_<release #>_<title>node_01| |
| |
Exists on Condition | /system/configMode='oam' or /system/configMode='managed-vm' |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
![]() ![]() | nodeName | M | string | The name of the managed node. | |
![]() | profiles | O | Profiles of configuration shared by multiple objects. | ||
![]() | alarms | O | Alarm Management | ||
![]() | system | O | System-level configuration. | ||
![]() | global | O | Global objects that are applicable Node wide | ||
![]() | oam | O | Operations and Maintenance objects. |
Parameter | Description | |
---|---|---|
![]() | addressContext | Objects scoped to a specific IP addressing domain. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/node/{nodeName} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/node/{nodeName} |