You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
Resources |
profiles |
digitParameterHandling |
dmPmRule
dmPmRule Specifies the DM/PM rule. |
Exists on Condition | not(/VM:vmApplication[name='ePSX']) |
Configuration
| Parameter | Presence | Type | Default | Description |
---|
| name | M | string | | The name of this DM/PM (digit manipulation/parameter manipulation) rule. |
| subRule | M | | |
Data rows for DM/PM Rule.
|
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/dmPmRule/{name} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/profiles/digitParameterHandling --data ' <dmPmRule> <name>{name}</name> <subRule> <priority>{priority}</priority> </subRule> </dmPmRule> ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/dmPmRule/{name} |