Vcenter Ovf ExportFlag list
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.
Returns an authorization error 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.
[
{
"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"
}
}
]
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/vcenter/ovf/export-flag
Vcenter Ovf Operations
GET
Vcenter Ovf ExportFlag list