registry_list_repos
List repositories from Harbor, ECR, or Google Artifact Registry by specifying registry type and credentials.
Instructions
List repositories in a container registry (Harbor, ECR, or Google Artifact Registry).
Args: registry_type: Registry backend — "harbor", "ecr", or "gar". registry_url: Harbor base URL (e.g. https://registry.acme.com) or ECR registry URI. project: Harbor project name or GAR repository path prefix. username: Harbor username (or "AWS" for ECR token auth). password: Harbor password or registry token. region: AWS region (ECR only, e.g. us-east-1). limit: Maximum number of repositories to return (default 50). gateway_id: Gateway UUID for the target site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| region | No | ||
| project | No | ||
| password | No | ||
| username | No | ||
| gateway_id | No | ||
| registry_url | No | ||
| registry_type | Yes |