[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get Licenses By Alias V2
DescriptionThis API is used to get licenses from alias.
Request
URLURL
https://localhost:8080/lcm/locker/api/v2/licenses/alias/{alias}
Path Parameters
Path Parameters
string
alias
Required
alias
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK
Returns
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: ENTERPRISE , ADVANCED , STANDARD
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
string
vmid
Optional
Errors
401
Unauthorized
403
Forbidden
GenericErrorResponseDTO
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
Code Samples
cURL Command
curl https://localhost:8080/lcm/locker/api/v2/licenses/alias/{alias}
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager