Add License Key To Product Using POST

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}/suite-api/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"
        }
    ]
}
solutionLicenses
Optional

List of licenses for a Solution

Authentication
This operation uses the following authentication methods.
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"
        }
    ]
}
solutionLicenses
Optional

List of licenses for a Solution