vapi metadata cli command: identity
The
identity
structure uniquely identifies a command in the CLI commands tree.Representations:
{
"name": "string",
"path": "string"
}
"name": "string",
"path": "string"
}
<?xml version="1.0" ?>
<ns0:Identity xmlns:ns0="http://vmware.com/vapi/metadata/cli/command" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<name>string</name>
<path>string</path>
</ns0:Identity>
<ns0:Identity xmlns:ns0="http://vmware.com/vapi/metadata/cli/command" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<name>string</name>
<path>string</path>
</ns0:Identity>
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
path | string | The dot-separated path of the namespace containing the command in the CLI command tree. |
name | string | Name of the command. |