vapi metadata cli namespace: 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:
HTTP request
POST https://{server}/rest/com/vmware/vapi/metadata/cli/namespace?~action=fingerprint
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value" : "string"
}
"value" : "string"
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | string | Fingerprint of all the namespace metadata present on the server. |