Add License Key To Product Using POST
Add one or more License keys to the vRealize Operations Manager instance
Request
URI
POST
https://{api_host}/api/deployment/licenses
COPY
Request Body
The license keys to add for using the Product
solution-licenses of type(s) application/json
Optional
{
"solutionLicenses": [
{
"capacity": "string",
"edition": "string",
"expirationDate": 0,
"id": "string",
"licenseKey": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"usage": "string"
}
]
}
Responses
200
An Object representing the licenses and the capabilities/details provided by the them
Returns solution-licenses of type(s) application/json
{
"solutionLicenses": [
{
"capacity": "string",
"edition": "string",
"expirationDate": 0,
"id": "string",
"licenseKey": "string",
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"usage": "string"
}
]
}
Deployment Operations
POST
Add License Key To Product Using POST
DELETE
Delete License For Product Using DELETE
GET
Get Global Setting Metadata Using GET
GET
Get Global Settings Using GET
GET
Get Global Setting Value Using GET
GET
Get License Groups Using GET
GET
Get License Keys For Product Using GET
GET
Get Node Status Using GET
GET
Get Service Info Using GET
GET
Get Services Info Using GET
PUT
Manage DT Using PUT
PUT
Update Global Setting Value Using PUT