Get License Key

Get License Key

Get a License Key by key

Request
URI
GET
https://sfo-vcf01.rainpole.io//v1/license-keys/{key}
COPY
Path Parameters
string
key
Required

The 29 alpha numeric character license key with hyphens


Responses
200

Successful

Returns LicenseKey of type(s) */*
{
    "description": "string",
    "id": "string",
    "isUnlimited": false,
    "key": "XX0XX-XX0XX-XX0XX-XX0XX-XX0XX ",
    "licenseKeyUsage": {
        "licenseUnit": "One among: CPUPACKAGE, INSTANCE, VMS, CCU, PLU, DESKTOPVM, SERVERVM, VM, SERVER, CORES, CONCURRENTUSER, NAMEDUSER",
        "remaining": 0,
        "total": 0,
        "used": 0
    },
    "licenseKeyValidity": {
        "expiryDate": "string",
        "licenseKeyStatus": "One among: EXPIRED, ACTIVE, NEVER_EXPIRES"
    },
    "productType": "One among: VCENTER, VSAN, SDDC_MANAGER, ESXI, NSXT, NSXIO, WCP, HORIZON_VIEW"
}
string
description
Required

Description of the license key

string
id
Optional

The ID of the license key

boolean
isUnlimited
Optional

Indicates if the license key has unlimited usage

string
key
Required

The 29 alpha numeric character license key with hyphens

licenseKeyUsage
Optional

licenseKeyUsage

licenseKeyValidity
Optional

licenseKeyValidity

string
productType
Required

The type of the product to which the license key is applicable


404

License key not found

Returns Error of type(s) */*
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message


500

Internal server error

Returns Error of type(s) */*
{
    "arguments": [
        "string"
    ],
    "causes": [
        {
            "message": "string",
            "type": "string"
        }
    ],
    "errorCode": "string",
    "errorType": "string",
    "message": "string",
    "nestedErrors": [
        "Error Object"
    ],
    "referenceToken": "string",
    "remediationMessage": "string"
}
array of string
arguments
Optional

The arguments used to localize the message, Can be used by scripts to automate the error processing.

array of ErrorCause
causes
Optional

The underlying cause exceptions.

object
context
Optional

The error context (e.g. the component where it occurred).

string
errorCode
Optional

The minor error code

string
errorType
Optional

The error type

string
message
Optional

The localized error message

array of Error
nestedErrors
Optional

The nested errors when the error is a composite one

string
referenceToken
Optional

A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.

string
remediationMessage
Optional

The localized remediation error message