{ "opencollection": "1.0.0", "info": { "name": "A10 Networks ACOS aXAPI v3 SLB Service Group API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "SLB Service Group", "type": "folder" }, "items": [ { "info": { "name": "List Service Groups", "type": "http" }, "http": { "method": "GET", "url": "https://{thunder-host}/axapi/v3/slb/service-group" }, "docs": "List Service Groups" }, { "info": { "name": "Create A Service Group", "type": "http" }, "http": { "method": "POST", "url": "https://{thunder-host}/axapi/v3/slb/service-group", "body": { "type": "json", "data": "{}" } }, "docs": "Create A Service Group" }, { "info": { "name": "Get A Service Group", "type": "http" }, "http": { "method": "GET", "url": "https://{thunder-host}/axapi/v3/slb/service-group/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get A Service Group" }, { "info": { "name": "Update A Service Group", "type": "http" }, "http": { "method": "PUT", "url": "https://{thunder-host}/axapi/v3/slb/service-group/:name", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update A Service Group" }, { "info": { "name": "Delete A Service Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://{thunder-host}/axapi/v3/slb/service-group/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete A Service Group" } ] } ], "bundled": true }