Retrieve one config element: SD.sdes-profile
get
https://cloud-native-SBC-IP/config/v1/sd/sdes-profile/{ElementKey}
Retrieve one config element: SD.sdes-profile
Request
Path Parameters
-
ElementKey: string
Identifier for the element
Query Parameters
-
revision-id: string
Integer value of saved revision, or 'latest', 'active' to show the running config, or 'staging' to show complete configuration to be activated
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
return one config element: SDesProfile
Root Schema : schema
Type:
objectconfigure SDES profile
Show Source
-
_elementKey: string
Read Only:
trueIdentifier 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:
0Maximum Value:48lifetime value in terms of 2^ for SDES SRTP key -
mki: boolean
enable use of master key identifier
-
name(required): string
Minimum Length:
1Pattern:^[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:
trueallowable ingress session parameters (srtcp-encrypt, srtp-auth, srtp-encrypt)
Nested Schema : crypto-list
Type:
arraylist 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:
arrayUnique Items Required:
trueallowable 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:
trueIdentifier 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:
trueIdentifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]