vapi metadata cli namespace: identity

The identity structure uniquely identifies a namespace in the CLI namespace tree.

Representations:

{
    "name""string",
    "path""string"
}
<?xml version="1.0" ?>
<ns0:Identity xmlns:ns0="http://vmware.com/vapi/metadata/cli/namespace" 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 namespace in the CLI node tree. For top-level namespace this will be empty.

name string The name displayed to the user for this namespace.