Download OpenAPI specification:Download
This is the spec that defines the APIs provided by the vcenter service from GoApp
Register Vcenter with the VCenter service
Register a new VCenter.
| host_name required | string |
| username required | string |
| password required | string |
| tenant_name required | string |
{- "host_name": "string",
- "username": "string",
- "password": "string",
- "tenant_name": "string"
}Update the specified Vcenter details in the inventory.
| host_name required | string IP Address/Host Name of the VCenter to be updated. |
Update vcenter if credentials changes provide new username and password
| host_name required | string |
| username | string |
| password | string |
{- "host_name": "string",
- "username": "string",
- "password": "string"
}Get only specified VCenter events. The VCenter can be identified by IP Address/HostName
| host_name required | string IP/Host Name of the Vcenter |
| page_number | integer Default: 1 Page number of the events, since we support pagination |
| limit | integer Default: 20 Limit the number of events to be fetched, since we support pagination |