Vcenter Ovf ImportFlag list
Returns information about the import flags supported by the deployment platform.
The supported flags are: LAX: Lax mode parsing of the OVF descriptor.
Future server versions might support additional flags.
Returns an authorization error if you do not have all of the privileges described as follows:
- Operation execution requires
System.Read
. - The resource
ResourcePool
referenced by the parameter rp requiresSystem.Read
.
The identifier of resource pool target for retrieving the import flag(s).
The parameter must be an identifier for the resource type: ResourcePool
.
A list of supported import flags.
[
{
"option": "string",
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
]
If the resource pool associated with rp does not exist.
"Vapi Std Errors NotFound Object"
curl -H 'Authorization: <value>' https://{api_host}/api/vcenter/ovf/import-flag?resource_pool=v