Retrieve the entitlement lists with full details
get
https://cloud-native-SBC-IP/config/v1/license/entitlement
Retrieve the entitlement lists with full details
Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Retrieve the entitlement lists with full details
Root Schema : EntitlementDetails
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
defaultValue: string
default Value of entitlement can be 0 or false
-
description: string
entitlement description
-
entitlementName: string
entitlement description
-
key: string
key name of capacities/features that user can use to modify the values
-
type: string
type
type of entitlement can be int or boolean
-
value: string
current configured value of entitlement
Nested Schema : type
type of entitlement can be int or boolean
Match All
type of entitlement can be int or boolean
Show Source
-
string
Allowed Values:
[ "INTEGER", "BOOLEAN" ]
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" ]