이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 11. capabilities
Registry capabilities API endpoint.
11.1. getRegistryCapabilities 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
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"