Authorizations:
Type | Name | Description | Schema |
---|---|---|---|
path |
orgname |
string |
Proxy cache configuration for an organization
Name | Description | Schema |
---|---|---|
upstream_registry |
Name of the upstream registry that is to be cached |
string |
HTTP Code | Description | Schema |
---|---|---|
202 |
Successful creation |
|
400 |
Bad Request |
|
401 |
Session required |
|
403 |
Unauthorized access |
|
404 |
Not found |
$ curl -X POST "https://<quay-server.example.com>/api/v1/organization/{orgname}/validateproxycache" \
-H "Authorization: Bearer <access_token>" \
-H "Content-Type: application/json" \
-d '{
"upstream_registry": "<upstream_registry>"
}'