Replace a config element: SD.tls-profile

put

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

Replace a config element: SD.tls-profile

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
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
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

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