vapi metadata routing source: fingerprint
Returns the fingerprint of all the sources or of a particular source.
Request:
HTTP request
POST https://{server}/rest/com/vmware/vapi/metadata/routing/source/id:{source_id}?~action=fingerprint
Path Parameters
| Name | Type | Description |
|---|---|---|
| Optional | ||
| source_id | string | Optional. Metadata source identifier. |
Response:
HTTP Status Code: 200
Representation:
{
"value" : "string"
}
"value" : "string"
}
Response Type:
| Name | Type | Description |
|---|---|---|
| bold = required | ||
| value | string | fingerprint of all the sources or of a particular source. |
Errors:
| HTTP Status Code | Type | Description |
|---|---|---|
| 404 | not_found | If the metadata source identifier is not found. |