|
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 255 bytes |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/metaVariableDynamic/{ceName},{name} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/metaVariableDynamic/{ceName},{name} |