{ "opencollection": "1.0.0", "info": { "name": "Apache APISIX Admin Consumer Groups Services API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "Apache APISIX List All Services", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:9180/apisix/admin/services" }, "docs": "Fetches a list of all configured services." }, { "info": { "name": "Apache APISIX Create a Service", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1:9180/apisix/admin/services", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new service with a server-generated ID." }, { "info": { "name": "Apache APISIX Get a Service", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1:9180/apisix/admin/services/:service_id", "params": [ { "name": "service_id", "value": "", "type": "path", "description": "Unique identifier of the service." } ] }, "docs": "Fetches the specified service by its ID." }, { "info": { "name": "Apache APISIX Create or Update a Service", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1:9180/apisix/admin/services/:service_id", "params": [ { "name": "service_id", "value": "", "type": "path", "description": "Unique identifier of the service." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a service with the specified ID, or updates it if it already exists." }, { "info": { "name": "Apache APISIX Patch a Service", "type": "http" }, "http": { "method": "PATCH", "url": "http://127.0.0.1:9180/apisix/admin/services/:service_id", "params": [ { "name": "service_id", "value": "", "type": "path", "description": "Unique identifier of the service." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates partial attributes of the specified service." }, { "info": { "name": "Apache APISIX Delete a Service", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1:9180/apisix/admin/services/:service_id", "params": [ { "name": "service_id", "value": "", "type": "path", "description": "Unique identifier of the service." } ] }, "docs": "Removes the specified service." } ] } ], "bundled": true }