Authorizations
Bearer token for authentication
Path Parameters
Digest is the unique identifier of the referrer to discover
Query Parameters
Kind is the optional type of referrer, i.e CONTAINER_IMAGE, GIT_HEAD, ... Used to filter and resolve ambiguities
Response
A successful response.
Response for the DiscoverPrivate method
It represents a referrer object in the system
Example:
{
"downloadable": true,
"metadata": { "key": "metadata" },
"public": true,
"references": [null, null],
"kind": "kind",
"digest": "digest",
"created_at": "2000-01-23T04:56:07.000+00:00",
"annotations": { "key": "annotations" }
}