Retrieve one config element: SD.allowed-elements-profile

get

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

Retrieve one config element: SD.allowed-elements-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: AllowlistConfig
Body ()
Root Schema : schema
Type: object
configure allowed elements profiles
Show Source
Nested Schema : allow-any
Type: array
Unique Items Required: true
set of default headers
Show Source
Nested Schema : rule-sets
Type: array
Unique Items Required: true
list of rule-sets
Show Source
Nested Schema : WLRuleSetConfig
Type: object
list of rule-sets
Show Source
Nested Schema : header-rules
Type: array
list of header-rules
Show Source
Nested Schema : methods
Type: array
Unique Items Required: true
specifies list of methods to which the rule applies (applies to all methods when none are specified)
Show Source
Nested Schema : WLHeaderRuleConfig
Type: object
list of header-rules
Show Source
Nested Schema : allow-header-param
Type: array
Unique Items Required: true
the list of header parameters which are allowed, where * implies all are allowed
Show Source
Nested Schema : allow-uri-header-name
Type: array
Unique Items Required: true
the list of URI header names which are allowed, where * implies all are allowed
Show Source
Nested Schema : allow-uri-param
Type: array
Unique Items Required: true
the list of URI parameters which are allowed, where * implies all are allowed
Show Source
Nested Schema : allow-uri-user-param
Type: array
Unique Items Required: true
the list of URI user parameters which are allowed, where * implies all are allowed
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