vapi metadata metamodel source: fingerprint
Returns the aggregate fingerprint of metadata from all the metadata sources or from a particular metadata source if
source_id
is specified.
Request:
HTTP request
POST https://{server}/rest/com/vmware/vapi/metadata/metamodel/source/id:{source_id}?~action=fingerprint
Path Parameters
Name | Type | Description |
---|---|---|
Optional | ||
source_id | string | Optional. Identifier of the metadata source. |
Response:
HTTP Status Code: 200
Representations:
{
"value": "string"
}
"value": "string"
}
<?xml version="1.0" ?>
<ns0:Fingerprint-Result xmlns:ns0="http://vmware.com/vapi/metadata/metamodel/source" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<value>string</value>
</ns0:Fingerprint-Result>
<ns0:Fingerprint-Result xmlns:ns0="http://vmware.com/vapi/metadata/metamodel/source" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<value>string</value>
</ns0:Fingerprint-Result>
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | string | Aggregate fingerprint of all the metadata sources or of a particular metadata source. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
404 | not_found | if the metadata source associated with source_id is not found. |