Retrieve the license details of the specified key
get
https://cloud-native-SBC-IP/config/v1/license/show/{licenseKey}
Retrieve the license details of the specified key
Request
Path Parameters
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Retrieve the license details of the specified key
Nested Schema : LicenseDetail
Type:
Show Source
object
-
_elementKey: string
Read Only:
true
Identifier for the element or sub-element -
end-time: string
(date-time)
Pattern:
^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\.[0-9]{3})?(Z)$
license expiry date time, format is RFC3339 'YYYY-MM-DDTHH:MM:SSZ'Example:2022-03-10T12:15:50
-
features: array
features
features associated with license
-
license-key: string
license key
-
provision-time: string
(date-time)
Pattern:
^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\.[0-9]{3})?(Z)$
license provisioning date time, format is RFC3339 'YYYY-MM-DDTHH:MM:SSZ'Example:2022-03-10T12:15:50
-
start-time: string
(date-time)
Pattern:
^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[01]|0[1-9]|[12][0-9])T(2[0-3]|[01][0-9]):([0-5][0-9]):([0-5][0-9])(\.[0-9]{3})?(Z)$
license activation date time, format is RFC3339 'YYYY-MM-DDTHH:MM:SSZ'Example:2022-03-10T12:15:50
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" ]