RESTGetVendorForRepository ========================== **GET** - ``/repositories/registry/{registry}/repository/{repository}/vendor`` .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Get the vendor for a repository. 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/ContainerVendor`