{ "opencollection": "1.0.0", "info": { "name": "Red Hat Ansible Automation Platform Add-Ons Machine Pools API", "version": "2.6" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Machine Pools", "type": "folder" }, "items": [ { "info": { "name": "Red Hat List Machine Pools", "type": "http" }, "http": { "method": "GET", "url": "https://ansible-platform.example.com/api/clusters_mgmt/v1/clusters/:cluster_id/machine_pools", "params": [ { "name": "cluster_id", "value": "", "type": "path", "description": "The unique identifier of the cluster." }, { "name": "page", "value": "", "type": "query", "description": "The page number for paginated results. Page numbering starts at 1." }, { "name": "size", "value": "", "type": "query", "description": "The maximum number of items to return per page." } ] }, "docs": "Retrieves the list of machine pools configured for a specific cluster. Machine pools define groups of compute nodes with shared instance type and scaling configuration." }, { "info": { "name": "Red Hat Create a Machine Pool", "type": "http" }, "http": { "method": "POST", "url": "https://ansible-platform.example.com/api/clusters_mgmt/v1/clusters/:cluster_id/machine_pools", "params": [ { "name": "cluster_id", "value": "", "type": "path", "description": "The unique identifier of the cluster." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new machine pool for a cluster, defining a group of compute nodes with specified instance type, replica count, and optional autoscaling configuration." } ] } ], "bundled": true }