[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Activate Serial Number

Description

Activates a valid license key to an existing deployment. For example, adding a SD-WAN license key.

Request

Request

URL

URL


post
https://vrni.example.com/api/ni/settings/licensing/activate
Copy

Request Body

Request Body

LicensingKeyRequest of type(s) application/json Required

Licensing Request

{
	"licenseKey": "string"
}
string
licenseKey Optional
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns LicensingActivate of type(s) application/json
{
	"result": {
		"capacityType": "CPU",
		"deleted": false,
		"deploymentType": "onprem",
		"edition": "ADVANCED",
		"entitlements": [
			{
				"capacityType": "CPU",
				"count": 0
			}
		],
		"evaluation": false,
		"invalid": false,
		"licenseKey": "AAAAA-BBBBB-CCCCC-DDDDD-EEEE",
		"numberOfSockets": 25,
		"productName": "VMware vRealize Network Insight",
		"serviceTag": "CPN0EgdEOFVWNzM0",
		"suspended": false
	}
}
result Optional
Errors

Errors

ApiError
400

Bad Request


ApiError
401

Unauthorized


ApiError
404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"licenseKey":"string"}' https://vrni.example.com/api/ni/settings/licensing/activate


[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Settings Operations
Feedback

Was this page helpful?