{ "opencollection": "1.0.0", "info": { "name": "Infoblox WAPI (Web API) DHCP Grid API", "version": "2.12" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Grid", "type": "folder" }, "items": [ { "info": { "name": "Infoblox Get Grid information", "type": "http" }, "http": { "method": "GET", "url": "https://{grid-master}/wapi/v2.12/grid", "params": [ { "name": "_return_fields", "value": "", "type": "query", "description": "Comma-separated list of field names to include in the response. Use _return_fields+ to add fields to the default set." } ] }, "docs": "Retrieves the Grid object containing configuration and status information about the Infoblox Grid." }, { "info": { "name": "Infoblox List Grid members", "type": "http" }, "http": { "method": "GET", "url": "https://{grid-master}/wapi/v2.12/member", "params": [ { "name": "_return_fields", "value": "", "type": "query", "description": "Comma-separated list of field names to include in the response. Use _return_fields+ to add fields to the default set." }, { "name": "_max_results", "value": "", "type": "query", "description": "The maximum number of results to return. The default is 1000. Use a negative value to return all results." }, { "name": "host_name", "value": "", "type": "query", "description": "Filter by the member hostname." } ] }, "docs": "Retrieves a list of Grid member objects. Each member represents an Infoblox appliance that is part of the Grid." } ] } ], "bundled": true }