From 814ec806c22e2782390af5a4a05cb6281aabd5e1 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sun, 12 Jul 2026 16:56:35 +0800 Subject: update APIs 20260712 --- data/dms/2017-12-19/api-docs.php | 115 - data/dms/2018-01-10/api-docs.php | 171 - data/dms/2025-04-14/api-docs.php | 6577 +++++++++++++++++++++----------------- 3 files changed, 3590 insertions(+), 3273 deletions(-) delete mode 100644 data/dms/2017-12-19/api-docs.php delete mode 100644 data/dms/2018-01-10/api-docs.php (limited to 'data/dms') diff --git a/data/dms/2017-12-19/api-docs.php b/data/dms/2017-12-19/api-docs.php deleted file mode 100644 index 01a1fae..0000000 --- a/data/dms/2017-12-19/api-docs.php +++ /dev/null @@ -1,115 +0,0 @@ - '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'Dms', - 'version' => '2017-12-19', - ], - 'components' => [ - 'schemas' => [], - ], - 'apis' => [ - 'AddUser' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'parameters' => [ - [ - 'name' => 'deviceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'userId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'parentId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'subUser', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'grantUserId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'grantUserName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'grantUserType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'description', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], - ], - ], - 'endpoints' => [ - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'dms.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'dms.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'dms.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'dms.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'dms.ap-southeast-1.aliyuncs.com', - ], - ], -]; diff --git a/data/dms/2018-01-10/api-docs.php b/data/dms/2018-01-10/api-docs.php deleted file mode 100644 index eacafad..0000000 --- a/data/dms/2018-01-10/api-docs.php +++ /dev/null @@ -1,171 +0,0 @@ - '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'Dms', - 'version' => '2018-01-10', - ], - 'components' => [ - 'schemas' => [], - ], - 'apis' => [ - 'GetAuditOverview' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'parameters' => [ - [ - 'name' => 'deviceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'userId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'parentId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'subUser', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'accountFilter', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'startTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'endTime', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - ], - 'ShowDatabases' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'parameters' => [ - [ - 'name' => 'deviceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'userId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'parentId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'subUser', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], - ], - [ - 'name' => 'loginToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'instanceType', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - ], - ], - ], - 'endpoints' => [ - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'dms.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'dms.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'dms.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'dms.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'dms.ap-southeast-1.aliyuncs.com', - ], - ], -]; diff --git a/data/dms/2025-04-14/api-docs.php b/data/dms/2025-04-14/api-docs.php index ffc81f6..a952020 100644 --- a/data/dms/2025-04-14/api-docs.php +++ b/data/dms/2025-04-14/api-docs.php @@ -1,193 +1,335 @@ '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'Dms', - 'version' => '2025-04-14', - ], + 'info' => ['style' => 'RPC', 'product' => 'dms', 'version' => '2025-04-14'], 'components' => [ 'schemas' => [ - 'DLCatalog' => [ + 'AgenticCatalog' => [ 'type' => 'object', 'properties' => [ - 'Description' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'Location' => [ - 'type' => 'string', - ], + 'CatalogUuid' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'CatalogType' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'DbType' => ['type' => 'string'], + 'DataSourceUuid' => ['type' => 'string'], + 'StorageLocation' => ['type' => 'string'], + 'State' => ['type' => 'integer', 'format' => 'int32'], + 'RegionId' => ['type' => 'string'], + 'Properties' => ['type' => 'object'], + 'CatalogBizAttrs' => ['type' => 'object'], + ], + ], + 'AgenticDatabase' => [ + 'type' => 'object', + 'properties' => [ + 'CatalogUuid' => ['type' => 'string'], + 'CatalogName' => ['type' => 'string'], + 'CatalogType' => ['type' => 'string'], + 'DbType' => ['type' => 'string'], + 'DatabaseUuid' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'QualifiedName' => ['type' => 'string'], + 'SearchName' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'EngineMeta' => ['$ref' => '#/components/schemas/AgenticDatabaseEngineMeta'], + 'StorageLocation' => ['type' => 'string'], + 'RegionId' => ['type' => 'string'], + 'State' => ['type' => 'integer', 'format' => 'int32'], + 'Properties' => ['type' => 'object'], + 'DatabaseBizAttrs' => ['type' => 'object'], + ], + ], + 'AgenticDatabaseEngineMeta' => [ + 'type' => 'object', + 'properties' => [ + 'SchemaName' => ['type' => 'string'], + 'CatalogName' => ['type' => 'string'], + 'Encoding' => ['type' => 'string'], + 'StorageCapacity' => ['type' => 'integer', 'format' => 'int64'], ], ], - 'DLColumn' => [ + 'AgenticDatabaseObject' => [ 'type' => 'object', 'properties' => [ - 'Comment' => [ - 'type' => 'string', - ], - 'Type' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], + 'DatabaseUuid' => ['type' => 'string'], + 'DatabaseQualifiedName' => ['type' => 'string'], + 'ObjectName' => ['type' => 'string'], + 'ObjectType' => ['type' => 'string'], + 'ObjectQualifiedName' => ['type' => 'string'], + 'DdlSql' => ['type' => 'string'], ], ], - 'DLDatabase' => [ + 'AgenticDmsInstanceSyncTask' => [ 'type' => 'object', 'properties' => [ - 'Description' => [ - 'type' => 'string', - ], - 'Parameters' => [ + 'TaskId' => ['type' => 'string'], + 'Status' => ['type' => 'string'], + 'SyncUserDataPermission' => ['type' => 'boolean'], + 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], + 'SuccessCount' => ['type' => 'integer', 'format' => 'int32'], + 'FailedCount' => ['type' => 'integer', 'format' => 'int32'], + 'SkippedCount' => ['type' => 'integer', 'format' => 'int32'], + 'ErrorCode' => ['type' => 'string'], + 'ErrorSummary' => ['type' => 'string'], + 'ActorId' => ['type' => 'string'], + 'ActorType' => ['type' => 'string'], + 'ActorName' => ['type' => 'string'], + 'GmtCreate' => ['type' => 'string'], + 'GmtModified' => ['type' => 'string'], + ], + ], + 'AgenticDmsInstanceSyncTaskInstance' => [ + 'type' => 'object', + 'properties' => [ + 'DmsInstanceId' => ['type' => 'string'], + 'Status' => ['type' => 'string'], + 'Phase' => ['type' => 'string'], + 'DatasourceUuid' => ['type' => 'string'], + 'CatalogUuid' => ['type' => 'string'], + 'DmsRegionId' => ['type' => 'string'], + 'DbType' => ['type' => 'string'], + 'DmsInstanceSummary' => [ 'type' => 'object', + 'properties' => [ + 'Host' => ['type' => 'string'], + 'Port' => ['type' => 'integer', 'format' => 'int32'], + 'Alias' => ['type' => 'string'], + 'DbType' => ['type' => 'string'], + 'EnvType' => ['type' => 'string'], + 'InstanceResourceId' => ['type' => 'string'], + 'RegionId' => ['type' => 'string'], + 'InstanceSource' => ['type' => 'string'], + ], ], - 'DbId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'CatalogName' => [ - 'type' => 'string', + 'CrawlerTaskId' => ['type' => 'string'], + 'ErrorCode' => ['type' => 'string'], + 'ErrorSummary' => ['type' => 'string'], + 'GmtCreate' => ['type' => 'string'], + 'GmtModified' => ['type' => 'string'], + ], + ], + 'AgenticTableBaseInfo' => [ + 'type' => 'object', + 'properties' => [ + 'CatalogType' => ['type' => 'string'], + 'DatabaseUuid' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'QualifiedName' => ['type' => 'string'], + 'TableType' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'EngineMeta' => ['$ref' => '#/components/schemas/AgenticTableEngineMeta'], + ], + ], + 'AgenticTableColumn' => [ + 'type' => 'object', + 'properties' => [ + 'ColumnName' => ['type' => 'string'], + 'ColumnType' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'Position' => ['type' => 'integer', 'format' => 'int32'], + 'EngineMeta' => ['$ref' => '#/components/schemas/AgenticTableColumnEngineMeta'], + ], + ], + 'AgenticTableColumnEngineMeta' => [ + 'type' => 'object', + 'properties' => [ + 'Nullable' => ['type' => 'boolean'], + 'AutoIncrement' => ['type' => 'boolean'], + 'DefaultValue' => ['type' => 'string'], + 'DataLength' => ['type' => 'integer', 'format' => 'int64'], + 'DataPrecision' => ['type' => 'integer', 'format' => 'int32'], + 'DataScale' => ['type' => 'integer', 'format' => 'int32'], + 'Encoding' => ['type' => 'string'], + 'Extra' => ['type' => 'string'], + 'GenerationColumn' => ['type' => 'boolean'], + 'GenerationExpression' => ['type' => 'string'], + ], + ], + 'AgenticTableEngineMeta' => [ + 'type' => 'object', + 'properties' => [ + 'TableSchemaName' => ['type' => 'string'], + 'Encoding' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'LastDdlTime' => ['type' => 'string'], + 'Engine' => ['type' => 'string'], + 'StorageCapacity' => ['type' => 'integer', 'format' => 'int64'], + 'DataBytes' => ['type' => 'integer', 'format' => 'int64'], + 'IndexBytes' => ['type' => 'integer', 'format' => 'int64'], + 'NumRows' => ['type' => 'integer', 'format' => 'int64'], + 'Checksum' => ['type' => 'string'], + 'FullChecksum' => ['type' => 'string'], + 'RefInfo' => ['type' => 'string'], + ], + ], + 'AgenticTableIndex' => [ + 'type' => 'object', + 'properties' => [ + 'IndexName' => ['type' => 'string'], + 'IndexType' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'ColumnNames' => [ + 'type' => 'array', + 'items' => ['type' => 'string'], ], - 'Name' => [ - 'type' => 'string', + 'Primary' => ['type' => 'boolean'], + 'Unique' => ['type' => 'boolean'], + 'RealColumnNames' => [ + 'type' => 'array', + 'items' => ['type' => 'string'], ], - 'Location' => [ - 'type' => 'string', + ], + ], + 'AgentServiceOrderSummaryVO' => [ + 'type' => 'object', + 'properties' => [ + 'AgentService' => ['type' => 'string'], + 'OrderCount' => ['type' => 'integer', 'format' => 'int32'], + 'ServiceNumTotal' => ['type' => 'integer', 'format' => 'int32'], + 'ModelCallQuota' => ['type' => 'integer', 'format' => 'int64'], + 'SkillPlanCallQuota' => ['type' => 'integer', 'format' => 'int64'], + 'DeepResearchQuota' => ['type' => 'integer', 'format' => 'int64'], + ], + ], + 'AgentServiceOrderVO' => [ + 'type' => 'object', + 'properties' => [ + 'OrderInstanceId' => ['type' => 'string'], + 'AgentService' => ['type' => 'string'], + 'ServiceNum' => ['type' => 'integer', 'format' => 'int32'], + 'Status' => ['type' => 'string'], + 'ExpireTime' => ['type' => 'string'], + 'GmtCreate' => ['type' => 'string'], + 'GmtModified' => ['type' => 'string'], + 'ModelCallUsed' => ['type' => 'integer', 'format' => 'int32'], + 'ModelCallQuota' => ['type' => 'integer', 'format' => 'int32'], + 'SkillPlanCallUsed' => ['type' => 'integer', 'format' => 'int32'], + 'SkillPlanCallQuota' => ['type' => 'integer', 'format' => 'int32'], + 'DeepResearchUsed' => ['type' => 'integer', 'format' => 'int32'], + 'DeepResearchQuota' => ['type' => 'integer', 'format' => 'int32'], + ], + ], + 'DataAgentBillingInstance' => [ + 'type' => 'object', + 'properties' => [ + 'BillingInstanceId' => ['type' => 'string'], + 'PayLevel' => ['type' => 'string'], + 'AgentSeats' => ['type' => 'integer', 'format' => 'int32'], + 'FreeAgentSeats' => ['type' => 'integer', 'format' => 'int32'], + 'SessionSeats' => ['type' => 'integer', 'format' => 'int32'], + 'SessionAvailableDurationQuota' => ['type' => 'integer', 'format' => 'int32'], + 'LLM' => ['type' => 'integer', 'format' => 'int32'], + 'FreeLLM' => ['type' => 'integer', 'format' => 'int32'], + 'TokenLimit' => ['type' => 'integer', 'format' => 'int32'], + 'ChargeType' => ['type' => 'string'], + 'CommodityCode' => ['type' => 'string'], + 'ExpireTime' => ['type' => 'integer', 'format' => 'int64'], + 'IsDefault' => ['type' => 'boolean'], + 'GmtCreated' => ['type' => 'integer', 'format' => 'int64'], + 'GmtModified' => ['type' => 'integer', 'format' => 'int64'], + 'BoundWorkspaceIds' => [ + 'type' => 'array', + 'items' => ['type' => 'string'], ], ], ], + 'DataMountInfo' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'OssBucket' => ['type' => 'string'], + 'Prefix' => ['type' => 'string'], + 'MountFolderName' => ['type' => 'string'], + 'ReadOnly' => ['type' => 'boolean'], + ], + ], + 'DLCatalog' => [ + 'type' => 'object', + 'properties' => [ + 'Description' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + ], + ], + 'DLColumn' => [ + 'type' => 'object', + 'properties' => [ + 'Comment' => ['type' => 'string'], + 'Type' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + ], + ], + 'DLDatabase' => [ + 'type' => 'object', + 'properties' => [ + 'Description' => ['type' => 'string'], + 'Parameters' => ['type' => 'object'], + 'DbId' => ['type' => 'integer', 'format' => 'int64'], + 'CatalogName' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Location' => ['type' => 'string'], + ], + ], 'DLFunction' => [ 'type' => 'object', 'properties' => [ - 'FunctionName' => [ - 'type' => 'string', - ], - 'OwnerName' => [ - 'type' => 'string', - ], - 'OwnerType' => [ - 'type' => 'string', - ], - 'CreatorId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'FunctionType' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'FunctionName' => ['type' => 'string'], + 'OwnerName' => ['type' => 'string'], + 'OwnerType' => ['type' => 'string'], + 'CreatorId' => ['type' => 'integer', 'format' => 'int64'], + 'FunctionType' => ['type' => 'string'], + 'CreateTime' => ['type' => 'integer', 'format' => 'int32'], 'ResourceUris' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/DLResourceUri', - ], - ], - 'ClassName' => [ - 'type' => 'string', - ], - 'CatalogName' => [ - 'type' => 'string', - ], - 'DbName' => [ - 'type' => 'string', - ], - 'ModifierId' => [ - 'type' => 'integer', - 'format' => 'int64', + 'items' => ['$ref' => '#/components/schemas/DLResourceUri'], ], + 'ClassName' => ['type' => 'string'], + 'CatalogName' => ['type' => 'string'], + 'DbName' => ['type' => 'string'], + 'ModifierId' => ['type' => 'integer', 'format' => 'int64'], ], ], 'DLFunctionInput' => [ 'type' => 'object', 'properties' => [ - 'FunctionName' => [ - 'type' => 'string', - ], - 'OwnerName' => [ - 'type' => 'string', - ], - 'OwnerType' => [ - 'type' => 'string', - ], - 'CreatorId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'FunctionType' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], + 'FunctionName' => ['type' => 'string'], + 'OwnerName' => ['type' => 'string'], + 'OwnerType' => ['type' => 'string'], + 'CreatorId' => ['type' => 'integer', 'format' => 'int64'], + 'FunctionType' => ['type' => 'string'], + 'CreateTime' => ['type' => 'integer', 'format' => 'int32'], 'ResourceUris' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/DLResourceUri', - ], - ], - 'ClassName' => [ - 'type' => 'string', - ], - 'ModifierId' => [ - 'type' => 'integer', - 'format' => 'int64', + 'items' => ['$ref' => '#/components/schemas/DLResourceUri'], ], + 'ClassName' => ['type' => 'string'], + 'ModifierId' => ['type' => 'integer', 'format' => 'int64'], ], ], 'DLOrder' => [ 'type' => 'object', 'properties' => [ - 'Order' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Col' => [ - 'type' => 'string', - ], + 'Order' => ['type' => 'integer', 'format' => 'int32'], + 'Col' => ['type' => 'string'], ], ], 'DLPartition' => [ 'type' => 'object', 'properties' => [ - 'TableName' => [ - 'type' => 'string', - ], - 'Sd' => [ - '$ref' => '#/components/schemas/DLStorageDescriptor', - ], + 'TableName' => ['type' => 'string'], + 'Sd' => ['$ref' => '#/components/schemas/DLStorageDescriptor'], 'Parameters' => [ 'type' => 'object', - 'additionalProperties' => [ - 'type' => 'string', - ], - ], - 'CreateTime' => [ - 'type' => 'integer', - 'format' => 'int32', + 'additionalProperties' => ['type' => 'string'], ], + 'CreateTime' => ['type' => 'integer', 'format' => 'int32'], 'Values' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'CatalogName' => [ - 'type' => 'string', - ], - 'DbName' => [ - 'type' => 'string', - ], - 'LastAccessTime' => [ - 'type' => 'integer', - 'format' => 'int32', + 'items' => ['type' => 'string'], ], + 'CatalogName' => ['type' => 'string'], + 'DbName' => ['type' => 'string'], + 'LastAccessTime' => ['type' => 'integer', 'format' => 'int32'], ], ], 'DLPartitionInput' => [ @@ -195,65 +337,34 @@ 'properties' => [ 'Parameters' => [ 'type' => 'object', - 'additionalProperties' => [ - 'type' => 'string', - ], - ], - 'CreateTime' => [ - 'type' => 'integer', - 'format' => 'int32', + 'additionalProperties' => ['type' => 'string'], ], + 'CreateTime' => ['type' => 'integer', 'format' => 'int32'], 'Values' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'StorageDescriptor' => [ - '$ref' => '#/components/schemas/DLStorageDescriptor', - ], - 'LastAccessTime' => [ - 'type' => 'integer', - 'format' => 'int32', + 'items' => ['type' => 'string'], ], + 'StorageDescriptor' => ['$ref' => '#/components/schemas/DLStorageDescriptor'], + 'LastAccessTime' => ['type' => 'integer', 'format' => 'int32'], ], ], 'DLResourceUri' => [ 'type' => 'object', 'properties' => [ - 'ResourceType' => [ - 'type' => 'string', - ], - 'Uri' => [ - 'type' => 'string', - ], + 'ResourceType' => ['type' => 'string'], + 'Uri' => ['type' => 'string'], ], ], 'DLSerdeInfo' => [ 'type' => 'object', 'properties' => [ - 'SerializationLib' => [ - 'type' => 'string', - ], - 'DeserializerClass' => [ - 'type' => 'string', - ], - 'Parameters' => [ - 'type' => 'object', - ], - 'Description' => [ - 'type' => 'string', - ], - 'SerdeType' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'SerializerClass' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], + 'SerializationLib' => ['type' => 'string'], + 'DeserializerClass' => ['type' => 'string'], + 'Parameters' => ['type' => 'object'], + 'Description' => ['type' => 'string'], + 'SerdeType' => ['type' => 'integer', 'format' => 'int32'], + 'SerializerClass' => ['type' => 'string'], + 'Name' => ['type' => 'string'], ], ], 'DLSkewedInfo' => [ @@ -263,19 +374,13 @@ 'type' => 'array', 'items' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], - 'SkewedColValueLocationMaps' => [ - 'type' => 'object', - ], + 'SkewedColValueLocationMaps' => ['type' => 'object'], 'SkewedColNames' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], @@ -284,503 +389,442 @@ 'properties' => [ 'OriginalColumns' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/DLColumn', - ], + 'items' => ['$ref' => '#/components/schemas/DLColumn'], ], 'SortCols' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/DLOrder', - ], - ], - 'Parameters' => [ - 'type' => 'object', - ], - 'SkewedInfo' => [ - '$ref' => '#/components/schemas/DLSkewedInfo', - ], - 'InputFormat' => [ - 'type' => 'string', - ], - 'OutputFormat' => [ - 'type' => 'string', + 'items' => ['$ref' => '#/components/schemas/DLOrder'], ], + 'Parameters' => ['type' => 'object'], + 'SkewedInfo' => ['$ref' => '#/components/schemas/DLSkewedInfo'], + 'InputFormat' => ['type' => 'string'], + 'OutputFormat' => ['type' => 'string'], 'Columns' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/DLColumn', - ], - ], - 'IsCompressed' => [ - 'type' => 'boolean', - ], - 'SerdeInfo' => [ - '$ref' => '#/components/schemas/DLSerdeInfo', + 'items' => ['$ref' => '#/components/schemas/DLColumn'], ], + 'IsCompressed' => ['type' => 'boolean'], + 'SerdeInfo' => ['$ref' => '#/components/schemas/DLSerdeInfo'], 'BucketCols' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'NumBuckets' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Location' => [ - 'type' => 'string', + 'items' => ['type' => 'string'], ], + 'NumBuckets' => ['type' => 'integer', 'format' => 'int32'], + 'Location' => ['type' => 'string'], ], ], 'DLTable' => [ 'type' => 'object', 'properties' => [ - 'ViewOriginalText' => [ - 'type' => 'string', - ], - 'Owner' => [ - 'type' => 'string', - ], - 'TableType' => [ - 'type' => 'string', - ], - 'Parameters' => [ - 'type' => 'object', - ], - 'Description' => [ - 'type' => 'string', - ], - 'CreatorId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'CreateTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'StorageDescriptor' => [ - '$ref' => '#/components/schemas/DLStorageDescriptor', - ], - 'LastAccessTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Retention' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Name' => [ - 'type' => 'string', - ], - 'OwnerType' => [ - 'type' => 'string', - ], - 'ViewExpandedText' => [ - 'type' => 'string', - ], - 'DbId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DbName' => [ - 'type' => 'string', - ], - 'CatalogName' => [ - 'type' => 'string', - ], + 'ViewOriginalText' => ['type' => 'string'], + 'Owner' => ['type' => 'string'], + 'TableType' => ['type' => 'string'], + 'Parameters' => ['type' => 'object'], + 'Description' => ['type' => 'string'], + 'CreatorId' => ['type' => 'integer', 'format' => 'int64'], + 'CreateTime' => ['type' => 'integer', 'format' => 'int32'], + 'StorageDescriptor' => ['$ref' => '#/components/schemas/DLStorageDescriptor'], + 'LastAccessTime' => ['type' => 'integer', 'format' => 'int32'], + 'Retention' => ['type' => 'integer', 'format' => 'int32'], + 'Name' => ['type' => 'string'], + 'OwnerType' => ['type' => 'string'], + 'ViewExpandedText' => ['type' => 'string'], + 'DbId' => ['type' => 'integer', 'format' => 'int64'], + 'DbName' => ['type' => 'string'], + 'CatalogName' => ['type' => 'string'], 'PartitionKeys' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/DLColumn', - ], - ], - 'ModifierId' => [ - 'type' => 'integer', - 'format' => 'int64', + 'items' => ['$ref' => '#/components/schemas/DLColumn'], ], - 'Location' => [ - 'type' => 'string', + 'ModifierId' => ['type' => 'integer', 'format' => 'int64'], + 'Location' => ['type' => 'string'], + ], + ], + 'DLTablebaseInfo' => [ + 'type' => 'object', + 'properties' => [ + 'Owner' => ['type' => 'string'], + 'ViewOriginalText' => ['type' => 'string'], + 'TableType' => ['type' => 'string'], + 'Parameters' => ['type' => 'object'], + 'Description' => ['type' => 'string'], + 'CreatorId' => ['type' => 'integer', 'format' => 'int64'], + 'CreateTime' => ['type' => 'integer', 'format' => 'int32'], + 'LastAccessTime' => ['type' => 'integer', 'format' => 'int32'], + 'Retention' => ['type' => 'integer', 'format' => 'int32'], + 'Name' => ['type' => 'string'], + 'OwnerType' => ['type' => 'string'], + 'ViewExpandedText' => ['type' => 'string'], + 'DbId' => ['type' => 'integer', 'format' => 'int64'], + 'DbName' => ['type' => 'string'], + 'CatalogName' => ['type' => 'string'], + 'PartitionKeys' => [ + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/DLColumn'], ], + 'ModifierId' => ['type' => 'integer', 'format' => 'int64'], + 'Location' => ['type' => 'string'], ], ], 'DLTableInput' => [ 'type' => 'object', 'properties' => [ - 'Owner' => [ - 'type' => 'string', - ], - 'ViewOriginalText' => [ - 'type' => 'string', - ], - 'TableType' => [ - 'type' => 'string', - ], + 'Owner' => ['type' => 'string'], + 'ViewOriginalText' => ['type' => 'string'], + 'TableType' => ['type' => 'string'], 'Parameters' => [ 'type' => 'object', - 'additionalProperties' => [ - 'type' => 'string', - ], - ], - 'Description' => [ - 'type' => 'string', - ], - 'CreatorId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'CreateTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'StorageDescriptor' => [ - '$ref' => '#/components/schemas/DLStorageDescriptor', - ], - 'LastAccessTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Retention' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Name' => [ - 'type' => 'string', - ], - 'OwnerType' => [ - 'type' => 'string', - ], - 'ViewExpandedText' => [ - 'type' => 'string', - ], + 'additionalProperties' => ['type' => 'string'], + ], + 'Description' => ['type' => 'string'], + 'CreatorId' => ['type' => 'integer', 'format' => 'int64'], + 'CreateTime' => ['type' => 'integer', 'format' => 'int32'], + 'StorageDescriptor' => ['$ref' => '#/components/schemas/DLStorageDescriptor'], + 'LastAccessTime' => ['type' => 'integer', 'format' => 'int32'], + 'Retention' => ['type' => 'integer', 'format' => 'int32'], + 'Name' => ['type' => 'string'], + 'OwnerType' => ['type' => 'string'], + 'ViewExpandedText' => ['type' => 'string'], 'PartitionKeys' => [ 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/DLColumn', - ], - ], - 'ModifierId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Location' => [ - 'type' => 'string', + 'items' => ['$ref' => '#/components/schemas/DLColumn'], ], + 'ModifierId' => ['type' => 'integer', 'format' => 'int64'], + 'Location' => ['type' => 'string'], ], ], - 'DLTablebaseInfo' => [ + 'DmsGatewayOrder' => [ 'type' => 'object', 'properties' => [ - 'Owner' => [ - 'type' => 'string', - ], - 'ViewOriginalText' => [ - 'type' => 'string', - ], - 'TableType' => [ - 'type' => 'string', - ], - 'Parameters' => [ - 'type' => 'object', - ], - 'Description' => [ - 'type' => 'string', - ], - 'CreatorId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'CreateTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'LastAccessTime' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Retention' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Name' => [ - 'type' => 'string', - ], - 'OwnerType' => [ - 'type' => 'string', - ], - 'ViewExpandedText' => [ - 'type' => 'string', - ], - 'DbId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DbName' => [ - 'type' => 'string', - ], - 'CatalogName' => [ - 'type' => 'string', - ], - 'PartitionKeys' => [ - 'type' => 'array', - 'items' => [ - '$ref' => '#/components/schemas/DLColumn', - ], - ], - 'ModifierId' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'Location' => [ - 'type' => 'string', + 'BizType' => ['type' => 'string'], + 'OrderId' => ['type' => 'integer', 'format' => 'int64'], + 'InstanceId' => ['type' => 'string'], + 'InstanceType' => ['type' => 'string'], + 'Region' => ['type' => 'string'], + 'ChargeType' => ['type' => 'string'], + 'CommodityCode' => ['type' => 'string'], + 'ExpireTime' => ['type' => 'string'], + 'State' => ['type' => 'string'], + 'PayNum' => ['type' => 'integer', 'format' => 'int32'], + ], + ], + 'DmsKnowledgeSearchOrderInfoDO' => [ + 'type' => 'object', + 'properties' => [ + 'Id' => ['type' => 'integer', 'format' => 'int64'], + 'OrderId' => ['type' => 'string'], + 'AliyunAccountUid' => ['type' => 'string'], + 'ApiKey' => ['type' => 'string'], + 'WebSearchApiUrl' => ['type' => 'string'], + 'GmtCreate' => ['type' => 'string'], + 'GmtModified' => ['type' => 'string'], + ], + ], + 'ForeignInstance' => [ + 'type' => 'object', + 'properties' => [ + 'InstanceSource' => ['type' => 'string'], + 'Port' => ['type' => 'integer', 'format' => 'int32'], + 'Host' => ['type' => 'string'], + 'RegionId' => ['type' => 'string'], + 'InstanceType' => ['type' => 'string'], + 'Properties' => [ + 'type' => 'object', + 'additionalProperties' => ['type' => 'string'], ], + 'DataLinkName' => ['type' => 'string'], + 'Sid' => ['type' => 'string'], ], ], - 'ForeignInstance' => [ + 'ForeignInstanceCredInfo' => [ 'type' => 'object', 'properties' => [ - 'InstanceSource' => [ - 'type' => 'string', - ], - 'Port' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Host' => [ - 'type' => 'string', - ], - 'RegionId' => [ - 'type' => 'string', - ], - 'InstanceType' => [ - 'type' => 'string', - ], - 'Properties' => [ + 'CredInfo' => [ 'type' => 'object', - 'additionalProperties' => [ - 'type' => 'string', - ], - ], - 'DataLinkName' => [ - 'type' => 'string', - ], - 'Sid' => [ - 'type' => 'string', + 'additionalProperties' => ['type' => 'string'], ], + 'CredType' => ['type' => 'string'], ], ], - 'ForeignInstanceCredInfo' => [ + 'ManagedDaOrderSummaryVO' => [ 'type' => 'object', 'properties' => [ - 'CredInfo' => [ - 'type' => 'object', - 'additionalProperties' => [ - 'type' => 'string', - ], - ], - 'CredType' => [ - 'type' => 'string', - ], + 'totalQuota' => ['type' => 'integer', 'format' => 'int32'], + 'usedQuota' => ['type' => 'integer', 'format' => 'int32'], + 'availableQuota' => ['type' => 'integer', 'format' => 'int32'], + 'trialUsed' => ['type' => 'boolean'], + 'trialExpireTime' => ['type' => 'string'], + 'validOrderCount' => ['type' => 'integer', 'format' => 'int32'], + ], + ], + 'ManagedDaOrderVO' => [ + 'type' => 'object', + 'properties' => [ + 'orderId' => ['type' => 'integer', 'format' => 'int64'], + 'subscriptionPlan' => ['type' => 'string'], + 'payNum' => ['type' => 'integer', 'format' => 'int32'], + 'state' => ['type' => 'string'], + 'expireTime' => ['type' => 'string', 'format' => 'iso8601_normal'], + 'region' => ['type' => 'string'], + 'instanceId' => ['type' => 'string'], + 'gmtCreate' => ['type' => 'string', 'format' => 'iso8601_normal'], + ], + ], + 'MdbAgentInstanceVo' => [ + 'type' => 'object', + 'properties' => [ + 'InstanceId' => ['type' => 'string'], + 'InstanceName' => ['type' => 'string'], + 'EngineType' => ['type' => 'string'], + 'EngineInstanceId' => ['type' => 'string'], + 'EngineRegion' => ['type' => 'string'], + 'PublicDomain' => ['type' => 'string'], + 'Status' => ['type' => 'integer', 'format' => 'int32'], + 'StatusDesc' => ['type' => 'string'], + 'StatusMessage' => ['type' => 'string'], + 'OrderId' => ['type' => 'string'], + 'ChargeType' => ['type' => 'string'], + 'GmtCreate' => ['type' => 'string'], + 'LastActiveTime' => ['type' => 'string'], + 'LockTime' => ['type' => 'string'], + 'AccessUrl' => ['type' => 'string'], + ], + ], + 'OneMetaDatabase' => [ + 'type' => 'object', + 'properties' => [ + 'CatalogUuid' => ['type' => 'string'], + 'CatalogName' => ['type' => 'string'], + 'CatalogType' => ['type' => 'string'], + 'DataSourceType' => ['type' => 'string'], + 'DatabaseUuid' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'QualifiedName' => ['type' => 'string'], + 'SearchName' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'EngineMeta' => ['$ref' => '#/components/schemas/OneMetaDatabaseEngineMeta'], + 'StorageLocation' => ['type' => 'string'], + 'RegionId' => ['type' => 'string'], + 'State' => ['type' => 'integer', 'format' => 'int32'], + 'Properties' => ['type' => 'object'], + 'DatabaseBizAttrs' => ['type' => 'object'], + ], + ], + 'OneMetaDatabaseEngineMeta' => [ + 'type' => 'object', + 'properties' => [ + 'SchemaName' => ['type' => 'string'], + 'CatalogName' => ['type' => 'string'], + 'Encoding' => ['type' => 'string'], + 'StorageCapacity' => ['type' => 'integer', 'format' => 'int64'], ], ], 'OneMetaDatabaseObject' => [ 'type' => 'object', 'properties' => [ - 'ObjectName' => [ - 'type' => 'string', - ], - 'ObjectType' => [ - 'type' => 'string', - ], - 'ObjectQualifiedName' => [ - 'type' => 'string', - ], + 'ObjectName' => ['type' => 'string'], + 'ObjectType' => ['type' => 'string'], + 'ObjectQualifiedName' => ['type' => 'string'], + ], + ], + 'OneMetaKnowledgeBase' => [ + 'type' => 'object', + 'properties' => [ + 'KbUuid' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'State' => ['type' => 'integer', 'format' => 'int32'], + 'Tag' => ['type' => 'string'], + 'Creator' => ['type' => 'string'], + 'GmtCreate' => ['type' => 'string'], + 'GmtModified' => ['type' => 'string'], + 'Domain' => ['type' => 'string'], + 'ExtraInfo' => ['type' => 'string'], + ], + ], + 'OneMetaKnowledgeBaseChunk' => [ + 'type' => 'object', + 'properties' => [ + 'Id' => ['type' => 'string'], + 'DocName' => ['type' => 'string'], + 'Content' => ['type' => 'string'], + 'ChunkTitle' => ['type' => 'string'], + 'ChunkMtime' => ['type' => 'string'], + ], + ], + 'OneMetaKnowledgeBaseDocument' => [ + 'type' => 'object', + 'properties' => [ + 'KbUuid' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'FileExt' => ['type' => 'string'], + 'DocumentLoaderName' => ['type' => 'string'], + 'TextSplitterName' => ['type' => 'string'], + 'GmtCreate' => ['type' => 'string'], + 'GmtModified' => ['type' => 'string'], + 'FileSize' => ['type' => 'integer', 'format' => 'int64'], + 'DocsCount' => ['type' => 'integer', 'format' => 'int32'], + 'State' => ['type' => 'integer', 'format' => 'int32'], + 'Summary' => ['type' => 'string'], + 'Keywords' => ['type' => 'string'], ], ], 'OneMetaTableBaseInfo' => [ 'type' => 'object', 'properties' => [ - 'CatalogType' => [ - 'type' => 'string', - ], - 'DatabaseUuid' => [ - 'type' => 'string', - ], - 'Name' => [ - 'type' => 'string', - ], - 'QualifiedName' => [ - 'type' => 'string', - ], - 'TableType' => [ - 'type' => 'string', - ], - 'TableUuid' => [ - 'type' => 'string', - ], - 'Description' => [ - 'type' => 'string', - ], - 'EngineMeta' => [ - '$ref' => '#/components/schemas/OneMetaTableEngineMeta', - ], + 'CatalogType' => ['type' => 'string'], + 'DatabaseUuid' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'QualifiedName' => ['type' => 'string'], + 'TableType' => ['type' => 'string'], + 'TableUuid' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'EngineMeta' => ['$ref' => '#/components/schemas/OneMetaTableEngineMeta'], ], ], 'OneMetaTableColumn' => [ 'type' => 'object', 'properties' => [ - 'ColumnName' => [ - 'type' => 'string', - ], - 'ColumnType' => [ - 'type' => 'string', - ], - 'Description' => [ - 'type' => 'string', - ], - 'Position' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'EngineMeta' => [ - '$ref' => '#/components/schemas/OneMetaTableColumnEngineMeta', - ], + 'ColumnName' => ['type' => 'string'], + 'ColumnType' => ['type' => 'string'], + 'Description' => ['type' => 'string'], + 'Position' => ['type' => 'integer', 'format' => 'int32'], + 'EngineMeta' => ['$ref' => '#/components/schemas/OneMetaTableColumnEngineMeta'], ], ], 'OneMetaTableColumnEngineMeta' => [ 'type' => 'object', 'properties' => [ - 'Nullable' => [ - 'type' => 'boolean', - ], - 'AutoIncrement' => [ - 'type' => 'boolean', - ], - 'DefaultValue' => [ - 'type' => 'string', - ], - 'DataLength' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DataPrecision' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'DataScale' => [ - 'type' => 'integer', - 'format' => 'int32', - ], - 'Encoding' => [ - 'type' => 'string', - ], - 'Extra' => [ - 'type' => 'string', - ], - 'GenerationColumn' => [ - 'type' => 'boolean', - ], - 'GenerationExpression' => [ - 'type' => 'string', - ], + 'Nullable' => ['type' => 'boolean'], + 'AutoIncrement' => ['type' => 'boolean'], + 'DefaultValue' => ['type' => 'string'], + 'DataLength' => ['type' => 'integer', 'format' => 'int64'], + 'DataPrecision' => ['type' => 'integer', 'format' => 'int32'], + 'DataScale' => ['type' => 'integer', 'format' => 'int32'], + 'Encoding' => ['type' => 'string'], + 'Extra' => ['type' => 'string'], + 'GenerationColumn' => ['type' => 'boolean'], + 'GenerationExpression' => ['type' => 'string'], ], ], 'OneMetaTableEngineMeta' => [ 'type' => 'object', 'properties' => [ - 'TableSchemaName' => [ - 'type' => 'string', - ], - 'Encoding' => [ - 'type' => 'string', - ], - 'CreateTime' => [ - 'type' => 'string', - ], - 'LastDdlTime' => [ - 'type' => 'string', - ], - 'Engine' => [ - 'type' => 'string', - ], - 'StorageCapacity' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'DataBytes' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'IndexBytes' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'NumRows' => [ - 'type' => 'integer', - 'format' => 'int64', - ], - 'RefInfo' => [ - 'type' => 'string', - ], + 'TableSchemaName' => ['type' => 'string'], + 'Encoding' => ['type' => 'string'], + 'CreateTime' => ['type' => 'string'], + 'LastDdlTime' => ['type' => 'string'], + 'Engine' => ['type' => 'string'], + 'StorageCapacity' => ['type' => 'integer', 'format' => 'int64'], + 'DataBytes' => ['type' => 'integer', 'format' => 'int64'], + 'IndexBytes' => ['type' => 'integer', 'format' => 'int64'], + 'NumRows' => ['type' => 'integer', 'format' => 'int64'], + 'RefInfo' => ['type' => 'string'], ], ], 'OneMetaTableIndex' => [ 'type' => 'object', 'properties' => [ - 'IndexName' => [ - 'type' => 'string', - ], - 'IndexType' => [ - 'type' => 'string', - ], - 'Description' => [ - 'type' => 'string', - ], + 'IndexName' => ['type' => 'string'], + 'IndexType' => ['type' => 'string'], + 'Description' => ['type' => 'string'], 'ColumnNames' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], - ], - 'Primary' => [ - 'type' => 'boolean', - ], - 'Unique' => [ - 'type' => 'boolean', + 'items' => ['type' => 'string'], ], + 'Primary' => ['type' => 'boolean'], + 'Unique' => ['type' => 'boolean'], 'RealColumnNames' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', + 'items' => ['type' => 'string'], + ], + ], + ], + 'OpenClawInstanceQuotaVO' => [ + 'type' => 'object', + 'properties' => [ + 'InstanceId' => ['type' => 'string'], + 'ModelCallUsed' => ['type' => 'string'], + 'ModelCallQuota' => ['type' => 'string'], + 'SkillPlanCallUsed' => ['type' => 'string'], + 'SkillPlanCallQuota' => ['type' => 'string'], + 'DeepResearchCallUsed' => ['type' => 'string'], + 'DeepResearchCallQuota' => ['type' => 'string'], + 'AliyunAccountUid' => ['type' => 'string'], + 'RefreshDay' => ['type' => 'string'], + 'LastMeteringTime' => ['type' => 'string'], + 'InstanceName' => ['type' => 'string'], + 'InstanceGmtCreate' => ['type' => 'string'], + 'InstanceDesc' => ['type' => 'string'], + 'Status' => ['type' => 'integer', 'format' => 'int32'], + ], + ], + 'OpenClawInstanceVO' => [ + 'type' => 'object', + 'properties' => [ + 'AliyunAccountUid' => ['type' => 'string'], + 'InstanceId' => ['type' => 'string'], + 'InstanceName' => ['type' => 'string'], + 'InstanceDesc' => ['type' => 'string'], + 'Cpu' => ['type' => 'number', 'format' => 'double'], + 'MemorySize' => ['type' => 'integer', 'format' => 'int32'], + 'PublicDomain' => ['type' => 'string'], + 'OpenclawToken' => ['type' => 'string'], + 'Status' => ['type' => 'integer', 'format' => 'int32'], + 'StatusDesc' => ['type' => 'string'], + 'GmtCreate' => ['type' => 'string'], + 'GmtModified' => ['type' => 'string'], + 'LastActiveTime' => ['type' => 'string'], + 'OwnerUid' => ['type' => 'string'], + 'AuthType' => ['type' => 'string'], + 'BasicAuthUsername' => ['type' => 'string'], + 'BasicAuthPassword' => ['type' => 'string'], + 'Variables' => ['type' => 'string'], + 'StatusMessage' => ['type' => 'string'], + 'InstanceRegion' => ['type' => 'string'], + 'ImageInfo' => [ + 'type' => 'object', + 'properties' => [ + 'ImageId' => ['type' => 'integer', 'format' => 'int64'], + 'Namespace' => ['type' => 'string'], + 'Name' => ['type' => 'string'], + 'Tag' => ['type' => 'string'], + 'VersionDesc' => ['type' => 'string'], ], ], + 'ChargeType' => ['type' => 'string'], + 'TrialExpireTime' => ['type' => 'string'], + 'LockTime' => ['type' => 'string'], + 'ModelCallQuota' => ['type' => 'integer', 'format' => 'int64'], + 'ModelCallUsed' => ['type' => 'integer', 'format' => 'int64'], + 'AgentType' => ['type' => 'string'], ], ], 'PartitionError' => [ 'type' => 'object', 'properties' => [ - 'ErrorDetail' => [ - 'type' => 'string', - ], + 'ErrorDetail' => ['type' => 'string'], 'Values' => [ 'type' => 'array', - 'items' => [ - 'type' => 'string', - ], + 'items' => ['type' => 'string'], ], ], ], + 'TrialOrderEligibilityVO' => [ + 'type' => 'object', + 'properties' => [ + 'Valid' => ['type' => 'boolean'], + 'Message' => ['type' => 'string'], + ], + ], ], ], 'apis' => [ - 'CreateAirflowLoginToken' => [ + 'AddUserToDataAgentWorkspace' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -789,434 +833,1679 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AirflowId', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MemberId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'RoleName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateAirflow' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'BatchCreateDataLakePartitions' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'deprecated' => false, 'parameters' => [ [ - 'name' => 'WorkspaceId', + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AirflowName', + 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Description', + 'name' => 'TableName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AppSpec', - 'in' => 'query', + 'name' => 'PartitionInputs', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => ['$ref' => '#/components/schemas/DLPartitionInput', 'required' => false], ], ], [ - 'name' => 'WorkerServerlessReplicas', + 'name' => 'IfNotExists', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'VpcId', + 'name' => 'NeedResult', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'VSwitchId', + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'SecurityGroupId', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], + ], + ], + 'BatchDeleteDataLakePartitions' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'ZoneId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'AK' => [], ], - [ + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DbName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'TableName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'PartitionValuesList', + 'in' => 'query', + 'style' => 'flat', + 'schema' => [ + 'type' => 'array', + 'required' => true, + 'items' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], + ], + ], + ], + [ + 'name' => 'IfExists', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'BatchUpdateDataLakePartitions' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DbName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'TableName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'PartitionInputs', + 'in' => 'formData', + 'style' => 'json', + 'schema' => [ + 'type' => 'array', + 'required' => true, + 'items' => ['$ref' => '#/components/schemas/DLPartitionInput', 'required' => false], + ], + ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'ConfigAirflow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'parameters' => [ + [ + 'name' => 'AirflowId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'CustomAirflowCfg', + 'in' => 'query', + 'style' => 'simple', + 'schema' => [ + 'type' => 'array', + 'required' => true, + 'items' => ['type' => 'string', 'required' => false], + ], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'CreateAirflow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'AirflowName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Description', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'AppSpec', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'WorkerServerlessReplicas', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], + ], + [ + 'name' => 'VpcId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'VSwitchId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'SecurityGroupId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ 'name' => 'OssBucketName', 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'OssPath', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'StartupFile', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'RequirementFile', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DagsDir', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'PluginsDir', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'GracefulShutdownTimeout', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'EnableServerless', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'DataMountInfoList', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['$ref' => '#/components/schemas/DataMountInfo', 'required' => false], + ], + ], + [ + 'name' => 'AirflowVersion', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ClientToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ZoneId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'CreateAirflowLoginToken' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'AirflowId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'CreateCustomAgent' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Description', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DataJson', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Instruction', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Knowledge', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'KnowledgeConfigList', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'AccessType' => ['type' => 'string', 'required' => false], + 'McpServerId' => ['type' => 'string', 'required' => false], + 'KbUuid' => ['type' => 'string'], + ], + ], + ], + ], + [ + 'name' => 'ExecutionConfig', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'SkipPlan' => ['type' => 'boolean', 'required' => false], + 'SkipSqlConfirm' => ['type' => 'boolean', 'required' => false], + 'SkipWebReportConfirm' => ['type' => 'boolean', 'required' => false], + 'SkipAskHuman' => ['type' => 'boolean', 'required' => false], + ], + ], + ], + [ + 'name' => 'ScheduleTaskConfig', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'RelatedSessionId' => ['type' => 'string', 'required' => false], + 'CronExpression' => ['type' => 'string', 'required' => false], + 'Query' => ['type' => 'string', 'required' => false], + ], + ], + ], + [ + 'name' => 'TextReportConfig', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WebReportConfig', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DMSUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CallbackConfig', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'Type' => ['type' => 'string'], + 'ToolId' => ['type' => 'string'], + 'CallbackPrompt' => ['type' => 'string'], + 'CallbackArgs' => ['type' => 'string'], + 'CallbackTime' => ['type' => 'integer', 'format' => 'int32'], + ], + ], + ], + [ + 'name' => 'RelatedSessionId', + 'in' => 'query', + 'schema' => ['type' => 'string'], + ], + ], + ], + 'CreateDataAgentAccuracyTest' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'FileId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CustomAgentId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Dataset', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'EvaluationPrompt', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Mode', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DmsUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Language', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxConcurrent', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'NeedDelete', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Desc', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'CreateDataAgentKnowledgeBase' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DMSUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Description', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'FromKbUuid', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'CreateDataAgentSession' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DMSUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Title', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'File', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'SessionConfig', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'Language' => ['type' => 'string', 'required' => false], + 'CustomAgentId' => ['type' => 'string', 'required' => false], + 'CustomAgentStage' => ['type' => 'string', 'required' => false], + 'Mode' => ['type' => 'string', 'required' => false], + 'EnableSearch' => ['type' => 'boolean', 'required' => false], + 'McpServerIds' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], + ], + 'KbUuidList' => [ + 'type' => 'array', + 'items' => ['type' => 'string'], + ], + 'UserOssBucket' => ['type' => 'string', 'required' => false], + 'EncryptType' => ['type' => 'string'], + 'EncryptKey' => ['type' => 'string'], + 'ReportWaterMark' => ['type' => 'string'], + 'ReportPageWidth' => ['type' => 'integer', 'format' => 'int64'], + ], + ], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'CreateDataAgentWorkspace' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DMSUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceDesc', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'IsSessionShareEnabled', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + ], + ], + 'CreateDataLakeDatabase' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DbName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Description', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Location', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Parameters', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', + 'required' => false, + 'additionalProperties' => ['type' => 'string'], + ], + ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'CreateDataLakeFunction' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DbName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'FunctionInput', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/DLFunctionInput', 'required' => true], + ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'CreateDataLakePartition' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DbName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'TableName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'PartitionInput', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/DLPartitionInput', 'required' => true], + ], + [ + 'name' => 'IfNotExists', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'NeedResult', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'CreateDataLakeTable' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DbName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'TableInput', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/DLTableInput', 'required' => true], + ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'DeleteAirflow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'ClientToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'AirflowId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'DeleteCustomAgent' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CustomAgentId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'DeleteDataAgentAccuracyTest' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'AccuracyTestInsId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DmsUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'DeleteDataAgentKnowledgeBase' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DMSUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'KbUuid', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'DeleteDataAgentWorkspace' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DMSUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'DeleteDataLakeDatabase' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DbName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'DeleteDataLakeFunction' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DbName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'FunctionName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'DeleteDataLakePartition' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DbName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'TableName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'PartitionValues', + 'in' => 'query', + 'style' => 'simple', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'OssPath', + 'name' => 'IfExists', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'DeleteDataLakeTable' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DbName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'TableName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Tid', 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'DeleteDocument' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'KbUuid', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DocumentName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'DeleteDocumentChunks' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'KbUuid', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DocumentName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'ChunkIds', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => true, + 'items' => ['type' => 'string', 'required' => false], ], ], + ], + ], + 'DeleteFileUpload' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DmsUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'FileId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'CallFrom', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'DeleteWorkspaceCode' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Path', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Repo', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Symlink', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + ], + ], + 'DescribeCustomAgent' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CustomAgentId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'DescribeDataAgentSession' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DMSUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'SessionId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'DescribeDocument' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'KbUuid', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DocumentName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'DescribeFileUploadSignature' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DmsUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CallFrom', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string'], + ], + ], + ], + 'DescribeKnowledgeBaseStats' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'KbUuid', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'DescribeKnowledgeBaseUploadSignature' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'KbUuid', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'FileUploadCallback' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DmsUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Filename', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], [ - 'name' => 'StartupFile', + 'name' => 'UploadLocation', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'RequirementFile', + 'name' => 'FileSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'DagsDir', + 'name' => 'CallFrom', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PluginsDir', + 'name' => 'OssBucket', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string'], ], [ - 'name' => 'ClientToken', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string'], ], ], ], - 'UpdateAirflow' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'GetAirflow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'deprecated' => false, 'parameters' => [ - [ - 'name' => 'ClientToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], [ 'name' => 'AirflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AirflowName', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetChatContent' => [ + 'path' => '/api/v1/chat/stream', + 'methods' => ['post'], + 'schemes' => ['https', 'sse'], + 'security' => [ [ - 'name' => 'StartupFile', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'WorkerServerlessReplicas', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'SessionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PluginsDir', + 'name' => 'AgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AppSpec', + 'name' => 'Checkpoint', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetDataAgentSubAccountInfo' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'RequirementFile', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'DagsDir', + 'name' => 'DmsUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'SubAccountId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetAirflow' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'GetDataAgentWorkspaceInfo' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AirflowId', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListAirflows' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'GetDataLakeCatalog' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], 'deprecated' => false, 'parameters' => [ + [ + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], + ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + ], + ], + 'GetDataLakeDatabase' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'MaxResults', + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - 'maximum' => '100', - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'NextToken', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PageIndex', + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], ], [ - 'name' => 'Skip', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'DeleteAirflow' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'GetDataLakeFunction' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ClientToken', + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AirflowId', + 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'FunctionName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'ListDataLakeDatabase' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'GetDataLakePartition' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1227,65 +2516,43 @@ [ 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SearchKey', + 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Tid', + 'name' => 'TableName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'NextToken', + 'name' => 'PartitionValues', 'in' => 'query', + 'style' => 'simple', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'array', + 'required' => true, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'MaxResults', + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'GetDataLakeDatabase' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'GetDataLakeTable' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1296,49 +2563,34 @@ [ 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DbName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'ListDataLakeCatalog' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'GetNotebookAndSubmitTask' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1347,43 +2599,36 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchKey', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Path', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Tid', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'name' => 'Params', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'SessionId', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Retry', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetDataLakeCatalog' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'GetNotebookTaskStatus' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1392,43 +2637,26 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'TaskId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'SessionId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListDataLakeTablebaseInfo' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'GetSqlConsoleOperationLog' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1437,80 +2665,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Rows', + 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - 'maximum' => '200', - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Page', + 'name' => 'Username', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '1', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SearchKey', + 'name' => 'Schema', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'SqlType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CatalogName', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ - 'name' => 'Tid', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ - 'name' => 'WorkspaceId', + 'name' => 'StartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'EndTime', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetDataLakeTable' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'GetWorkspaceCode' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1519,149 +2717,161 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DbName', + 'name' => 'Path', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Name', + 'name' => 'Iac', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetWorkspaceCodePublishSetting' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Tid', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'GetWorkspaceQuota' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'BatchCreateDataLakePartitions' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', + 'ListAirflowVersions' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + 'ListAirflows' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DbName', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '100'], ], [ - 'name' => 'TableName', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PartitionInputs', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - '$ref' => '#/components/schemas/DLPartitionInput', - 'required' => false, - ], - ], + 'name' => 'PageIndex', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'IfNotExists', + 'name' => 'Skip', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + ], + ], + 'ListCustomAgent' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'NeedResult', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'SearchKey', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'Status', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'QueryAllReleased', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'UpdateDataLakeTable' => [ + 'ListDataAgentAccuracyTestInstances' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1670,66 +2880,41 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'AccuracyTestInsId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TableInput', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/DLTableInput', - 'required' => true, - ], + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TableName', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateDataLakePartition' => [ + 'ListDataAgentAccuracyTestResults' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1738,67 +2923,61 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'AccuracyTestInsId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'AccuracyTestTaskId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TableName', + 'name' => 'AccuracyTestSubtaskId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PartitionInput', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/DLPartitionInput', - 'required' => true, - ], + 'name' => 'AccuracyTestResultId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateDataLakeDatabase' => [ + 'ListDataAgentAccuracyTestTasks' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1807,77 +2986,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'AccuracyTestInsId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'AccuracyTestTaskId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Location', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Parameters', + 'name' => 'PageNumber', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'additionalProperties' => [ - 'type' => 'string', - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListDataLakeTableName' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListDataAgentSession' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1886,85 +3033,66 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Tid', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CatalogName', + 'name' => 'CreateStartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'CreateEndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'TableNamePattern', + 'name' => 'IsSaved', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'QueryType', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TableType', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'CustomAgentId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Mode', + 'in' => 'query', + 'schema' => ['type' => 'string'], ], ], ], - 'ListDataLakeTable' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListDataAgentWorkspace' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1973,85 +3101,56 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Tid', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CatalogName', + 'name' => 'WorkspaceType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DbName', + 'name' => 'WorkspaceName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TableNamePattern', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TableType', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'Order', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'OrderBy', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListDataLakePartitionName' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListDataAgentWorkspaceMember' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2060,77 +3159,61 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Tid', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CatalogName', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'SearchMemberId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'SearchRoleName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'TableName', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'Order', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'OrderBy', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListDataLakePartitionByFilter' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListDataCenterDatabase' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2139,85 +3222,41 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Tid', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], - ], - [ - 'name' => 'CatalogName', + 'name' => 'DmsUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string'], ], [ - 'name' => 'TableName', + 'name' => 'ImportType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'Filter', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'SearchKey', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'CallFrom', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'Language', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListDataLakePartition' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListDataCenterTable' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2226,90 +3265,55 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Tid', + 'name' => 'DmsUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CatalogName', + 'name' => 'InstanceName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'DatabaseName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TableName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PartNames', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'name' => 'SearchKey', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'ImportType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'CallFrom', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetDataLakePartition' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakeCatalog' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2318,71 +3322,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'DbName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'TableName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'PartitionValues', + 'name' => 'SearchKey', 'in' => 'query', - 'style' => 'simple', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'DeleteDataLakeTable' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakeDatabase' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2393,55 +3351,38 @@ [ 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DbName', + 'name' => 'SearchKey', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TableName', + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'DeleteDataLakePartition' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakeFunction' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2450,79 +3391,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], ], [ - 'name' => 'DbName', + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TableName', + 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PartitionValues', + 'name' => 'FunctionNamePattern', 'in' => 'query', - 'style' => 'simple', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'IfExists', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'DeleteDataLakeDatabase' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakeFunctionName' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2530,51 +3437,46 @@ ], 'deprecated' => false, 'parameters' => [ + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], + ], [ 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Tid', + 'name' => 'FunctionNamePattern', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'CreateDataLakeTable' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakePartition' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2582,59 +3484,56 @@ ], 'deprecated' => false, 'parameters' => [ + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], + ], [ 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TableInput', + 'name' => 'TableName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'PartNames', 'in' => 'formData', 'style' => 'json', 'schema' => [ - '$ref' => '#/components/schemas/DLTableInput', - 'required' => true, + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'Tid', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'CreateDataLakePartition' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakePartitionByFilter' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2642,84 +3541,51 @@ ], 'deprecated' => false, 'parameters' => [ + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], + ], [ 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TableName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'PartitionInput', + 'name' => 'Filter', 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/DLPartitionInput', - 'required' => true, - ], - ], - [ - 'name' => 'IfNotExists', - 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'NeedResult', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'CreateDataLakeDatabase' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakePartitionName' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2728,77 +3594,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], ], [ - 'name' => 'DbName', + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Description', + 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Location', + 'name' => 'TableName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Parameters', + 'name' => 'NextToken', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'additionalProperties' => [ - 'type' => 'string', - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'BatchUpdateDataLakePartitions' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakeTable' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2806,72 +3640,51 @@ ], 'deprecated' => false, 'parameters' => [ + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], + ], [ 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TableName', + 'name' => 'TableNamePattern', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PartitionInputs', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - '$ref' => '#/components/schemas/DLPartitionInput', - 'required' => false, - ], - ], + 'name' => 'TableType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'BatchDeleteDataLakePartitions' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakeTableName' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2879,82 +3692,51 @@ ], 'deprecated' => false, 'parameters' => [ + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], + ], [ 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TableName', + 'name' => 'TableNamePattern', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PartitionValuesList', + 'name' => 'NextToken', 'in' => 'query', - 'style' => 'flat', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'IfExists', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ - 'name' => 'Tid', + 'name' => 'TableType', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'CreateDataLakeFunction' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakeTablebaseInfo' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2963,57 +3745,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'Rows', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '200'], + ], + [ + 'name' => 'Page', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '1'], + ], + [ + 'name' => 'SearchKey', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'FunctionInput', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/DLFunctionInput', - 'required' => true, - ], + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'GetDataLakeFunction' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListDocumentChunks' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3022,56 +3792,46 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'KbUuid', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DbName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'DocumentName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FunctionName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'NextToken', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'MaxResults', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '100'], ], [ - 'name' => 'WorkspaceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'ChunkTitlePattern', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'SortFieldName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'SortOrder', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateDataLakeFunction' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListDocuments' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3080,65 +3840,46 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'KbUuid', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DbName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'NextToken', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FunctionInput', + 'name' => 'MaxResults', 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/DLFunctionInput', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Tid', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'NamePattern', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'SortFieldName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FunctionName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'SortOrder', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Filters', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteDataLakeFunction' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListFileUpload' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3147,57 +3888,55 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'DmsUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'SessionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FunctionName', + 'name' => 'FileId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'CallFrom', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'FileFrom', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'FileCategory', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'SortColumn', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'SortDirection', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DownloadLinkExpire', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'ListDataLakeFunction' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListKnowledgeBases' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3206,214 +3945,198 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Tid', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'name' => 'Tag', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CatalogName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'NamePattern', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'NextToken', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FunctionNamePattern', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'MaxResults', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '100'], ], [ - 'name' => 'NextToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Filters', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + 'name' => 'SortFieldName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'SortOrder', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListDataLakeFunctionName' => [ - 'methods' => [ - 'post', - 'get', + 'ListWorkspaceCode' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Path', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + 'ModifyCustomAgent' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ - 'AK' => [], + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CustomAgentId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Tid', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CatalogName', + 'name' => 'DataJson', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'Instruction', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FunctionNamePattern', + 'name' => 'Knowledge', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'KnowledgeConfigList', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'AccessType' => ['type' => 'string', 'required' => false], + 'McpServerId' => ['type' => 'string', 'required' => false], + 'KbUuid' => ['type' => 'string'], + ], + ], ], ], [ - 'name' => 'MaxResults', + 'name' => 'ExecutionConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'object', 'required' => false, - 'minimum' => '0', + 'properties' => [ + 'SkipPlan' => ['type' => 'boolean', 'required' => false], + 'SkipSqlConfirm' => ['type' => 'boolean', 'required' => false], + 'SkipWebReportConfirm' => ['type' => 'boolean', 'required' => false], + 'SkipAskHuman' => ['type' => 'boolean', 'required' => false], + ], ], ], [ - 'name' => 'WorkspaceId', + 'name' => 'ScheduleTaskConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'RelatedSessionId' => ['type' => 'string', 'required' => false], + 'CronExpression' => ['type' => 'string', 'required' => false], + 'Query' => ['type' => 'string', 'required' => false], + ], ], ], - ], - ], - 'GetNotebookAndSubmitTask' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'deprecated' => false, - 'parameters' => [ [ - 'name' => 'Path', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'TextReportConfig', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Params', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'WebReportConfig', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SessionId', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'DMSUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Retry', - 'in' => 'formData', + 'name' => 'CallbackConfig', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, + 'type' => 'object', + 'properties' => [ + 'Type' => ['type' => 'string'], + 'ToolId' => ['type' => 'string'], + 'CallbackPrompt' => ['type' => 'string'], + 'CallbackArgs' => ['type' => 'string'], + 'CallbackTime' => ['type' => 'integer', 'format' => 'int32'], + ], ], ], [ - 'name' => 'WorkspaceId', + 'name' => 'RelatedSessionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string'], ], ], ], - 'GetNotebookTaskStatus' => [ + 'OperateCustomAgent' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3422,74 +4145,49 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TaskId', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'CustomAgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SessionId', + 'name' => 'OperateType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DescribeFileUploadSignature' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'RedeployAirflow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'parameters' => [ [ - 'name' => 'DmsUnit', + 'name' => 'AirflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CallFrom', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'FileUploadCallback' => [ + 'RemoveUserToDataAgentWorkspace' => [ 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3498,57 +4196,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DmsUnit', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'Filename', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'UploadLocation', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FileSize', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CallFrom', + 'name' => 'MemberId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetChatContent' => [ - 'path' => '/api/v1/chat/stream', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - 'sse', - ], + 'RetrieveKnowledgeBase' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3557,48 +4223,75 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DMSUnit', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'KbUuid', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SessionId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Query', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AgentId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'TopK', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'Checkpoint', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Filter', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Metrics', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'HybridSearch', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'HybridSearchArgs', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'IncludeVector', + 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'IncludeMetadataFields', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'RerankFactor', + 'in' => 'formData', + 'schema' => ['type' => 'number', 'format' => 'double', 'required' => false], + ], + [ + 'name' => 'RecallWindow', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'OrderBy', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Offset', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'DeleteFileUpload' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'SaveWorkspaceCode' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3607,38 +4300,45 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DmsUnit', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'FileId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'name' => 'Path', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Content', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Force', + 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'Repo', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CallFrom', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Mtime', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Iac', + 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'SendChatMessage' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3649,34 +4349,22 @@ [ 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Message', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MessageType', @@ -3684,37 +4372,23 @@ 'schema' => [ 'type' => 'string', 'required' => false, - 'enum' => [ - 'primary', - 'additional', - 'cancel', - 'operate', - ], + 'enum' => ['primary', 'additional', 'cancel', 'operate', 'report'], ], ], [ 'name' => 'ReplyTo', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'QuotedMessage', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Question', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DataSource', @@ -3724,54 +4398,21 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'DataSourceType' => [ - 'type' => 'string', - 'required' => false, - ], - 'DataSourceId' => [ - 'type' => 'string', - 'required' => false, - ], - 'Location' => [ - 'type' => 'string', - 'required' => false, - ], - 'Database' => [ - 'type' => 'string', - 'required' => false, - ], - 'Engine' => [ - 'type' => 'string', - 'required' => false, - ], + 'DataSourceType' => ['type' => 'string', 'required' => false], + 'DataSourceId' => ['type' => 'string', 'required' => false], + 'Location' => ['type' => 'string', 'required' => false], + 'Database' => ['type' => 'string', 'required' => false], + 'Engine' => ['type' => 'string', 'required' => false], 'Tables' => [ 'type' => 'array', 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - 'FileId' => [ - 'type' => 'string', - 'required' => false, - ], - 'RegionId' => [ - 'type' => 'string', - 'required' => false, - ], - 'DbName' => [ - 'type' => 'string', - 'required' => false, - ], - 'DmsInstanceId' => [ - 'type' => 'string', - 'required' => false, - ], - 'DmsDatabaseId' => [ - 'type' => 'string', - 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], + 'FileId' => ['type' => 'string', 'required' => false], + 'RegionId' => ['type' => 'string', 'required' => false], + 'DbName' => ['type' => 'string', 'required' => false], + 'DmsInstanceId' => ['type' => 'string', 'required' => false], + 'DmsDatabaseId' => ['type' => 'string', 'required' => false], ], ], ], @@ -3783,84 +4424,191 @@ 'type' => 'object', 'required' => false, 'properties' => [ - 'Language' => [ - 'type' => 'string', - 'required' => false, - ], - 'CustomAgentId' => [ - 'type' => 'string', - 'required' => false, - ], - 'CustomAgentStage' => [ - 'type' => 'string', - 'required' => false, - ], - 'ReportWaterMark' => [ - 'type' => 'string', - 'required' => false, - ], + 'Language' => ['type' => 'string', 'required' => false], + 'CustomAgentId' => ['type' => 'string', 'required' => false], + 'CustomAgentStage' => ['type' => 'string', 'required' => false], + 'ReportWaterMark' => ['type' => 'string', 'required' => false], + 'Mode' => ['type' => 'string', 'required' => false], + 'SkipPlan' => ['type' => 'boolean', 'required' => false], + 'SkipSqlConfirm' => ['type' => 'boolean', 'required' => false], + 'SkipWebReportConfirm' => ['type' => 'boolean', 'required' => false], + 'SkipAskHuman' => ['type' => 'boolean', 'required' => false], + 'EnableSearch' => ['type' => 'string', 'required' => false], + 'KbUuidList' => ['type' => 'string', 'required' => false], + 'McpServerIds' => ['type' => 'string', 'required' => false], + 'PlanMode' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'ParentSessionId', 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DataSources', + 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'DataSourceType' => ['type' => 'string', 'required' => false], + 'DataSourceId' => ['type' => 'string', 'required' => false], + 'Location' => ['type' => 'string', 'required' => false], + 'Database' => ['type' => 'string', 'required' => false], + 'Engine' => ['type' => 'string', 'required' => false], + 'Tables' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], + ], + 'FileId' => ['type' => 'string', 'required' => false], + 'RegionId' => ['type' => 'string', 'required' => false], + 'DbName' => ['type' => 'string', 'required' => false], + 'DmsInstanceId' => ['type' => 'string', 'required' => false], + 'DmsDatabaseId' => ['type' => 'string', 'required' => false], + ], + ], + ], + ], + [ + 'name' => 'TaskConfig', + 'in' => 'query', + 'style' => 'json', + 'schema' => [ + 'type' => 'object', 'required' => false, + 'properties' => [ + 'ReportConfig' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'ReportType' => ['type' => 'string', 'required' => false], + 'ReportTheme' => ['type' => 'string', 'required' => false], + 'ReportPrompt' => ['type' => 'string', 'required' => false], + ], + ], + ], ], ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'UserOssBucket', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], ], ], - 'DescribeDataAgentSession' => [ - 'methods' => [ - 'get', - 'post', + 'SetWorkspaceCodePublishSetting' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Config', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + 'SetWorkspaceQuota' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'parameters' => [ [ - 'name' => 'DMSUnit', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SessionId', + 'name' => 'CuQuota', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ - 'name' => 'WorkspaceId', + 'name' => 'Region', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'AutoPay', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'ClientToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'CreateDataAgentSession' => [ + 'StartDataAgentAccuracyTestTask' => [ 'path' => '', - 'methods' => [ - 'post', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'AccuracyTestInsId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DmsUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CsvFile', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], ], + ], + 'StopDataAgentAccuracyTestTask' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3869,108 +4617,113 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DMSUnit', + 'name' => 'AccuracyTestTaskId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Title', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'File', + 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'UpdateAirflow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'SessionConfig', + 'AK' => [], + ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'parameters' => [ + [ + 'name' => 'ClientToken', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'properties' => [ - 'Language' => [ - 'type' => 'string', - 'required' => false, - ], - 'CustomAgentId' => [ - 'type' => 'string', - 'required' => false, - ], - 'CustomAgentStage' => [ - 'type' => 'string', - 'required' => false, - ], - 'Mode' => [ - 'type' => 'string', - 'required' => false, - ], - 'EnableSearch' => [ - 'type' => 'boolean', - 'required' => false, - ], - 'McpServerIds' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], - 'UserOssBucket' => [ - 'type' => 'string', - 'required' => false, - ], - 'EncryptType' => [ - 'type' => 'string', - 'required' => false, - ], - 'EncryptKey' => [ - 'type' => 'string', - 'required' => false, - ], - 'ReportWaterMark' => [ - 'type' => 'string', - 'required' => false, - ], - 'ReportPageWidth' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], - ], - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'AirflowId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'AirflowName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'StartupFile', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkerServerlessReplicas', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'Description', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'PluginsDir', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'AppSpec', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'RequirementFile', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DagsDir', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DataMountInfoList', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => false, + 'type' => 'array', + 'items' => ['$ref' => '#/components/schemas/DataMountInfo'], ], ], + [ + 'name' => 'GracefulShutdownTimeout', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32'], + ], + [ + 'name' => 'EnableServerless', + 'in' => 'query', + 'schema' => ['type' => 'boolean'], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], ], ], - 'ListFileUpload' => [ + 'UpdateDataAgentAccuracyTest' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3979,79 +4732,76 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DmsUnit', + 'name' => 'AccuracyTestInsId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SessionId', + 'name' => 'FileId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FileId', + 'name' => 'CustomerAgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CallFrom', + 'name' => 'Dataset', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FileFrom', + 'name' => 'Mode', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'FileCategory', + 'name' => 'EvaluationPrompt', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortColumn', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortDirection', + 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DmsUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxConcurrent', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'NeedDelete', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'Name', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Desc', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListCustomAgent' => [ + 'UpdateDataAgentSpaceInfo' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4060,65 +4810,36 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'WorkspaceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'SearchKey', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Status', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'QueryAllReleased', + 'name' => 'WorkspaceName', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNumber', + 'name' => 'WorkspaceDesc', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'IsSessionShareEnabled', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'DescribeCustomAgent' => [ + 'UpdateDataAgentWorkspaceMemberRole' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4126,32 +4847,32 @@ ], 'deprecated' => false, 'parameters' => [ + [ + 'name' => 'DMSUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CustomAgentId', + 'name' => 'MemberId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'RoleName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateDataAgentWorkspaceMemberRole' => [ + 'UpdateDataLakeDatabase' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4160,48 +4881,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DMSUnit', + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkspaceId', + 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MemberId', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'RoleName', + 'name' => 'Location', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Parameters', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'additionalProperties' => ['type' => 'string'], ], ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], ], ], - 'ListDataAgentWorkspace' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateDataLakeFunction' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4210,88 +4933,86 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DMSUnit', + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkspaceType', + 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkspaceName', + 'name' => 'FunctionInput', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/DLFunctionInput', 'required' => true], + ], + [ + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'PageNumber', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'FunctionName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'UpdateDataLakePartition' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'MaxResults', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'NextToken', + 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'TableName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'PartitionInput', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/DLPartitionInput', 'required' => true], ], [ - 'name' => 'Order', + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'OrderBy', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'AddUserToDataAgentWorkspace' => [ + 'UpdateDataLakeTable' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4300,47 +5021,42 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DMSUnit', + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkspaceId', + 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MemberId', + 'name' => 'TableInput', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/DLTableInput', 'required' => true], + ], + [ + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'RoleName', + 'name' => 'TableName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'UpdateDataAgentSpaceInfo' => [ + 'UpdateDocument' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4349,47 +5065,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DMSUnit', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'WorkspaceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'KbUuid', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkspaceName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'DocumentName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkspaceDesc', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'NewDescription', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateDataAgentWorkspace' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'UpdateKnowledgeBase' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4398,40 +5092,26 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DMSUnit', + 'name' => 'KbUuid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkspaceName', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceDesc', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListDataAgentWorkspaceMember' => [ + 'UploadDocument' => [ 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4440,98 +5120,76 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DMSUnit', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'KbUuid', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkspaceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'FileName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SearchMemberId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Location', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SearchRoleName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Description', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PageNumber', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'ChunkSize', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'PageSize', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'name' => 'ChunkOverlap', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'MaxResults', - 'in' => 'query', + 'name' => 'Separators', + 'in' => 'formData', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'array', 'required' => false, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'NextToken', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'ZhTitleEnhance', + 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'Order', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'TextSplitterName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'OrderBy', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'DocumentLoaderName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'VlEnhance', + 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], + ], + [ + 'name' => 'SplitterModel', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteDataAgentWorkspace' => [ + 'UpsertDocumentChunks' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4540,31 +5198,25 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DMSUnit', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'KbUuid', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkspaceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'DocumentName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Chunks', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'RemoveUserToDataAgentWorkspace' => [ - 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'WorkspaceActionLog' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4572,41 +5224,21 @@ ], 'deprecated' => false, 'parameters' => [ - [ - 'name' => 'DMSUnit', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MemberId', + 'name' => 'Key', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetDataAgentSubAccountInfo' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'WorkspaceActionStatus' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4615,32 +5247,21 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DmsUnit', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SubAccountId', + 'name' => 'Key', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'GetDataAgentWorkspaceInfo' => [ + 'WorkspaceCodePublish' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4649,44 +5270,26 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DMSUnit', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkspaceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'name' => 'Config', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'dms.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'dms.cn-hangzhou.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'dms.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'dms.cn-shenzhen.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'dms.ap-southeast-1.aliyuncs.com', - ], + ['regionId' => 'cn-shenzhen', 'regionName' => '华南1(深圳)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'dms.cn-shenzhen.aliyuncs.com', 'endpoint' => 'dms.cn-shenzhen.aliyuncs.com', 'vpc' => 'dms-vpc.cn-shenzhen.aliyuncs.com'], + ['regionId' => 'cn-beijing', 'regionName' => '华北2(北京)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'dms.cn-beijing.aliyuncs.com', 'endpoint' => 'dms.cn-beijing.aliyuncs.com', 'vpc' => 'dms-vpc.cn-beijing.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'dms.cn-shanghai.aliyuncs.com', 'endpoint' => 'dms.cn-shanghai.aliyuncs.com', 'vpc' => 'dms-vpc.cn-shanghai.aliyuncs.com'], + ['regionId' => 'cn-hongkong', 'regionName' => '中国香港', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'dms.cn-hongkong.aliyuncs.com', 'endpoint' => 'dms.cn-hongkong.aliyuncs.com', 'vpc' => 'dms-vpc.cn-hongkong.aliyuncs.com'], + ['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'dms.ap-southeast-1.aliyuncs.com', 'endpoint' => 'dms.ap-southeast-1.aliyuncs.com', 'vpc' => 'dms-vpc.ap-southeast-1.aliyuncs.com'], + ['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'dms.cn-hangzhou.aliyuncs.com', 'endpoint' => 'dms.cn-hangzhou.aliyuncs.com', 'vpc' => 'dms-vpc.cn-hangzhou.aliyuncs.com'], + ['regionId' => 'us-west-1', 'regionName' => '美国(硅谷)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'dms.us-west-1.aliyuncs.com', 'endpoint' => 'dms.us-west-1.aliyuncs.com', 'vpc' => 'dms-vpc.us-west-1.aliyuncs.com'], + ['regionId' => 'us-east-1', 'regionName' => '美国(弗吉尼亚)', 'areaId' => 'europeAmerica', 'areaName' => '欧洲与美洲', 'public' => 'dms.us-east-1.aliyuncs.com', 'endpoint' => 'dms.us-east-1.aliyuncs.com', 'vpc' => 'dms-vpc.us-east-1.aliyuncs.com'], ], ]; -- cgit v1.2.3