Add a new license

post

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

Add a new license

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root 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

406 Response

Not Acceptable
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