Retrieve the config element: SD.administrative-config

get

https://cloud-native-SBC-IP/config/v1/sd/administrative-config

Retrieve the config element: SD.administrative-config

Request

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 config element: AdministrativeConfig
Body ()
Root Schema : schema
Type: object
Configure parameters which controls administrative flow
Show Source
Nested Schema : icmp-config
Type: array
Control ICMP ping by setting up an ICMP config object
Show Source
Nested Schema : IcmpConfig
Type: object
Configure this object to enable ping on the ip's selected
Show Source
Nested Schema : allowed-ip-list
Type: array
Add IPs to enable ping, Must be within the service network CIDR range
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