diff options
Diffstat (limited to 'data/dms/2025-04-14')
| -rw-r--r-- | data/dms/2025-04-14/api-docs.php | 6185 |
1 files changed, 3394 insertions, 2791 deletions
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 @@ <?php return [ 'version' => '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,289 +389,151 @@ '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', - ], - 'Location' => [ - 'type' => 'string', + 'items' => ['$ref' => '#/components/schemas/DLColumn'], ], + 'ModifierId' => ['type' => 'integer', 'format' => 'int64'], + 'Location' => ['type' => 'string'], ], ], - 'DLTableInput' => [ + 'DLTablebaseInfo' => [ 'type' => 'object', 'properties' => [ - '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', - ], + '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', + 'items' => ['$ref' => '#/components/schemas/DLColumn'], ], + 'ModifierId' => ['type' => 'integer', 'format' => 'int64'], + 'Location' => ['type' => 'string'], ], ], - 'DLTablebaseInfo' => [ + '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', - ], - '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', - ], + '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'], + ], + ], + 'DmsGatewayOrder' => [ + 'type' => 'object', + 'properties' => [ + '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', - ], + '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', + 'additionalProperties' => ['type' => 'string'], ], + 'DataLinkName' => ['type' => 'string'], + 'Sid' => ['type' => 'string'], ], ], 'ForeignInstanceCredInfo' => [ @@ -574,213 +541,323 @@ 'properties' => [ 'CredInfo' => [ 'type' => 'object', - 'additionalProperties' => [ - 'type' => 'string', - ], - ], - 'CredType' => [ - 'type' => 'string', + 'additionalProperties' => ['type' => 'string'], ], + 'CredType' => ['type' => 'string'], + ], + ], + 'ManagedDaOrderSummaryVO' => [ + 'type' => 'object', + 'properties' => [ + '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', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DMSUnit', + 'in' => 'query', + '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], + ], ], + ], + 'BatchCreateDataLakePartitions' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -789,434 +866,667 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AirflowId', + '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' => 'string', + 'type' => 'array', 'required' => true, + 'items' => ['$ref' => '#/components/schemas/DLPartitionInput', 'required' => false], ], ], + [ + '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], + ], ], ], - 'CreateAirflow' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'BatchDeleteDataLakePartitions' => [ + '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], + ], + [ + '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' => 'string', + 'type' => 'array', 'required' => true, + 'items' => [ + 'type' => 'array', + 'required' => false, + 'items' => ['type' => 'string', 'required' => false], + ], ], ], [ - 'name' => 'AirflowName', + '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' => 'string', + 'type' => 'array', 'required' => true, + 'items' => ['$ref' => '#/components/schemas/DLPartitionInput', 'required' => false], ], ], [ - 'name' => 'Description', + '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' => 'string', + '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, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WorkerServerlessReplicas', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'VpcId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'VSwitchId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SecurityGroupId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'ZoneId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OssBucketName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OssPath', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StartupFile', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RequirementFile', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DagsDir', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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' => 'string', + '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, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'ZoneId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'UpdateAirflow' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'CreateAirflowLoginToken' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'AirflowId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], ], - 'produces' => [ - 'application/json', + ], + 'CreateCustomAgent' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], + 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ClientToken', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AirflowId', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AirflowName', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'StartupFile', + 'name' => 'DataJson', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkerServerlessReplicas', + 'name' => 'Instruction', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'Knowledge', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PluginsDir', + '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' => 'AppSpec', + 'name' => 'ExecutionConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + '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' => 'RequirementFile', + 'name' => 'ScheduleTaskConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', + 'type' => 'object', 'required' => false, + 'properties' => [ + 'RelatedSessionId' => ['type' => 'string', 'required' => false], + 'CronExpression' => ['type' => 'string', 'required' => false], + 'Query' => ['type' => 'string', 'required' => false], + ], ], ], [ - 'name' => 'DagsDir', + 'name' => 'TextReportConfig', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + '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' => 'string', - 'required' => true, + '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'], + ], ], ], - 'GetAirflow' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'CreateDataAgentAccuracyTest' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'AirflowId', + 'name' => 'FileId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + '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' => true, - ], + '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], ], ], ], - 'ListAirflows' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'CreateDataAgentKnowledgeBase' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'WorkspaceId', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'WorkspaceId', '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' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Skip', + 'name' => 'FromKbUuid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DeleteAirflow' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'CreateDataAgentSession' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/json', - ], - 'produces' => [ - 'application/json', - ], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'ClientToken', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'AirflowId', + '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' => 'string', - 'required' => true, + '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' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListDataLakeDatabase' => [ - 'methods' => [ - 'post', - 'get', + 'CreateDataAgentWorkspace' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + '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' => [], @@ -1227,65 +1537,48 @@ [ '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' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'Location', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MaxResults', + 'name' => 'Parameters', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', + 'type' => 'object', 'required' => false, - 'minimum' => '0', + '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, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'GetDataLakeDatabase' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'CreateDataLakeFunction' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1296,49 +1589,35 @@ [ 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Name', + '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' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + '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], ], ], ], - 'ListDataLakeCatalog' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'CreateDataLakePartition' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1347,43 +1626,52 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'SearchKey', + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + '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], ], ], ], - 'GetDataLakeCatalog' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'CreateDataLakeTable' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1394,123 +1682,120 @@ [ 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + '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, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + '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], ], ], ], - 'ListDataLakeTablebaseInfo' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'DeleteAirflow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Rows', + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - 'maximum' => '200', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Page', + 'name' => 'AirflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '1', - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'SearchKey', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DeleteCustomAgent' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'DbName', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CatalogName', + 'name' => 'CustomAgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DeleteDataAgentAccuracyTest' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Tid', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'AccuracyTestInsId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'RegionId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DmsUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'GetDataLakeTable' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'DeleteDataAgentKnowledgeBase' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1519,60 +1804,49 @@ 'deprecated' => false, 'parameters' => [ [ - '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', 'required' => true], ], [ - 'name' => 'Name', + 'name' => 'KbUuid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'DeleteDataAgentWorkspace' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Tid', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'BatchCreateDataLakePartitions' => [ + 'DeleteDataLakeDatabase' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1583,85 +1857,66 @@ [ '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' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'PartitionInputs', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - '$ref' => '#/components/schemas/DLPartitionInput', - 'required' => false, - ], - ], + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], + ], + ], + 'DeleteDataLakeFunction' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'IfNotExists', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'NeedResult', + 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + '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, - ], + '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], ], ], ], - 'UpdateDataLakeTable' => [ + 'DeleteDataLakePartition' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1672,64 +1927,49 @@ [ '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', - 'in' => 'formData', - 'style' => 'json', + 'name' => 'TableName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'PartitionValues', + 'in' => 'query', + 'style' => 'simple', 'schema' => [ - '$ref' => '#/components/schemas/DLTableInput', + 'type' => 'array', 'required' => true, + 'items' => ['type' => 'string', 'required' => false], ], ], [ - 'name' => 'Tid', + 'name' => 'IfExists', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'TableName', + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + '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], ], ], ], - 'UpdateDataLakePartition' => [ + 'DeleteDataLakeTable' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1740,65 +1980,57 @@ [ '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, - ], - ], - [ - 'name' => 'PartitionInput', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/DLPartitionInput', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + '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], ], ], ], - 'UpdateDataLakeDatabase' => [ + 'DeleteDocument' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + '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' => [], @@ -1807,77 +2039,91 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', - 'in' => 'query', + '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' => [ [ - 'name' => 'DbName', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DmsUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'FileId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Location', + 'name' => 'CallFrom', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'DeleteWorkspaceCode' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Parameters', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'additionalProperties' => [ - 'type' => 'string', - ], - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Tid', + 'name' => 'Path', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'WorkspaceId', + 'name' => 'Repo', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Symlink', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], - 'ListDataLakeTableName' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'DescribeCustomAgent' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1886,85 +2132,115 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Tid', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CatalogName', + 'name' => 'CustomAgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'DescribeDataAgentSession' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'DbName', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TableNamePattern', + 'name' => 'SessionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'DescribeDocument' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'MaxResults', + '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' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TableType', + 'name' => 'CallFrom', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string'], ], ], ], - 'ListDataLakeTable' => [ - 'methods' => [ - 'post', - 'get', + 'DescribeKnowledgeBaseStats' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'KbUuid', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + 'DescribeKnowledgeBaseUploadSignature' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -1973,164 +2249,121 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Tid', + 'name' => 'KbUuid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'FileUploadCallback' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'CatalogName', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DmsUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'Filename', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TableNamePattern', + 'name' => 'UploadLocation', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'TableType', + 'name' => 'FileSize', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'CallFrom', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'OssBucket', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + 'schema' => ['type' => 'string'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string'], ], ], ], - 'ListDataLakePartitionName' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'GetAirflow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Tid', + 'name' => 'AirflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CatalogName', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], + ], + ], + 'GetChatContent' => [ + 'path' => '/api/v1/chat/stream', + 'methods' => ['post'], + 'schemes' => ['https', 'sse'], + 'security' => [ [ - 'name' => 'DbName', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'TableName', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'NextToken', + 'name' => 'SessionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'MaxResults', + 'name' => 'AgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'Checkpoint', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListDataLakePartitionByFilter' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'GetDataAgentSubAccountInfo' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2139,85 +2372,70 @@ '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' => 'SubAccountId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetDataAgentWorkspaceInfo' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'DbName', + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TableName', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetDataLakeCatalog' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'Filter', - 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'NextToken', + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MaxResults', + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + '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], ], ], ], - 'ListDataLakePartition' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'GetDataLakeDatabase' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2226,90 +2444,68 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Tid', + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - 'minimum' => '1', - 'maximum' => '9223372036854775807', - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CatalogName', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'DbName', + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], ], [ - 'name' => 'TableName', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], + ], + ], + 'GetDataLakeFunction' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ [ - 'name' => 'PartNames', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - 'type' => 'array', - 'required' => false, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'NextToken', + 'name' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'MaxResults', + 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + '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, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'GetDataLakePartition' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2320,26 +2516,17 @@ [ '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' => 'PartitionValues', @@ -2348,41 +2535,24 @@ 'schema' => [ 'type' => 'array', 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], + 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + '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], ], ], ], - 'DeleteDataLakeTable' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'GetDataLakeTable' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2393,55 +2563,100 @@ [ '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' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + '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], ], ], ], - 'DeleteDataLakePartition' => [ + 'GetNotebookAndSubmitTask' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'Path', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + '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' => 'string', 'required' => false], + ], + ], + ], + 'GetNotebookTaskStatus' => [ 'path' => '', - 'methods' => [ - 'post', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'TaskId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'SessionId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], ], + ], + 'GetSqlConsoleOperationLog' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2450,79 +2665,50 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'InstanceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'Username', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'TableName', + 'name' => 'Schema', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PartitionValues', + 'name' => 'SqlType', 'in' => 'query', - 'style' => 'simple', - 'schema' => [ - 'type' => 'array', - 'required' => true, - 'items' => [ - 'type' => 'string', - 'required' => false, - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'IfExists', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ - 'name' => 'Tid', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + '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], ], ], ], - 'DeleteDataLakeDatabase' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'GetWorkspaceCode' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2531,110 +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' => 'Tid', + 'name' => 'Iac', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], + ], + ], + 'GetWorkspaceCodePublishSetting' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'CreateDataLakeTable' => [ - 'path' => '', - 'methods' => [ - 'post', - 'get', + 'GetWorkspaceQuota' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + 'ListAirflowVersions' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], + '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' => 'TableInput', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/DLTableInput', - 'required' => true, - ], + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'PageIndex', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'Skip', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], - 'CreateDataLakePartition' => [ + 'ListCustomAgent' => [ 'path' => '', - 'methods' => [ - 'post', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'SearchKey', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Status', + 'in' => 'query', + '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], + ], ], + ], + 'ListDataAgentAccuracyTestInstances' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2643,83 +2880,151 @@ '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' => 'TableName', + 'name' => 'PageSize', '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' => 'PageNumber', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'IfNotExists', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'NeedResult', + 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'ListDataAgentAccuracyTestResults' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], ], + ], + 'deprecated' => false, + 'parameters' => [ [ - 'name' => 'Tid', + 'name' => 'AccuracyTestInsId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'AccuracyTestTaskId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'AccuracyTestSubtaskId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'AccuracyTestResultId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + '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], ], ], ], - 'CreateDataLakeDatabase' => [ + 'ListDataAgentAccuracyTestTasks' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'AccuracyTestInsId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'AccuracyTestTaskId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'PageNumber', + '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], + ], ], + ], + 'ListDataAgentSession' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2728,77 +3033,124 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'CreateStartTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Description', + 'name' => 'CreateEndTime', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'Location', + 'name' => 'IsSaved', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'Parameters', + 'name' => 'WorkspaceId', 'in' => 'query', - 'style' => 'json', - 'schema' => [ - 'type' => 'object', - 'required' => false, - 'additionalProperties' => [ - 'type' => 'string', - ], - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'QueryType', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'Title', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + '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'], ], ], ], - 'BatchUpdateDataLakePartitions' => [ + 'ListDataAgentWorkspace' => [ 'path' => '', - 'methods' => [ - 'post', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DMSUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'WorkspaceName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + '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], + ], + [ + 'name' => 'Order', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'OrderBy', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], ], + ], + 'ListDataAgentWorkspaceMember' => [ + 'path' => '', + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2807,71 +3159,104 @@ 'deprecated' => false, 'parameters' => [ [ - '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', 'required' => false], ], [ - 'name' => 'TableName', + 'name' => 'SearchMemberId', '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' => 'SearchRoleName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Tid', + 'name' => 'PageNumber', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'PageSize', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'MaxResults', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'NextToken', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Order', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'OrderBy', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'BatchDeleteDataLakePartitions' => [ + 'ListDataCenterDatabase' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'DmsUnit', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string'], + ], + [ + 'name' => 'ImportType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'SearchKey', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CallFrom', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Language', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], ], + ], + 'ListDataCenterTable' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2880,81 +3265,124 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'CatalogName', + 'name' => 'DmsUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'DbName', + 'name' => 'InstanceName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'DatabaseName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TableName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'PartitionValuesList', + 'name' => 'SearchKey', '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' => 'ImportType', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'PageNumber', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'PageSize', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'CallFrom', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + ], + ], + 'ListDataLakeCatalog' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'SearchKey', + 'in' => 'query', + '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], ], ], ], - 'CreateDataLakeFunction' => [ - 'methods' => [ - 'post', + 'ListDataLakeDatabase' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'CatalogName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'SearchKey', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Tid', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', '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], + ], ], + ], + 'ListDataLakeFunction' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -2963,57 +3391,45 @@ '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' => false], ], [ - 'name' => 'FunctionInput', - 'in' => 'formData', - 'style' => 'json', - 'schema' => [ - '$ref' => '#/components/schemas/DLFunctionInput', - 'required' => true, - ], + 'name' => 'FunctionNamePattern', + '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], ], ], ], - 'GetDataLakeFunction' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakeFunctionName' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3022,56 +3438,45 @@ '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' => 'FunctionName', + 'name' => 'FunctionNamePattern', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + '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], ], ], ], - 'UpdateDataLakeFunction' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakePartition' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3080,65 +3485,55 @@ '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' => 'FunctionInput', + 'name' => 'TableName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'PartNames', 'in' => 'formData', 'style' => 'json', 'schema' => [ - '$ref' => '#/components/schemas/DLFunctionInput', - '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' => 'WorkspaceId', + 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], ], [ - 'name' => 'FunctionName', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'DeleteDataLakeFunction' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakePartitionByFilter' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3147,57 +3542,50 @@ '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' => 'FunctionName', + 'name' => 'TableName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Tid', + 'name' => 'Filter', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + '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], ], ], ], - 'ListDataLakeFunction' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'ListDataLakePartitionName' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3208,75 +3596,95 @@ [ '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' => 'CatalogName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'FunctionNamePattern', + 'name' => 'TableName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + '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], ], ], ], - 'ListDataLakeFunctionName' => [ - 'methods' => [ - 'post', - 'get', + 'ListDataLakeTable' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + '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], + ], + [ + 'name' => 'DbName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'TableNamePattern', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'TableType', + 'in' => 'query', + '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], + ], ], + ], + 'ListDataLakeTableName' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3287,75 +3695,95 @@ [ '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' => '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' => 'FunctionNamePattern', + 'name' => 'TableNamePattern', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'NextToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - 'minimum' => '0', - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0'], + ], + [ + 'name' => 'TableType', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'GetNotebookAndSubmitTask' => [ - 'path' => '', - 'methods' => [ - 'post', + 'ListDataLakeTablebaseInfo' => [ + 'methods' => ['post', 'get'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'Rows', + 'in' => 'query', + '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], + ], + [ + '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' => 'integer', 'format' => 'int64', 'required' => false], + ], ], + ], + 'ListDocumentChunks' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3364,56 +3792,94 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'Path', + 'name' => 'KbUuid', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'Params', + 'name' => 'DocumentName', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SessionId', + 'name' => 'NextToken', 'in' => 'formData', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Retry', + 'name' => 'MaxResults', 'in' => 'formData', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '100'], ], [ - 'name' => 'WorkspaceId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - '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], ], ], ], - 'GetNotebookTaskStatus' => [ + 'ListDocuments' => [ 'path' => '', - 'methods' => [ - 'post', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'KbUuid', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'NextToken', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxResults', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'NamePattern', + '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], + ], + [ + 'name' => 'Filters', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], ], + ], + 'ListFileUpload' => [ + 'path' => '', + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3422,40 +3888,102 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'TaskId', + 'name' => 'DmsUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'WorkspaceId', + 'name' => 'SessionId', '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' => 'CallFrom', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'FileFrom', + 'in' => 'query', + '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], ], ], ], - 'DescribeFileUploadSignature' => [ - 'path' => '', - 'methods' => [ - 'get', - 'post', + 'ListKnowledgeBases' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'Tag', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'NamePattern', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'NextToken', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'MaxResults', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '100'], + ], + [ + 'name' => 'Filters', + '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], + ], ], + ], + 'ListWorkspaceCode' => [ + 'methods' => ['get', 'post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3464,32 +3992,21 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DmsUnit', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'CallFrom', + 'name' => 'Path', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'FileUploadCallback' => [ + 'ModifyCustomAgent' => [ 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3498,57 +4015,128 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DmsUnit', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Filename', + 'name' => 'CustomAgentId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + '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' => 'string', - 'required' => true, + 'type' => 'array', + 'required' => false, + 'items' => [ + 'type' => 'object', + 'required' => false, + 'properties' => [ + 'AccessType' => ['type' => 'string', 'required' => false], + 'McpServerId' => ['type' => 'string', 'required' => false], + 'KbUuid' => ['type' => 'string'], + ], + ], ], ], [ - 'name' => 'UploadLocation', + 'name' => 'ExecutionConfig', 'in' => 'query', + 'style' => 'json', 'schema' => [ - 'type' => 'string', - 'required' => true, + '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' => 'FileSize', + '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], + ], ], ], [ - 'name' => 'CallFrom', + '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' => 'string', - 'required' => false, + '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'], + ], ], ], - 'GetChatContent' => [ - 'path' => '/api/v1/chat/stream', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - 'sse', - ], + 'OperateCustomAgent' => [ + 'path' => '', + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3557,48 +4145,49 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DMSUnit', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SessionId', + 'name' => 'CustomAgentId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'AgentId', + 'name' => 'OperateType', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + ], + ], + 'RedeployAirflow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], ], + ], + 'consumes' => ['application/json'], + 'produces' => ['application/json'], + 'parameters' => [ [ - 'name' => 'Checkpoint', + 'name' => 'AirflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'DeleteFileUpload' => [ + 'RemoveUserToDataAgentWorkspace' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3607,38 +4196,149 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DmsUnit', + 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FileId', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CallFrom', + 'name' => 'MemberId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'SendChatMessage' => [ - 'methods' => [ - 'post', + 'RetrieveKnowledgeBase' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'KbUuid', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'Query', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'TopK', + 'in' => 'formData', + 'schema' => ['type' => 'integer', 'format' => 'int32', '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], + ], + ], + ], + 'SaveWorkspaceCode' => [ + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'WorkspaceId', + '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' => 'Mtime', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Iac', + 'in' => 'formData', + 'schema' => ['type' => 'boolean', 'required' => false], + ], ], + ], + 'SendChatMessage' => [ + '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,153 @@ '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', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -3869,189 +4579,151 @@ 'deprecated' => false, 'parameters' => [ [ - 'name' => 'DMSUnit', + 'name' => 'AccuracyTestInsId', '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], ], [ - 'name' => 'SessionConfig', + 'name' => 'DmsUnit', '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' => 'WorkspaceId', + 'name' => 'CsvFile', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListFileUpload' => [ + 'StopDataAgentAccuracyTestTask' => [ 'path' => '', - 'methods' => [ - 'post', - 'get', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'AccuracyTestTaskId', + '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], + ], ], + ], + 'UpdateAirflow' => [ + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], - 'deprecated' => false, + 'consumes' => ['application/json'], + 'produces' => ['application/json'], 'parameters' => [ [ - 'name' => 'DmsUnit', + 'name' => 'ClientToken', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SessionId', + 'name' => 'AirflowId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'FileId', + 'name' => 'AirflowName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'CallFrom', + 'name' => 'StartupFile', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'FileFrom', + 'name' => 'WorkerServerlessReplicas', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'FileCategory', + 'name' => 'Description', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortColumn', + 'name' => 'PluginsDir', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SortDirection', + 'name' => 'AppSpec', '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' => '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], + ], ], ], - 'ListCustomAgent' => [ + 'UpdateDataAgentAccuracyTest' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4060,65 +4732,76 @@ 'deprecated' => false, 'parameters' => [ [ + 'name' => 'AccuracyTestInsId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'FileId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'CustomerAgentId', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Dataset', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Mode', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], + ], + [ + 'name' => 'EvaluationPrompt', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'SearchKey', + 'name' => 'RegionId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'Status', + 'name' => 'DmsUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ - 'name' => 'QueryAllReleased', + 'name' => 'MaxConcurrent', 'in' => 'query', - 'schema' => [ - 'type' => 'boolean', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ - 'name' => 'PageNumber', + 'name' => 'NeedDelete', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'boolean', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'Name', 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int32', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'Desc', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'DescribeCustomAgent' => [ + 'UpdateDataAgentSpaceInfo' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4127,31 +4810,36 @@ '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' => 'WorkspaceName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'WorkspaceDesc', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => false], + ], + [ + 'name' => 'IsSessionShareEnabled', + 'in' => 'query', + 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'UpdateDataAgentWorkspaceMemberRole' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4162,46 +4850,29 @@ [ 'name' => 'DMSUnit', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MemberId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RoleName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => false], ], ], ], - 'ListDataAgentWorkspace' => [ + 'UpdateDataLakeDatabase' => [ 'path' => '', - 'methods' => [ - 'get', - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4210,88 +4881,94 @@ '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' => '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' => 'string', + 'type' => 'object', 'required' => false, + 'additionalProperties' => ['type' => 'string'], ], ], [ - 'name' => 'PageNumber', + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ - 'name' => 'PageSize', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], + ], + ], + 'UpdateDataLakeFunction' => [ + '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' => 'Order', + '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' => 'OrderBy', + 'name' => 'WorkspaceId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'FunctionName', + 'in' => 'query', + 'schema' => ['type' => 'string', 'required' => true], ], ], ], - 'AddUserToDataAgentWorkspace' => [ + 'UpdateDataLakePartition' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4300,47 +4977,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' => 'TableName', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'string', 'required' => true], ], [ - 'name' => 'RoleName', + 'name' => 'PartitionInput', + 'in' => 'formData', + 'style' => 'json', + 'schema' => ['$ref' => '#/components/schemas/DLPartitionInput', 'required' => true], + ], + [ + 'name' => 'Tid', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], + ], + [ + 'name' => 'WorkspaceId', + 'in' => 'query', + 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], - 'UpdateDataAgentSpaceInfo' => [ + 'UpdateDataLakeTable' => [ 'path' => '', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['https'], 'security' => [ [ 'AK' => [], @@ -4349,47 +5021,69 @@ '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' => 'WorkspaceName', + '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' => 'WorkspaceDesc', + '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], ], ], ], - 'CreateDataAgentWorkspace' => [ + 'UpdateDocument' => [ 'path' => '', - 'methods' => [ - 'post', + 'methods' => ['post'], + 'schemes' => ['https'], + 'security' => [ + [ + 'AK' => [], + ], ], - 'schemes' => [ - 'https', + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'KbUuid', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'DocumentName', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], + [ + 'name' => 'NewDescription', + 'in' => 'formData', + 'schema' => ['type' => 'string', 'required' => true], + ], ], + ], + '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' => [], @@ -4573,40 +5225,20 @@ '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'], ], ]; |
