Bulk Get Releases From All Catalogs
Return a list of releases that match the list of digests searching in all catalogs for an organization. The id of the organization is fetched from CSP token. The digests are given in the body of the request.
List of digests that will be searched
{
"repo_digests": [
"sha256:37a957b541234a7424eb434d3d10642dd29b6d0577757c27c09b0b9e967eb23f"
],
"content_digests": [
"sha256:81a957b549848a7424eb434d3d10642dd29b6d0577757c27c09b0b9e967eb64b"
],
"expand_relationships": false
}
repo_digests
content_digests
Include detailed release payload for the dependencies and dependants of the release
List of releases in all catalogs of an organization
[
"Release Object"
]
An error related to the request
"ConstraintsViolationsError Object"
It represents a constraints violation error
The requesting user is not authorized to get the releases
"Error403 Object"
No catalogs found for the organization
"Error404 Object"
An internal server error object
"Error500 Object"
The server is temporarily unavailable
"Error503 Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/v1/releases