Replace the config element: SD.spl-config
put
https://cloud-native-SBC-IP/config/v1/sd/spl-config
Replace the config element: SD.spl-config
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
object
add or modify an SPL plug-in
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
plugins: array
plugins
list of spl plugins
-
spl-options: string
optional features/parameters
Nested Schema : plugins
Type:
array
list of spl plugins
Show Source
-
Array of:
object SplPluginConfig
list of spl plugins
Nested Schema : SplPluginConfig
Type:
object
list of spl plugins
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
name(required): string
Minimum Length:
1
name of the spl plugin/package to load -
state: boolean
state
Response
Supported Media Types
- application/json
200 Response
return config element: SplConfig
Root Schema : schema
Type:
object
add or modify an SPL plug-in
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
plugins: array
plugins
list of spl plugins
-
spl-options: string
optional features/parameters
Nested Schema : plugins
Type:
array
list of spl plugins
Show Source
-
Array of:
object SplPluginConfig
list of spl plugins
Nested Schema : SplPluginConfig
Type:
object
list of spl plugins
Show Source
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
name(required): string
Minimum Length:
1
name of the spl plugin/package to load -
state: boolean
state
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" ]
406 Response
Validation Failure
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" ]