Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 11. capabilities
Registry capabilities API endpoint.
11.1. getRegistryCapabilities Link kopierenLink in die Zwischenablage kopiert!
Get registry capabilities.
Returns information about supported registry features including sparse manifest support and required architectures.
GET /api/v1/registry/capabilities
Authorizations:
Responses
| HTTP Code | Description | Schema |
|---|---|---|
| 200 | Successful invocation | |
| 400 | Bad Request | |
| 401 | Session required | |
| 403 | Unauthorized access | |
| 404 | Not found |
Example command
$ curl -X GET \
"https://quay-server.example.com/api/v1/registry/capabilities" \
-H "Authorization: Bearer <bearer_token>" \
-H "Accept: application/json"