[{"label":"Latest (1.0)","version":"latest"}]
srs-for-vsphere
Get Product About Info
DescriptionRetrieves 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
Authentication
This operation uses the following authentication methods.
METHOD
apiKeyAuth
METHOD
basicAuth
METHOD
signAuth
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.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://{api_host}/api/about
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-vmw-vapi-methodname: get
x-vmw-vapi-servicename: about
[{"label":"Latest (1.0)","version":"latest"}]
srs-for-vsphere