com.vmware.vapi.metadata.cli.namespace

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

fingerprint

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

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

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

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

Parameters:
None

Response:
Representations:
{
    "value""string"
}
<?xml version="1.0" ?>
<ns0:Fingerprint-Result xmlns:ns0="http://vmware.com/vapi/metadata/cli/namespace" 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 namespace metadata present on the server.

Errors:
None

Copyright © 2014. All Rights Reserved.