Get Product About Info
Retrieves Product and API versions of the deployed Script Runtime Service for vSphere
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}/api/about
Response
Response
Response BodyResponse Body
200 OK returns
About
of type application/json
About information for the product
{
"api_version": "string",
"name": "string",
"vendor": "string",
"version": "string"
}
string
api_version
Optional
Version of the API.
string
name
Optional
Full name of the product.
string
vendor
Optional
Vendor name.
string
version
Optional
Version of the product.
cURL Command
curl https://{api_host}/api/about