{ "opencollection": "1.0.0", "info": { "name": "AI Service Actions Storage API", "version": "1.0.0" }, "items": [ { "info": { "name": "Storage", "type": "folder" }, "items": [ { "info": { "name": "get_/v2/storage/branch/{branchId}/buckets/{bucketId}/metadata::BucketMetadataAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/branch/:branchId/buckets/:bucketId/metadata", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "bucketId", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/buckets/{bucketId}/metadata::BucketMetadataAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/buckets/:bucketId/metadata", "params": [ { "name": "bucketId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/buckets/{bucketId}/refresh-tables-info::RefreshTablesInformationAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/buckets/:bucketId/refresh-tables-info", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "bucketId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/buckets/register::RegisterExistingBucketAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/buckets/register", "params": [ { "name": "branchId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/buckets/register::RegisterExistingBucketAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/buckets/register" } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/buckets/{bucketId}/scheduled-tasks/refresh::ScheduleRefreshAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/buckets/:bucketId/scheduled-tasks/refresh", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "bucketId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "post_/v2/storage/buckets/{bucketId}/scheduled-tasks/refresh::ScheduleRefreshAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/buckets/:bucketId/scheduled-tasks/refresh", "params": [ { "name": "bucketId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "put_/v2/storage/branch/{branchId}/buckets/{bucketId}/share::BucketShareUpdateAction", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/storage/branch/:branchId/buckets/:bucketId/share", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "bucketId", "value": "", "type": "path" } ] } }, { "info": { "name": "put_/v2/storage/buckets/{bucketId}/share::BucketShareUpdateAction", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/storage/buckets/:bucketId/share", "params": [ { "name": "bucketId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/buckets/{bucketId}/share-to-projects::BucketShareToProjectsAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/buckets/:bucketId/share-to-projects", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "bucketId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/buckets/{bucketId}/share-to-projects::BucketShareToProjectsAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/buckets/:bucketId/share-to-projects", "params": [ { "name": "bucketId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/buckets/{bucketId}/share-to-users::BucketShareToUsersAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/buckets/:bucketId/share-to-users", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "bucketId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/buckets/{bucketId}/share-to-users::BucketShareToUsersAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/buckets/:bucketId/share-to-users", "params": [ { "name": "bucketId", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/branch/{branchId}/components::ComponentsListAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/branch/:branchId/components", "params": [ { "name": "branchId", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/components::ComponentsListAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/components" } }, { "info": { "name": "delete_/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}::ConfigurationDeleteAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/branch/:branchId/components/:componentId/configs/:configurationId", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "componentId", "value": "", "type": "path" }, { "name": "configurationId", "value": "", "type": "path" } ] } }, { "info": { "name": "delete_/v2/storage/components/{componentId}/configs/{configurationId}::ConfigurationDeleteAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/components/:componentId/configs/:configurationId", "params": [ { "name": "componentId", "value": "", "type": "path" }, { "name": "configurationId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/components/{componentId}/configs/{configurationId}/restore::ConfigurationRestoreAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/components/:componentId/configs/:configurationId/restore", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "componentId", "value": "", "type": "path" }, { "name": "configurationId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/components/{componentId}/configs/{configurationId}/restore::ConfigurationRestoreAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/components/:componentId/configs/:configurationId/restore", "params": [ { "name": "componentId", "value": "", "type": "path" }, { "name": "configurationId", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/dev-branches/{id}::DevBranchDetailAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/dev-branches/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "put_/v2/storage/dev-branches/{id}::DevBranchUpdateAction", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/storage/dev-branches/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "delete_/v2/storage/dev-branches/{id}::DevBranchDeleteAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/dev-branches/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/dev-branches/::DevBranchCreateAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/dev-branches/" } }, { "info": { "name": "get_/v2/storage/dev-branches::DevBranchesListAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/dev-branches" } }, { "info": { "name": "post_/v2/storage/dev-branches::DevBranchCreateAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/dev-branches" } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/files/{fileId}/tags::FileCreateTagAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/files/:fileId/tags", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "fileId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "post_/v2/storage/files/{fileId}/tags::FileCreateTagAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/files/:fileId/tags", "params": [ { "name": "fileId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "get_/v2/storage/branch/{branchId}/files/{fileId}::FileDetailAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/branch/:branchId/files/:fileId", "params": [ { "name": "federationToken", "value": "", "type": "query" }, { "name": "branchId", "value": "", "type": "path" }, { "name": "fileId", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/files/{fileId}::FileDetailAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/files/:fileId", "params": [ { "name": "federationToken", "value": "", "type": "query" }, { "name": "fileId", "value": "", "type": "path" } ] } }, { "info": { "name": "delete_/v2/storage/branch/{branchId}/files/{fileId}/tags/{tagName}::FileDeleteTagAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/branch/:branchId/files/:fileId/tags/:tagName", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "fileId", "value": "", "type": "path" }, { "name": "tagName", "value": "", "type": "path" } ] } }, { "info": { "name": "delete_/v2/storage/files/{fileId}/tags/{tagName}::FileDeleteTagAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/files/:fileId/tags/:tagName", "params": [ { "name": "fileId", "value": "", "type": "path" }, { "name": "tagName", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/branch/{branchId}/files::FileListAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/branch/:branchId/files", "params": [ { "name": "branchId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "get_/v2/storage/files::FileListAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/files", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/files/prepare::FilePrepareAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/files/prepare", "params": [ { "name": "branchId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/files/prepare::FilePrepareAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/files/prepare" } }, { "info": { "name": "put_/v2/storage/branch/{branchId}/files/{fileId}/refresh::RefreshAction", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/storage/branch/:branchId/files/:fileId/refresh", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "fileId", "value": "", "type": "path" } ] } }, { "info": { "name": "put_/v2/storage/files/{fileId}/refresh::RefreshAction", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/storage/files/:fileId/refresh", "params": [ { "name": "fileId", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/global-search::SearchAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/global-search" } }, { "info": { "name": "get_/v2/storage/jobs/{jobId}::JobDetailAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" } ] } }, { "info": { "name": "delete_/v2/storage/scheduled-tasks/{taskId}::ScheduledTaskDeleteAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/scheduled-tasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/snapshots/{snapshotId}::SnapshotDetailAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/snapshots/:snapshotId", "params": [ { "name": "snapshotId", "value": "", "type": "path" } ] } }, { "info": { "name": "delete_/v2/storage/snapshots/{snapshotId}::SnapshotDeleteAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/snapshots/:snapshotId", "params": [ { "name": "snapshotId", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/stats::StatsListAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/stats" } }, { "info": { "name": "Storage API index", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage" }, "docs": "Storage API index" }, { "info": { "name": "put_/v2/storage/branch/{branchId}/tables/{id}/columns/{column}/definition::DefinitionUpdateAction", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/storage/branch/:branchId/tables/:id/columns/:column/definition", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "column", "value": "", "type": "path" } ] } }, { "info": { "name": "put_/v2/storage/tables/{id}/columns/{column}/definition::DefinitionUpdateAction", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v2/storage/tables/:id/columns/:column/definition", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "column", "value": "", "type": "path" } ] } }, { "info": { "name": "delete_/v2/storage/branch/{branchId}/tables/{id}/rows::DeleteRowsAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/branch/:branchId/tables/:id/rows", "headers": [ { "name": "X-KBC-Backend", "value": "" } ], "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "delete_/v2/storage/tables/{id}/rows::DeleteRowsAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/tables/:id/rows", "headers": [ { "name": "X-KBC-Backend", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/tables/{id}/import-async::ImportAsyncAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/tables/:id/import-async", "headers": [ { "name": "X-KBC-Backend", "value": "" } ], "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "post_/v2/storage/tables/{id}/import-async::ImportAsyncAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/tables/:id/import-async", "headers": [ { "name": "X-KBC-Backend", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/tables/{tableId}/profile::ProfileCreateAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/tables/:tableId/profile", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "tableId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/tables/{tableId}/profile::ProfileCreateAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/tables/:tableId/profile", "params": [ { "name": "tableId", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/branch/{branchId}/tables/{tableId}/profile/{uuid}::ProfileDetailAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/branch/:branchId/tables/:tableId/profile/:uuid", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "tableId", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/tables/{tableId}/profile/{uuid}::ProfileDetailAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/tables/:tableId/profile/:uuid", "params": [ { "name": "tableId", "value": "", "type": "path" }, { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/tables/{id}/pull::PullAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/tables/:id/pull", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "delete_/v2/storage/branch/{branchId}/tables/{id}::TableDeleteAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/branch/:branchId/tables/:id", "params": [ { "name": "force", "value": "", "type": "query" }, { "name": "async", "value": "", "type": "query" }, { "name": "branchId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "delete_/v2/storage/tables/{id}::TableDeleteAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/tables/:id", "params": [ { "name": "force", "value": "", "type": "query" }, { "name": "async", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/branch/{branchId}/tables::TablesListAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/branch/:branchId/tables", "params": [ { "name": "branchId", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/tables::TablesListAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/tables" } }, { "info": { "name": "delete_/v2/storage/branch/{branchId}/workspaces/{workspaceId}::WorkspaceDeleteAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/branch/:branchId/workspaces/:workspaceId", "headers": [ { "name": "X-KBC-Backend", "value": "" } ], "params": [ { "name": "async", "value": "", "type": "query" }, { "name": "branchId", "value": "", "type": "path" }, { "name": "workspaceId", "value": "", "type": "path" } ] } }, { "info": { "name": "delete_/v2/storage/workspaces/{workspaceId}::WorkspaceDeleteAction", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/storage/workspaces/:workspaceId", "headers": [ { "name": "X-KBC-Backend", "value": "" } ], "params": [ { "name": "async", "value": "", "type": "query" }, { "name": "workspaceId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/workspaces/{workspaceId}/load::WorkspaceLoadAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/workspaces/:workspaceId/load", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "post_/v2/storage/workspaces/{workspaceId}/load::WorkspaceLoadAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/workspaces/:workspaceId/load", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/workspaces/{workspaceId}/password::WorkspacePasswordAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/workspaces/:workspaceId/password", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "workspaceId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/workspaces/{workspaceId}/password::WorkspacePasswordAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/workspaces/:workspaceId/password", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] } }, { "info": { "name": "get_/v2/storage/branch/{branchId}/workspaces/{workspaceId}/saml2-login::WorkspaceSsoInitializeAction", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/storage/branch/:branchId/workspaces/:workspaceId/saml2-login", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "workspaceId", "value": "", "type": "path" } ] } }, { "info": { "name": "post_/v2/storage/branch/{branchId}/workspaces/{workspaceId}/load-clone::WorkspacesLoadCloneAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/branch/:branchId/workspaces/:workspaceId/load-clone", "params": [ { "name": "branchId", "value": "", "type": "path" }, { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "post_/v2/storage/workspaces/{workspaceId}/load-clone::WorkspacesLoadCloneAction", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/storage/workspaces/:workspaceId/load-clone", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }