{ "opencollection": "1.0.0", "info": { "name": "Red Hat Ansible Automation Platform Add-Ons Repositories API", "version": "2.6" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Repositories", "type": "folder" }, "items": [ { "info": { "name": "Red Hat List Repositories", "type": "http" }, "http": { "method": "GET", "url": "https://ansible-platform.example.com/repository", "params": [ { "name": "namespace", "value": "example_value", "type": "query", "description": "Filter repositories by namespace (organization or user)." }, { "name": "starred", "value": "true", "type": "query", "description": "Filter to only starred repositories." }, { "name": "public", "value": "true", "type": "query", "description": "Include public repositories." }, { "name": "last_modified", "value": "true", "type": "query", "description": "Filter by last modified status." }, { "name": "popularity", "value": "true", "type": "query", "description": "Filter by popularity." }, { "name": "next_page", "value": "", "type": "query", "description": "The pagination token for the next page of results." } ] }, "docs": "Retrieves a paginated list of repositories visible to the authenticated user, optionally filtered by namespace, popularity, or last modified date." }, { "info": { "name": "Red Hat Create a Repository", "type": "http" }, "http": { "method": "POST", "url": "https://ansible-platform.example.com/repository", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new container image repository in the specified namespace with the given visibility and optional description." }, { "info": { "name": "Red Hat Get a Repository", "type": "http" }, "http": { "method": "GET", "url": "https://ansible-platform.example.com/repository/:repository", "params": [ { "name": "repository", "value": "", "type": "path", "description": "The full repository path in the format namespace/repository_name." } ] }, "docs": "Retrieves the details of a specific repository including its tags, description, and visibility settings." }, { "info": { "name": "Red Hat Delete a Repository", "type": "http" }, "http": { "method": "DELETE", "url": "https://ansible-platform.example.com/repository/:repository", "params": [ { "name": "repository", "value": "", "type": "path", "description": "The full repository path in the format namespace/repository_name." } ] }, "docs": "Deletes a repository and all associated images, tags, and build history. This action is irreversible." }, { "info": { "name": "Red Hat List Repositories", "type": "http" }, "http": { "method": "GET", "url": "https://ansible-platform.example.com/katello/api/v2/repositories", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number for paginated results." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of results per page." }, { "name": "organization_id", "value": "500123", "type": "query", "description": "Filter by organization." }, { "name": "content_type", "value": "yum", "type": "query", "description": "Filter by content type." } ] }, "docs": "Retrieves the list of repositories managed by Satellite, including those synced from Red Hat CDN and custom repositories." } ] } ], "bundled": true }