About
Get system info about the VIO itself.
Request
URI
GET
https://{api_host}/about
COPY
Responses
200
about
Returns
about
of type(s)
application/json
{
"build": "string",
"helm_version": "string",
"log_analytics_ip": "string",
"log_analytics_port": "string",
"ntp_servers": "string",
"pod_cidr": "string",
"service_cidr": "string",
"service_domain": "string",
"version": "string"
}
string
build
Required
The build number of VIO.
string
helm_version
Required
The helm version number of VIO.
string
log_analytics_ip
Optional
The LogAnalyticsIP of VIO.
string
log_analytics_port
Optional
The LogAnalyticsPort of VIO.
string
ntp_servers
Required
The ntp_servers for VIO.
string
pod_cidr
Required
The PodCidr for VIO.
string
service_cidr
Required
The user of the vcenter.
string
service_domain
Required
The ServiceDomain for VIO.
string
version
Required
The version number of VIO.
401
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/about
About Operations
GET
About