{ "opencollection": "1.0.0", "info": { "name": "yatai api server admin api v1 gpu configs API", "version": "1.0.0" }, "items": [ { "info": { "name": "gpu configs", "type": "folder" }, "items": [ { "info": { "name": "List gpu configs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/admin/v1/gpu_configs", "params": [ { "name": "count", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" } ] }, "docs": "List gpu configs" }, { "info": { "name": "Create a gpu config", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/admin/v1/gpu_configs", "body": { "type": "json", "data": "{}" } }, "docs": "Create a gpu config" } ] } ], "bundled": true }