{ "opencollection": "1.0.0", "info": { "name": "yatai api server admin api v1 API", "version": "1.0.0" }, "items": [ { "info": { "name": "api v1", "type": "folder" }, "items": [ { "info": { "name": "List all bentos", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/bentos", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ], "params": [ { "name": "count", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" } ] }, "docs": "List all bentos" }, { "info": { "name": "Get deployment creation json schema", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/deployment_creation_json_schema" }, "docs": "Get deployment creation json schema" }, { "info": { "name": "List organization deployments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/deployments", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ], "params": [ { "name": "count", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" } ] }, "docs": "List organization deployments" }, { "info": { "name": "List organization deployments without revisions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/deployments-wo-revisions", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ], "params": [ { "name": "count", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" } ] }, "docs": "List organization deployments without revisions" }, { "info": { "name": "List organization endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/endpoints", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ], "params": [ { "name": "count", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" } ] }, "docs": "List organization endpoints" }, { "info": { "name": "Create an endpoint", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/endpoints", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an endpoint" }, { "info": { "name": "List image build status unsynced bentos", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/image_build_status_unsynced_bentos", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ] }, "docs": "List image build status unsynced bentos" }, { "info": { "name": "Get info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/info" }, "docs": "Get info" }, { "info": { "name": "Get organization members", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/members", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ] }, "docs": "Get organization members" }, { "info": { "name": "Create an organization member", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/members", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an organization member" }, { "info": { "name": "Update an organization member", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/v1/members", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an organization member" }, { "info": { "name": "Remove an organization member", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v1/members", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ] }, "docs": "Remove an organization member" }, { "info": { "name": "Get current organization member", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/members/current", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ] }, "docs": "Get current organization member" }, { "info": { "name": "List organization model endpoints", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/model_endpoints", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ] }, "docs": "List organization model endpoints" }, { "info": { "name": "Get model endpoint by name", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/model_endpoints/:modelName", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ], "params": [ { "name": "modelName", "value": "", "type": "path" } ] }, "docs": "Get model endpoint by name" }, { "info": { "name": "List all models", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/models", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ], "params": [ { "name": "count", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" } ] }, "docs": "List all models" }, { "info": { "name": "Get news", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/news" }, "docs": "Get news" }, { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/orgs", "params": [ { "name": "count", "value": "", "type": "query" }, { "name": "q", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" } ] }, "docs": "List organizations" }, { "info": { "name": "Create organization", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/orgs", "body": { "type": "json", "data": "{}" } }, "docs": "Create organization" }, { "info": { "name": "Setup admin user, org, cluster for selfhosted mode", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/setup", "body": { "type": "json", "data": "{}" } }, "docs": "Setup admin user, org, cluster for selfhosted mode" }, { "info": { "name": "Single sign on for publicGrp", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/sso", "body": { "type": "json", "data": "{}" } }, "docs": "Single sign on for publicGrp" }, { "info": { "name": "Get tolerations json schema", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/tolerations_json_schema" }, "docs": "Get tolerations json schema" }, { "info": { "name": "Get version", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/version" }, "docs": "Get version" }, { "info": { "name": "List organization all yatai components", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/yatai_components", "headers": [ { "name": "X-Yatai-Organization", "value": "" } ] }, "docs": "List organization all yatai components" } ] } ], "bundled": true }