Vapi Metadata Metamodel Component fingerprint
Retrieves the fingerprint computed from the metamodel metadata of the component element corresponding to componentId.
The fingerprint provides clients an efficient way to check if the metadata for a particular component element has been modified on the server. The client can do this by comparing the result of this operation with the fingerprint returned in the result of GET /vapi/metadata/metamodel/component/{componentId}.
Identifier of the component element.
The parameter must be an identifier for the resource type: com.vmware.vapi.component
.
The fingerprint computed from the metamodel metadata of the component element.
if the component element associated with componentId is not registered with the infrastructure.
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
],
"data": {},
"error_type": "string"
}
curl -H 'Authorization: <value>' https://{api_host}/api/vapi/metadata/metamodel/component/{componentId}/fingerprint