Zerto APIs : Local Site API : URL
  
URL
Send Billing Data to the billing server
https://zvm_ip:port/v1/localsite/billing/sendUsage
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 9081.
Request Body Using Json Format
The request body is empty.
Response In Json Format
The following is an example response Json body for https://zvm_ip:port/v1/localsite/billing/sendUsage.
["String content"]
Response Values
Response values for https://zvm_ip:port/v1/localsite/billing/sendUsage.
Response: Description
Passed: Succeeded to send usage information.
Failed: Failed to send usage information.
PowerShell Scripts
For complete PowerShell Scripts, see “Examples”, on page 23.