List Ovf Export Flag
Returns information about the supported export flags by the server. The supported flags are:
PRESERVE_MAC: Include MAC addresses for network adapters. EXTRA_CONFIG: Include extra configuration in OVF export.
Future server versions might support additional flags.
if you do not have all of the privileges described as follows:
- Operation execution requires System.Read.
Request
URI
GET
https://{api_host}/api/vcenter/ovf/export-flag
COPY
Responses
200
A list of supported export flags.
Returns Array of Ovf_ExportFlag_Info of type(s) application/json
[
{
"option": "string",
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
]
Ovf Operations
GET
List Ovf Export Flag