vapi metadata routing component: fingerprint
Checksum of all routing metadata for a vAPI component on the server
Request:
HTTP request
POST https://{server}/rest/com/vmware/vapi/metadata/routing/component/id:{component_id}?~action=fingerprint
Path Parameters
| Name | Type | Description |
|---|---|---|
| Required | ||
| component_id | string | fully qualified component name. |
Response:
HTTP Status Code: 200
Representation:
{
"value" : "string"
}
"value" : "string"
}
Response Type:
| Name | Type | Description |
|---|---|---|
| bold = required | ||
| value | string | checksum of routing metadata for a vAPI component. |
Errors:
| HTTP Status Code | Type | Description |
|---|---|---|
| 404 | not_found | If the component name does not exist |