| |
Exists on Condition | not(/VM:vmApplication[name='ePSX']) |
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 ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/dmPmRule/{name} |