Ovf Manager Get Ovf Import Option
Returns an array of OvfOptionInfo object that specifies what options the server support for modifing/relaxing the OVF import process.
Required privileges: System.View
Request
URI
GET
https://{vcenter-host}/sdk/vim25/{release}/OvfManager/{moId}/ovfImportOption
COPY
Path Parameters
string
moId
Required
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case OvfManager/{moId}
.
string
release
Required
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
Responses
200
An instance of OvfOptionInfo
Returns Array of OvfOptionInfo of type(s) application/json
[
{
"_typeName": "string",
"option": "string",
"description": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
}
]