[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

List Licenses V2

Description

This API is used to list all the licenses available in the store.

Request

Request

URL

URL


get
https://localhost:8080/lcm/locker/api/v2/licenses
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response Body

200 OK

Returns array of LicenseResponseDTO of type(s) */*, application/json
{
    "account": "Admin",
    "alias": "license1",
    "description": "VMware vRealize Suite 2019 Enterprise",
    "expiresIn": "3 months and 28 days",
    "expiresOn": "Mon Jan 11 2021 00:00:00",
    "key": "YK0AN-JO280-48RJ1-001124-1TV",
    "quantity": 32,
    "status": "ACTIVE",
    "type": "vRealizeSuite",
    "vmid": "6c9fca27-678d-4e79-9a0f-5f690735e67c"
}
string
End DateH Optional

string
Start Date Optional

string
account Optional

Account


string
alias Optional

Alias for license


string
casId Optional

boolean
connected Optional

string
description Optional

Description of License


string
edition Optional

Possible values are: ENTERPRISEADVANCEDSTANDARD


integer as int64
endDate Optional

boolean
expired Optional

string
expiresIn Optional

Expiry duration


string
expiresOn Optional

Expiry Time


string
falconId Optional

boolean
healthy Optional

string
key Optional

License Key


integer as int64
lastRefreshed Optional

string
lintId Optional

string
onPremAllocation Optional

string
orgName Optional

boolean
presentInMyVmware Optional

integer as int32
quantity Optional

Quantity


string
refreshStatus Optional

string
status Optional

License Status


string
transactionId Optional

string
type Optional

Type


string
unit Optional

Unit


validations Optional

string
vmid Optional
Errors

Errors

401

Unauthorized


403

Forbidden


GenericErrorResponseDTO
404

Not Found


GenericErrorResponseDTO
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl https://localhost:8080/lcm/locker/api/v2/licenses


[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Feedback

Was this page helpful?