Retrieve the license details of the specified key

get

https://cloud-native-SBC-IP/config/v1/license/keys/{licenseKey}

Retrieve the license details of the specified key

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Retrieve the license details of the specified key
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : LicenseDetail
Type: object
Show Source
  • Read Only: true
    Identifier for the element or sub-element
  • 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
    features associated with license
  • license key
  • 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
  • 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
Nested Schema : features
Type: array
features associated with license
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
Back to Top