'1.0', 'info' => [ 'style' => 'ROA', 'product' => 'ververica', 'version' => '2020-05-01', ], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', 'children' => [ 'CreateDeployment', 'CreateSavepoint', 'DeleteDeployment', 'DeleteArtifact', 'ExecuteSqlScript', 'GetArtifactMetadata', 'GetDeployment', 'GetDeploymentDefaults', 'GetGlobalDeploymentDefaults', 'ListArtifacts', 'ListDeploymentTargets', 'ListDeployments', 'ListNamespaces', 'ListJobs', 'ListSavepoints', 'UpdateDeployment', 'UpdateDeploymentDesiredState', 'ValidateSqlScript', 'DatabaseExists', 'FunctionExists', 'GetCatalog', 'GetDatabase', 'GetDefaultDatabase', 'GetFunction', 'GetTable', 'ListCatalogs', 'ListDatabases', 'ListFunctions', 'TableExists', 'ListTables', 'CreateUdfArtifact', 'DeleteUdfArtifact', 'ExecuteSqlscriptsStatements', 'GetUdfArtifact', 'ListFlinkVersions', 'ListSessionClusters', 'UpdateUdfArtifact', 'UpdateConnector', 'DeleteConnector', 'DeleteFormat', 'GenerateResourcePlan', 'UpdateMember', 'CreateConnector', 'UpdateFormat', 'ParseConnector', 'GetResourcePlan', 'ListFormats', 'ListConnectors', 'DeleteMember', 'ParseFormat', 'CreateFormat', 'CreateMember', 'SetDeploymentResourceMode', 'ForcefullyCreateLock', 'ReplaceDeployment', 'DeleteSecretValue', 'ListSecretValues', 'CreateSecretValue', ], ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'CreateDeployment' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/deployments', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '86092', 'abilityTreeNodes' => [ 'FEATUREscDX72HD', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'CreateSavepoint' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/savepoints', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '86093', 'abilityTreeNodes' => [ 'FEATUREscUX40QK', ], ], 'parameters' => [ [ 'name' => 'RegionId', 'in' => 'header', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'DeleteDeployment' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/deployments/{deploymentId}', 'methods' => [ 'delete', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '86097', 'abilityTreeNodes' => [ 'FEATUREscDX72HD', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'deploymentId', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'DeleteArtifact' => [ 'path' => '/pop/workspaces/{workspace}/artifacts/v1/namespaces/{namespace}/artifacts:delete', 'methods' => [ 'delete', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86096', 'abilityTreeNodes' => [ 'FEATUREscFF0JJK', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'filename', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'ExecuteSqlScript' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/sqlscripts:execute', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86099', 'abilityTreeNodes' => [ 'FEATUREscWKZGIA', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'GetArtifactMetadata' => [ 'path' => '/pop/workspaces/{workspace}/artifacts/v1/namespaces/{namespace}/artifacts:getMetadata', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86102', 'abilityTreeNodes' => [ 'FEATUREscOYA64T', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'filename', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'GetDeployment' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/deployments/{deploymentId}', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '86106', 'abilityTreeNodes' => [ 'FEATUREscDX72HD', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'deploymentId', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'GetDeploymentDefaults' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/deployment-defaults', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86107', 'abilityTreeNodes' => [ 'FEATUREscWKZGIA', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'GetGlobalDeploymentDefaults' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/global-deployment-defaults', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86109', 'abilityTreeNodes' => [ 'FEATUREscWKZGIA', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'header', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'openapi-test-default', ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '710d6a64d8c34d', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'description' => '', 'type' => 'string', 'example' => 'ECE641B2-AB0B-4174-9C3B-885881558637', ], 'data' => [ 'description' => '', 'type' => 'string', 'example' => '123', ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"data\\": \\"123\\",\\n \\"requestId\\": \\"ECE641B2-AB0B-4174-9C3B-885881558637\\"\\n}","errorExample":""},{"type":"xml","example":"\\n v1\\n GlobalDeploymentDefaults\\n \\n \\n \\n LATEST_STATE\\n false\\n \\n CANCELLED\\n \\n STATELESS\\n \\n 4\\n 4\\n \\n\\nECE641B2-AB0B-4174-9C3B-885881558637","errorExample":""}]', 'title' => 'GetGlobalDeploymentDefaults', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ListArtifacts' => [ 'path' => '/pop/workspaces/{workspace}/artifacts/v1/namespaces/{namespace}/artifacts:list', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '86112', 'abilityTreeNodes' => [ 'FEATUREscFF0JJK', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'ListDeploymentTargets' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/deployment-targets', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '86116', 'abilityTreeNodes' => [ 'FEATUREscYYH6D4', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'ListDeployments' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/deployments', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '86115', 'abilityTreeNodes' => [ 'FEATUREscDX72HD', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'pageSize', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'pageIndex', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'sortName', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'sortOrder', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'creator', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'modifier', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'priority', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'deploymentId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'name', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'status', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'state', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'batchMode', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => false, 'docRequired' => false, 'isFileTransferUrl' => false, 'default' => 'false', 'enum' => [ 'true', 'false', ], ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'ListNamespaces' => [ 'path' => '/pop/namespaces/v1/namespaces', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '86120', 'abilityTreeNodes' => [ 'FEATUREscR3E3VD', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'description' => '', 'type' => 'string', 'example' => '1EF03B0C-F44F-47AD-BB48-D002D0F7B8C9', ], 'data' => [ 'description' => '', 'type' => 'string', 'example' => '', ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"data\\": \\"如返回示例所示\\",\\n \\"requestId\\": \\"1EF03B0C-F44F-47AD-BB48-D002D0F7B8C9\\"\\n}","errorExample":""},{"type":"xml","example":"\\n <@type>type.googleapis.com/vvp.namespaces.v1.ListNamespacesResponse\\n \\n \\n 710d6a64d8c34d\\n \\n 1970-01-01T00: 00: 00Z\\n LIFECYCLE_PHASE_ACTIVE\\n namespaces/openapi-test-namespace-2\\n \\n \\n \\n 710d6a64d8c34d\\n \\n 1970-01-01T00: 00: 00Z\\n LIFECYCLE_PHASE_ACTIVE\\n namespaces/openapi-test-default\\n \\n\\n1EF03B0C-F44F-47AD-BB48-D002D0F7B8C9","errorExample":""}]', 'title' => 'ListNamespaces', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'ListJobs' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/jobs', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '86119', 'abilityTreeNodes' => [ 'FEATUREscB9XR98', ], ], 'parameters' => [ [ 'name' => 'deploymentId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'ListSavepoints' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/savepoints', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '86121', 'abilityTreeNodes' => [ 'FEATUREscUX40QK', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'deploymentId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'jobId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'UpdateDeployment' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/deployments/{deploymentId}/patch', 'methods' => [ 'put', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '86125', 'abilityTreeNodes' => [ 'FEATUREscDX72HD', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'deploymentId', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'integer', 'format' => 'int32', ], ], ], ], ], 'responseDemo' => null, ], 'UpdateDeploymentDesiredState' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/deployments/{deploymentId}/state', 'methods' => [ 'put', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86126', 'abilityTreeNodes' => [ 'FEATUREscDX72HD', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'deploymentId', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'ValidateSqlScript' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/sqlscripts:validate', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86128', 'abilityTreeNodes' => [ 'FEATUREscWKZGIA', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'DatabaseExists' => [ 'path' => '/pop/workspaces/{workspace}/catalog/v1beta2/namespaces/{namespace}/catalogs/{cat}:databaseExists', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86095', 'abilityTreeNodes' => [ 'FEATUREsc53OKIK', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'cat', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'database', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], '5XX' => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'FunctionExists' => [ 'path' => '/pop/workspaces/{workspace}/catalog/v1beta2/namespaces/{namespace}/catalogs/{cat}:functionExists', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86101', 'abilityTreeNodes' => [ 'FEATUREscOYA64T', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'cat', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'database', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'function', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], '5XX' => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'GetCatalog' => [ 'path' => '/pop/workspaces/{workspace}/catalog/v1beta2/namespaces/{namespace}/catalogs/{cat}:getCatalog', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86103', 'abilityTreeNodes' => [ 'FEATUREscA3ZDC5', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'cat', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], '5XX' => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'GetDatabase' => [ 'path' => '/pop/workspaces/{workspace}/catalog/v1beta2/namespaces/{namespace}/catalogs/{cat}:getDatabase', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86104', 'abilityTreeNodes' => [ 'FEATUREsc53OKIK', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'cat', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'database', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], '5XX' => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'GetDefaultDatabase' => [ 'path' => '/pop/workspaces/{workspace}/catalog/v1beta2/namespaces/{namespace}/catalogs/{cat}:getDefaultDatabase', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86105', 'abilityTreeNodes' => [ 'FEATUREsc53OKIK', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'cat', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], '5XX' => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'GetFunction' => [ 'path' => '/pop/workspaces/{workspace}/catalog/v1beta2/namespaces/{namespace}/catalogs/{cat}:getFunction', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '86108', 'abilityTreeNodes' => [ 'FEATUREscOYA64T', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'cat', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'database', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'function', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], '5XX' => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'GetTable' => [ 'path' => '/pop/workspaces/{workspace}/catalog/v1beta2/namespaces/{namespace}/catalogs/{cat}:getTable', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '86110', 'abilityTreeNodes' => [ 'FEATUREsc53OKIK', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'cat', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'database', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'table', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], '5XX' => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ListCatalogs' => [ 'path' => '/pop/workspaces/{workspace}/catalog/v1beta2/namespaces/{namespace}/catalogs', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '86113', 'abilityTreeNodes' => [ 'FEATUREscA3ZDC5', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], '5XX' => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ListDatabases' => [ 'path' => '/pop/workspaces/{workspace}/catalog/v1beta2/namespaces/{namespace}/catalogs/{cat}:listDatabases', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '86114', 'abilityTreeNodes' => [ 'FEATUREsc53OKIK', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'cat', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], '5XX' => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ListFunctions' => [ 'path' => '/pop/workspaces/{workspace}/catalog/v1beta2/namespaces/{namespace}/catalogs/{cat}:listFunctions', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '86118', 'abilityTreeNodes' => [ 'FEATUREscOYA64T', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'cat', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'database', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], '5XX' => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'TableExists' => [ 'path' => '/pop/workspaces/{workspace}/catalog/v1beta2/namespaces/{namespace}/catalogs/{cat}:tableExists', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86124', 'abilityTreeNodes' => [ 'FEATUREsc53OKIK', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'cat', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'database', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'table', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], '5XX' => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ListTables' => [ 'path' => '/pop/workspaces/{workspace}/catalog/v1beta2/namespaces/{namespace}/catalogs/{cat}:listTables', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '86123', 'abilityTreeNodes' => [ 'FEATUREsc53OKIK', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'cat', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'database', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'CreateUdfArtifact' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/udfartifacts', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86094', 'abilityTreeNodes' => [ 'FEATUREscOYA64T', ], ], 'parameters' => [ [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'DeleteUdfArtifact' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/udfartifacts/{udfArtifactName}', 'methods' => [ 'delete', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86098', 'abilityTreeNodes' => [ 'FEATUREscOYA64T', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'udfArtifactName', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ExecuteSqlscriptsStatements' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/sqlscripts:execute-multi', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86100', 'abilityTreeNodes' => [ 'FEATUREscWKZGIA', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'GetUdfArtifact' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/udfartifacts/{udfArtifactName}', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'abilityTreeCode' => '86111', 'abilityTreeNodes' => [ 'FEATUREscOYA64T', ], ], 'parameters' => [ [ 'name' => 'requireFunctionNames', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'udfArtifactName', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ListFlinkVersions' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/flink-version-meta.json', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '86117', 'abilityTreeNodes' => [ 'FEATUREscWKZGIA', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ListSessionClusters' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/sessionclusters', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '86122', 'abilityTreeNodes' => [ 'FEATUREscBWKRDZ', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'UpdateUdfArtifact' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/udfartifacts/{udfArtifactName}', 'methods' => [ 'put', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '86127', 'abilityTreeNodes' => [ 'FEATUREscOYA64T', ], ], 'parameters' => [ [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'udfArtifactName', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'UpdateConnector' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/connectors/{name}', 'methods' => [ 'put', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '101179', 'abilityTreeNodes' => [ 'FEATUREsc2PXREJ', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'name', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'DeleteConnector' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/connectors/{name}', 'methods' => [ 'delete', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '101133', 'abilityTreeNodes' => [ 'FEATUREsc2PXREJ', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'name', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'DeleteFormat' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/formats/{name}', 'methods' => [ 'delete', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '101137', 'abilityTreeNodes' => [ 'FEATUREscKE9BYZ', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'name', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'GenerateResourcePlan' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/deployments/{deploymentId}/resource_plan:generate', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '101145', 'abilityTreeNodes' => [ 'FEATUREscWKZGIA', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'deploymentId', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'UpdateMember' => [ 'path' => '/pop/workspaces/{workspace}/members/v1/namespaces/{namespace}', 'methods' => [ 'put', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '101181', 'abilityTreeNodes' => [ 'FEATUREscWQDSD2', ], ], 'parameters' => [ [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'string', ], ], ], ], ], ], 'CreateConnector' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/connectors', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '101117', 'abilityTreeNodes' => [ 'FEATUREsc2PXREJ', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'UpdateFormat' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/formats/{name}', 'methods' => [ 'put', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'abilityTreeCode' => '101180', 'abilityTreeNodes' => [ 'FEATUREsc53OKIK', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'name', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ParseConnector' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/connectors:analyze-jars', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '101170', 'abilityTreeNodes' => [ 'FEATUREsc2PXREJ', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'GetResourcePlan' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/deployments/{deploymentId}/resource_plan', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '101165', 'abilityTreeNodes' => [ 'FEATUREscWKZGIA', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'deploymentId', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ListFormats' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/formats', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '101169', 'abilityTreeNodes' => [ 'FEATUREscKE9BYZ', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ListConnectors' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/connectors', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '101167', 'abilityTreeNodes' => [ 'FEATUREsc2PXREJ', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'DeleteMember' => [ 'path' => '/pop/workspaces/{workspace}/members/v1/namespaces/{namespace}/members/{member}', 'methods' => [ 'delete', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '101138', 'abilityTreeNodes' => [ 'FEATUREscWQDSD2', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'member', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ParseFormat' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/formats:analyze-jars', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '101172', 'abilityTreeNodes' => [ 'FEATUREscKE9BYZ', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'CreateFormat' => [ 'path' => '/pop/workspaces/{workspace}/sql/v1beta1/namespaces/{namespace}/formats', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '101122', 'abilityTreeNodes' => [ 'FEATUREscKE9BYZ', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'CreateMember' => [ 'path' => '/pop/workspaces/{workspace}/members/v1/namespaces/{namespace}', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'consumes' => [ 'application/json', ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '101123', 'abilityTreeNodes' => [ 'FEATUREscWQDSD2', ], ], 'parameters' => [ [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'string', ], ], ], ], ], ], 'SetDeploymentResourceMode' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/deployments/{deploymentId}/set-resource', 'methods' => [ 'put', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '101176', 'abilityTreeNodes' => [ 'FEATUREscDX72HD', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'deploymentId', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ForcefullyCreateLock' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/locks', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '136124', 'abilityTreeNodes' => [ 'FEATUREscWKZGIA', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'resourceType', 'in' => 'query', 'schema' => [ 'type' => 'string', ], ], [ 'name' => 'resourceId', 'in' => 'query', 'schema' => [ 'type' => 'string', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'string', ], ], ], ], ], ], 'ReplaceDeployment' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/deployments/{deploymentId}', 'methods' => [ 'put', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'none', 'abilityTreeCode' => '138326', 'abilityTreeNodes' => [ 'FEATUREscDX72HD', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'deploymentId', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'integer', 'format' => 'int32', ], ], ], ], ], ], 'DeleteSecretValue' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/secret-values/{name}', 'methods' => [ 'delete', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'delete', 'abilityTreeCode' => '141541', 'abilityTreeNodes' => [ 'FEATUREscGTCR1G', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'name', 'in' => 'path', 'schema' => [ 'type' => 'string', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], 'ListSecretValues' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/secret-values', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '141542', 'abilityTreeNodes' => [ 'FEATUREscGTCR1G', ], ], 'parameters' => [ [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'requestId' => [ 'type' => 'string', ], 'data' => [ 'type' => 'string', ], ], ], ], ], ], 'CreateSecretValue' => [ 'path' => '/pop/workspaces/{workspace}/api/v1/namespaces/{namespace}/secret-values', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '141533', 'abilityTreeNodes' => [ 'FEATUREscGTCR1G', ], ], 'parameters' => [ [ 'name' => 'workspace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'namespace', 'in' => 'path', 'schema' => [ 'type' => 'string', 'required' => true, 'docRequired' => true, ], ], [ 'name' => 'paramsJson', 'in' => 'formData', 'schema' => [ 'type' => 'string', 'required' => false, 'docRequired' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'success' => [ 'type' => 'boolean', ], 'data' => [ 'type' => 'string', ], 'requestId' => [ 'type' => 'string', ], ], ], ], ], ], ], 'endpoints' => [ [ 'regionId' => 'cn-hongkong', 'endpoint' => 'ververica.cn-hongkong.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou', 'endpoint' => 'ververica.cn-hangzhou.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-1', 'endpoint' => 'ververica.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai', 'endpoint' => 'ververica.cn-shanghai.aliyuncs.com', ], [ 'regionId' => 'cn-beijing', 'endpoint' => 'ververica.cn-beijing.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen', 'endpoint' => 'ververica.cn-shenzhen.aliyuncs.com', ], [ 'regionId' => 'cn-zhangjiakou', 'endpoint' => 'ververica.cn-zhangjiakou.aliyuncs.com', ], [ 'regionId' => 'eu-central-1', 'endpoint' => 'ververica.eu-central-1.aliyuncs.com', ], [ 'regionId' => 'eu-west-1', 'endpoint' => 'ververica.eu-west-1.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-5', 'endpoint' => 'ververica.ap-southeast-5.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-3', 'endpoint' => 'ververica.ap-southeast-3.aliyuncs.com', ], [ 'regionId' => 'us-west-1', 'endpoint' => 'ververica.us-west-1.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'ververica.cn-shanghai-finance-1.aliyuncs.com', ], [ 'regionId' => 'us-east-1', 'endpoint' => 'ververica.us-east-1.aliyuncs.com', ], [ 'regionId' => 'cn-wulanchabu', 'endpoint' => 'ververica.cn-wulanchabu.aliyuncs.com', ], [ 'regionId' => 'cn-chengdu', 'endpoint' => 'ververica.cn-chengdu.aliyuncs.com', ], [ 'regionId' => 'ap-northeast-1', 'endpoint' => 'ververica.ap-northeast-1.aliyuncs.com', ], ], ];