Retrieve the config element: SD.tls-global
get
https://cloud-native-SBC-IP/config/v1/sd/tls-global
Retrieve the config element: SD.tls-global
Request
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 config element: TLSGlobal
Root Schema : schema
Type:
objectconfigure session caching for all TLS functions
Show Source
-
_elementKey: string
Read Only:
trueIdentifier for the element or sub-element -
diffie-hellman-key-size: string
Allowed Values:
[ "DH_KeySize_2048" ] -
session-cache-timeout: integer
(int64)
Minimum Value:
0Maximum Value:24Number of hours to cache TLS sessions for resumption (0 disables timeout sessions) -
session-caching: boolean
Enable TLS session caching
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" ]