[{"label":"Latest (1.0)","version":"latest"}]
srs-for-vsphere

Get Product About Info

Description

Retrieves Product and API versions of the deployed Script Runtime Service for vSphere

Request

Request

URL

URL


get
https://{api_host}/api/about
Copy

Authentication

Authentication

This operation uses the following authentication methods.
METHOD

apiKeyAuth


METHOD

basicAuth


METHOD

signAuth


Response

Response

Response Body

Response 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 Samples

Code Samples

cURL Command

curl https://{api_host}/api/about
Vendor Extensions

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
Feedback

Was this page helpful?