Resources | profiles | security | cryptoSuiteProfile

cryptoSuiteProfile

This object is used to define crypto suite profiles. Crypto suite profiles contain a list of cryptographic algorithms that the SBC 5000 series includes in the crypto attribute of each SDP (Session Description Protocol) offer/answer to establish a unicast media stream involving Secure RTP/RTCP (Realtime Transport Protocol/Real- time Transport Control Protocol) over ingress/egress packet call legs.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp')

Configuration

ParameterPresenceTypeDefaultDescription
nameMstring A unique identifier for Crypto Suite Profile.
entryO Data rows for Crypto Suite Profile.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/profiles/security/cryptoSuiteProfile/{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/security --data '
<cryptoSuiteProfile>
     <name>{name}</name>
</cryptoSuiteProfile>
'

REST API: DELETE Example

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

  • No labels