Zerto Virtual Replication APIs : License API : Apply a New License or Update an Existing License
  
Apply a New License or Update an Existing License
Add a new license or update an existing one.
 
method
url
PUT
https://zvm_ip:port/v1/license
 
 
Where:
 
zvm_ip
The IP address of the Zerto Virtual Manager where the API is run.
port
The port to access the Zerto Virtual Manager. The default port is 9669.
Request
The following is an example of a Json request body for https://zvm_ip:port/v1/license.
 
{
  "LicenseKey": "L8D5VK6EUVXWT33STH9YHR3GQ4K6JYW3FPCWJECLR2"
}
 
Parameter
Description
type
mandatory
LicenseKey
The license key.
string
Yes
Response
The response body is empty.
Back to License API
Back to All APIs