Snapservice Info About get
Get information about Snapshot service.
This operation was added in vSphere API 8.0.3.0.
Returns an authorization error if you do not have all of the privileges described as follows:
- Operation execution requires
System.Read.
Request
URI
GET
https://{host}/api/snapservice/info/about
COPY
Responses
200
Information about the snapshot service.
Returns
Snapservice Info About Info
of type(s)
application/json
{
"version": "string"
}
string
version
Required
Snapshot service version
This property was added in vSphere API 8.0.3.0.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/snapservice/info/about
Snapservice Operations
GET
Snapservice Info About get