Vapi Metadata Authentication Component fingerprint
Retrieves the fingerprint computed from the authentication metadata of the component element corresponding to componentId.
The fingerprint provides clients an efficient way to check if the metadata for a particular component 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/authentication/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 authentication metadata of the component.
if the component element associated with componentId does not have any authentication information.
{
"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/authentication/component/{componentId}/fingerprint