RESTGetRepositoryByRegistry =========================== **GET** - ``/repositories/registry/{registry}/repository/{repository}`` .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Get a repository by registry and path (product line/image name) Parameters ---------- Path ^^^^ ``registry`` | *String* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Container registry. All Red Hat containers use the value of 'registry.access.redhat.com' (regardless of whether they are shipped only to the terms-based registry at registry.redhat.io). Partner containers use the value of 'registry.connect.redhat.com'. ``repository`` | *String* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Path of the repository Query ^^^^^ ``include`` | *List[String]* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Comma separated list of fields to include in the response. Use dot notation to define nested fields. ``exclude`` | *List[String]* .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Comma separated list of fields to exclude in the response. Use dot notation to define nested fields. Returns ------- ``content`` | application/json ``response_type`` | single ``response_object`` | :doc:`/objects/ContainerRepository`