com.vmware.vapi.metadata.cli.command

The command service provides operations to get information about command line interface (CLI) commands.

fingerprint

POST /com/vmware/vapi/metadata/cli/command?~action=fingerprint

Returns the aggregate fingerprint of all the command metadata from all the metadata sources.

The fingerprint provides clients an efficient way to check if the metadata for commands has been modified on the server.

Request:
Representations:
POST /com/vmware/vapi/metadata/cli/command?~action=fingerprint

Parameters:
None

Response:
Representations:
{
    "value""string"
}
<?xml version="1.0" ?>
<ns0:Fingerprint-Result xmlns:ns0="http://vmware.com/vapi/metadata/cli/command" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <value>string</value>
</ns0:Fingerprint-Result>

Parameters:
Name Type Required Description
result string Yes Fingerprint of all the command metadata present on the server.

Errors:
None

Copyright © 2014. All Rights Reserved.