Retrieve the config element: SD.http-config
get
https://cloud-native-SBC-IP/config/v1/sd/http-config
Retrieve the config element: SD.http-config
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: HttpConfig
Root Schema : schema
Type:
object
modifying tcp Connections settings
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
exclusive-http-client-port-range: boolean
Enable for active and standby signaling pods to use different Http Client Port Range
-
httpclient-cache-size-multiplier: integer
(int32)
Minimum Value:
4
Maximum Value:50
connection cache multiplier value -
httpclient-max-cpu-load: integer
(int32)
Minimum Value:
30
Maximum Value:90
The maximum CPU percentage allowed before the HTTP client starts discarding HTTP/HTTPS requests. -
httpclient-max-total-conn: integer
(int64)
Minimum Value:
0
Maximum Value:2147483647
The maximum TCP connections is the lower of the configured value or 50% of available file descriptors. Set to 0 to disable the limit. Consider existing connections when changing configuration.
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" ]