Get License Keys

Get License Keys

Get the License Keys

Request
URI
GET
https://sfo-vcf01.rainpole.io//v1/license-keys
COPY
Query Parameters
string of array
productType
Optional

Type of a Product

string of array
licenseKeyStatus
Optional

Status of a License Key


Responses
200

Successful

Returns PageOfLicenseKey of type(s) */*
{
    "elements": [
        {
            "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"
        }
    ],
    "pageMetadata": {
        "pageNumber": 0,
        "pageSize": 0,
        "totalElements": 0,
        "totalPages": 0
    }
}
array of LicenseKey
elements
Optional

The list of elements included in this page

pageMetadata
Optional

pageMetadata


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