Vsan File Service System Vsan Download File Service Ovf

Vsan File Service System Vsan Download File Service Ovf

Downloads a file service OVF file of the specified version from VMware website and install it to the OVF repository in vCenter.

Required privileges: Global.VCServer

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/vsan/VsanFileServiceSystem/{moId}/VsanDownloadFileServiceOvf
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case VsanFileServiceSystem/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Request Body
VsanDownloadFileServiceOvfRequestType of type(s) application/json
Required
"VsanDownloadFileServiceOvfRequestType Object"
string
downloadUrl
Required

URL to download the vSAN file service OVF, only HTTPS URL is supported.

Authentication
This operation uses the following authentication methods.
Responses
200

Task for tracking the OVF installation.

Returns MoRefTask of type(s) application/json
"MoRefTask Object"

500

InvalidArgument: Exception if the OVF of the specified version does not exist as specified in the source URL.

Returns InvalidArgument of type(s) application/json
"InvalidArgument Object"
string
invalidProperty
Optional

Optional name of the invalid property.


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/vsan/VsanFileServiceSystem/{moId}/VsanDownloadFileServiceOvf