Resources |
profiles |
digitParameterHandling |
prefixProfile |
entry
entry This object is used to configure the Prefix Profile. |
Configuration
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/prefixProfile/{name}/entry/{matchingPattern},{matchStartLocation},{totalMinDigits},{totalMaxDigits} |
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/prefixProfile/{name} --data ' <entry> <matchingPattern>{matchingPattern}</matchingPattern> <matchStartLocation>{matchStartLocation}</matchStartLocation> <totalMinDigits>{totalMinDigits}</totalMinDigits> <totalMaxDigits>{totalMaxDigits}</totalMaxDigits> </entry> ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/prefixProfile/{name}/entry/{matchingPattern},{matchStartLocation},{totalMinDigits},{totalMaxDigits} |