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
- application/json
Root Schema : schema
Type:
object
configure SDES profile
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
crypto-list: array
crypto-list
list of crypto suites
-
egress-offer-format: string
Allowed Values:
[ "same-as-ingress", "simultaneous-best-effort", "rfc5939-compliant" ]
-
key: string
master key (testing purpose)
-
lifetime: integer
(int64)
Minimum Value:
0
Maximum Value:48
lifetime value in terms of 2^ for SDES SRTP key -
mki: boolean
enable use of master key identifier
-
name(required): string
Minimum Length:
1
Pattern:^[A-Za-z0-9_][A-Za-z0-9._\-]{0,127}$
profile name -
options: string
optional features/parameters
-
salt: string
master salt (testing purpose)
-
srtcp-encrypt: boolean
enable encryption of RTCP packets
-
srtp-auth: boolean
enable authentication of RTP packets
-
srtp-encrypt: boolean
enable encryption of RTP packets
-
srtp-rekey-on-re-invite: boolean
generate new outbound srtp keys on every re-invite
-
use-ingress-session-params: array
use-ingress-session-params
Unique Items Required:
true
allowable ingress session parameters (srtcp-encrypt, srtp-auth, srtp-encrypt)
Nested Schema : crypto-list
Type:
array
list of crypto suites
Show Source
-
Array of:
string
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
-
Array of:
string
Allowed Values:
[ "srtcp-encrypt", "srtp-auth", "srtp-encrypt" ]
Response
Supported Media Types
- application/json
200 Response
return one config element: SDesProfile
Root Schema : schema
Type:
object
configure SDES profile
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
crypto-list: array
crypto-list
list of crypto suites
-
egress-offer-format: string
Allowed Values:
[ "same-as-ingress", "simultaneous-best-effort", "rfc5939-compliant" ]
-
key: string
master key (testing purpose)
-
lifetime: integer
(int64)
Minimum Value:
0
Maximum Value:48
lifetime value in terms of 2^ for SDES SRTP key -
mki: boolean
enable use of master key identifier
-
name(required): string
Minimum Length:
1
Pattern:^[A-Za-z0-9_][A-Za-z0-9._\-]{0,127}$
profile name -
options: string
optional features/parameters
-
salt: string
master salt (testing purpose)
-
srtcp-encrypt: boolean
enable encryption of RTCP packets
-
srtp-auth: boolean
enable authentication of RTP packets
-
srtp-encrypt: boolean
enable encryption of RTP packets
-
srtp-rekey-on-re-invite: boolean
generate new outbound srtp keys on every re-invite
-
use-ingress-session-params: array
use-ingress-session-params
Unique Items Required:
true
allowable ingress session parameters (srtcp-encrypt, srtp-auth, srtp-encrypt)
Nested Schema : crypto-list
Type:
array
list of crypto suites
Show Source
-
Array of:
string
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
-
Array of:
string
Allowed Values:
[ "srtcp-encrypt", "srtp-auth", "srtp-encrypt" ]
404 Response
Not Found
Root Schema : ApiValidationError
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
code: string
-
errors: array
errors
-
message: string
-
timestamp: string
Nested Schema : Errors
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]
406 Response
Validation Failure
Root Schema : ApiValidationError
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
code: string
-
errors: array
errors
-
message: string
-
timestamp: string
Nested Schema : Errors
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]