Replace a sub-element: SD.allowed-elements-profile.rule-sets

put

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

Replace a sub-element: SD.allowed-elements-profile.rule-sets

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
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
Back to Top

Response

Supported Media Types

200 Response

return one sub element: WLRuleSetConfig
Body ()
Root Schema : schema
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

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