Add a new config element: SD.sdes-profile

post

https://cloud-native-SBC-IP/config/v1/sd/sdes-profile

Add a new config element: SD.sdes-profile

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
configure SDES profile
Show Source
Nested Schema : crypto-list
Type: array
list of crypto suites
Show Source
  • Allowed Values: [ "AES_CM_128_HMAC_SHA1_80", "AES_CM_128_HMAC_SHA1_32", "AES_256_CM_HMAC_SHA1_80", "AEAD_AES_256_GCM" ]
Nested Schema : use-ingress-session-params
Type: array
Unique Items Required: true
allowable ingress session parameters (srtcp-encrypt, srtp-auth, srtp-encrypt)
Show Source
Back to Top

Response

Supported Media Types

200 Response

return one config element: SDesProfile
Body ()
Root Schema : schema
Type: object
configure SDES profile
Show Source
Nested Schema : crypto-list
Type: array
list of crypto suites
Show Source
  • Allowed Values: [ "AES_CM_128_HMAC_SHA1_80", "AES_CM_128_HMAC_SHA1_32", "AES_256_CM_HMAC_SHA1_80", "AEAD_AES_256_GCM" ]
Nested Schema : use-ingress-session-params
Type: array
Unique Items Required: true
allowable ingress session parameters (srtcp-encrypt, srtp-auth, srtp-encrypt)
Show Source

404 Response

Not Found
Body ()
Root Schema : ApiValidationError
Type: object
Show Source
Nested Schema : errors
Type: array
Show Source
Nested Schema : Errors
Type: object
Show Source

406 Response

Validation Failure
Body ()
Root Schema : ApiValidationError
Type: object
Show Source
Nested Schema : errors
Type: array
Show Source
Nested Schema : Errors
Type: object
Show Source
Back to Top