Retrieve one config element: SD.tls-profile

get

https://cloud-native-SBC-IP/config/v1/sd/tls-profile/{ElementKey}

Retrieve one config element: SD.tls-profile

Request

Path Parameters
Query Parameters
  • 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 Top

Response

Supported Media Types

200 Response

return one config element: TLSProfile
Body ()
Root Schema : schema
Type: object
configure the parameters for running SIP over TLS
Show Source
Nested Schema : cipher-list
Type: array
Minimum Number of Items: 1
list of ciphers
Show Source
  • Allowed Values: [ "TLS_DHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_DHE_RSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "TLS_AES_256_GCM_SHA384", "TLS_AES_128_GCM_SHA256", "TLS_AES_128_CCM_SHA256", "TLS_CHACHA20_POLY1305_SHA256", "DEFAULT", "NONE" ]
Nested Schema : trusted-ca-certificates
Type: array
list of trusted certificate records
Show Source
Nested Schema : version-list
Type: array
Minimum Number of Items: 1
list of TLS version
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
Back to Top