[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail

Add License Key

Description

Add a License Key

Request

Request

URL

URL


post
https://sfo-vcf01.rainpole.io/v1/license-keys
Copy

Request Body

Request Body

LicenseKey of type(s) application/json Required

License key with other attributes

{
    "key": "XX0XX-XX0XX-XX0XX-XX0XX-XX0XX ",
    "productType": "One among: VCENTER, VSAN, SDDC_MANAGER, ESXI, NSXT, NSXIO, WCP, HORIZON_VIEW"
}
string
description Required

Description of the license key


string
key Required

The 29 alpha numeric character license key with hyphens


string
productType Required

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


string
id Optional

The ID of the license key


boolean
isUnlimited Optional

Indicates if the license key has unlimited usage


licenseKeyUsage Optional

License key usage details


licenseKeyValidity Optional

License key validity details

Response

Response

200 OK Response Body>

Response Body

200 OK

Returns LicenseKey of type(s) */*
{
    "key": "XX0XX-XX0XX-XX0XX-XX0XX-XX0XX ",
    "productType": "One among: VCENTER, VSAN, SDDC_MANAGER, ESXI, NSXT, NSXIO, WCP, HORIZON_VIEW"
}
string
description Required

Description of the license key


string
key Required

The 29 alpha numeric character license key with hyphens


string
productType Required

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


string
id Optional

The ID of the license key


boolean
isUnlimited Optional

Indicates if the license key has unlimited usage


licenseKeyUsage Optional

License key usage details


licenseKeyValidity Optional

License key validity details


201 Created Response Body>

Response Body

201 Created

Returns LicenseKey of type(s) */*
{
    "key": "XX0XX-XX0XX-XX0XX-XX0XX-XX0XX ",
    "productType": "One among: VCENTER, VSAN, SDDC_MANAGER, ESXI, NSXT, NSXIO, WCP, HORIZON_VIEW"
}
string
description Required

Description of the license key


string
key Required

The 29 alpha numeric character license key with hyphens


string
productType Required

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


string
id Optional

The ID of the license key


boolean
isUnlimited Optional

Indicates if the license key has unlimited usage


licenseKeyUsage Optional

License key usage details


licenseKeyValidity Optional

License key validity details

Errors

Errors

Error
500

Internal server error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"key":"XX0XX-XX0XX-XX0XX-XX0XX-XX0XX ","productType":"One among: VCENTER, VSAN, SDDC_MANAGER, ESXI, NSXT, NSXIO, WCP, HORIZON_VIEW"}' https://sfo-vcf01.rainpole.io/v1/license-keys


[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Feedback

Was this page helpful?