You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Resources | profiles | digitParameterHandling | prefixProfile

prefixProfile

Specifies the Prefix profile name.

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring A unique identifier for Prefix Profile.
entryM Data rows for Prefix Profile.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/prefixProfile/{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 '
<prefixProfile>
     <name>{name}</name>
     <entry>
     <matchingPattern>{matchingPattern}</matchingPattern>
     <matchStartLocation>{matchStartLocation}</matchStartLocation>
     <totalMinDigits>{totalMinDigits}</totalMinDigits>
     <totalMaxDigits>{totalMaxDigits}</totalMaxDigits>
     </entry>
</prefixProfile>
'

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/profiles/digitParameterHandling/prefixProfile/{name}

  • No labels