![]() List of managed VMs. | |
Exists on Condition | ((/system/configMode='oam' or /system/configMode='managed-vm') and (/system/deploymentType != 'microservices')) |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
![]() ![]() | nodeName | M | string | The name of the managed node. | |
![]() | system | O | System-level configuration. | ||
![]() | profiles | O | Profiles of configuration shared by multiple objects. | ||
![]() | alarms | O | Alarm Management | ||
![]() | 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. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName} |
RESTCONF API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data --data ' |
RESTCONF API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName} |