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
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}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
{
"downloadUrl": "string"
}
URL to download the vSAN file service OVF, only HTTPS URL is supported.
Task for tracking the OVF installation.
{
"_typeName": "string",
"type": "string",
"value": "string"
}
InvalidArgument: Exception if the OVF of the specified version does not exist as specified in the source URL.
{
"_typeName": "string",
"faultCause": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
},
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"invalidProperty": "string"
}
Optional name of the invalid property.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"downloadUrl":"string"}' https://{api_host}/sdk/vim25/{release}/vsan/VsanFileServiceSystem/{moId}/VsanDownloadFileServiceOvf