get_repository_vendor_by_registry_path ====================================== .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Get the vendor for a repository. Arguments --------- ``registry`` | String :bdg-danger:`required` .. 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 :bdg-danger:`required` .. div:: sd-font-weight-light sd-fs-6 sd-font-italic sd-text-muted Path of the repository. Returns ------- ``response_type`` | single ``response_object`` | :doc:`/objects/ContainerVendor` Query example .. code-block:: graphql { get_repository_vendor_by_registry_path(registry: "example", repository: "example") { error { detail status } data { _id } } }