| |
Exists on Condition | (/system/deploymentType != 'microservices') |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
ceName | M | string | Identifies the instance. | ||
name | M | string | The name of Meta Variable. | ||
value | M | string | The value of Meta Variable - string of 2000 bytes |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:metaVariableDynamic={ceName},{name} |
RESTCONF API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusSystem:system --data ' |
RESTCONF API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:metaVariableDynamic={ceName},{name} |