REST API - output_field_info
com.vmware.vapi.metadata.cli.command
output_field_info
The
output_field_info
structure describes the name used by the CLI to display a single field of a structure element in the interface definition language.- Representations:
-
{
"display_name": "string",
"field_name": "string"
}<?xml version="1.0" ?>
<ns0:OutputFieldInfo xmlns:ns0="http://vmware.com/vapi/metadata/cli/command" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<field_name>string</field_name>
<display_name>string</display_name>
</ns0:OutputFieldInfo> - Attributes:
-
Name Type Required Description field_name *
string Yes Name of the field. display_name *
string Yes Name used by the CLI to display the field.
Copyright © 2014. All Rights Reserved.