Retrieve the config element: SD.spl-config
get
https://cloud-native-SBC-IP/config/v1/sd/spl-config
Retrieve the config element: SD.spl-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: SplConfig
Root Schema : schema
Type:
objectadd or modify an SPL plug-in
Show Source
-
_elementKey: string
Read Only:
trueIdentifier for the element or sub-element -
plugins: array
plugins
list of spl plugins
-
spl-options: string
optional features/parameters
Nested Schema : plugins
Type:
arraylist of spl plugins
Show Source
-
Array of:
object SplPluginConfig
list of spl plugins
Nested Schema : SplPluginConfig
Type:
objectlist of spl plugins
Show Source
-
_elementKey: string
Read Only:
trueIdentifier for the element or sub-element -
name(required): string
Minimum Length:
1name 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:
trueIdentifier 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:
trueIdentifier for the element or sub-element -
attribute: string
-
code: string
-
message: string
-
type: string
Allowed Values:
[ "error", "fatal", "warn" ]