'1.0', 'info' => ['style' => 'RPC', 'product' => 'dms', 'version' => '2025-04-14'], 'components' => [ 'schemas' => [ 'AgenticCatalog' => [ 'type' => 'object', 'properties' => [ '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'], ], ], 'AgenticDatabaseObject' => [ 'type' => 'object', 'properties' => [ 'DatabaseUuid' => ['type' => 'string'], 'DatabaseQualifiedName' => ['type' => 'string'], 'ObjectName' => ['type' => 'string'], 'ObjectType' => ['type' => 'string'], 'ObjectQualifiedName' => ['type' => 'string'], 'DdlSql' => ['type' => 'string'], ], ], 'AgenticDmsInstanceSyncTask' => [ 'type' => 'object', 'properties' => [ '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'], ], ], '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'], ], 'Primary' => ['type' => 'boolean'], 'Unique' => ['type' => 'boolean'], 'RealColumnNames' => [ 'type' => 'array', 'items' => ['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'], 'ResourceUris' => [ 'type' => 'array', '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'], 'ResourceUris' => [ 'type' => 'array', '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'], ], ], 'DLPartition' => [ 'type' => 'object', 'properties' => [ 'TableName' => ['type' => 'string'], 'Sd' => ['$ref' => '#/components/schemas/DLStorageDescriptor'], 'Parameters' => [ 'type' => 'object', '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'], ], ], 'DLPartitionInput' => [ 'type' => 'object', 'properties' => [ 'Parameters' => [ 'type' => 'object', 'additionalProperties' => ['type' => 'string'], ], 'CreateTime' => ['type' => 'integer', 'format' => 'int32'], 'Values' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'StorageDescriptor' => ['$ref' => '#/components/schemas/DLStorageDescriptor'], 'LastAccessTime' => ['type' => 'integer', 'format' => 'int32'], ], ], 'DLResourceUri' => [ 'type' => 'object', 'properties' => [ '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'], ], ], 'DLSkewedInfo' => [ 'type' => 'object', 'properties' => [ 'SkewedColValues' => [ 'type' => 'array', 'items' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], ], 'SkewedColValueLocationMaps' => ['type' => 'object'], 'SkewedColNames' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], ], ], 'DLStorageDescriptor' => [ 'type' => 'object', 'properties' => [ 'OriginalColumns' => [ 'type' => 'array', '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'], 'Columns' => [ 'type' => 'array', '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'], ], ], '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'], 'PartitionKeys' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/DLColumn'], ], 'ModifierId' => ['type' => 'integer', 'format' => 'int64'], 'Location' => ['type' => 'string'], ], ], 'DLTablebaseInfo' => [ 'type' => 'object', 'properties' => [ 'Owner' => ['type' => 'string'], 'ViewOriginalText' => ['type' => 'string'], 'TableType' => ['type' => 'string'], 'Parameters' => ['type' => 'object'], 'Description' => ['type' => 'string'], 'CreatorId' => ['type' => 'integer', 'format' => 'int64'], 'CreateTime' => ['type' => 'integer', 'format' => 'int32'], 'LastAccessTime' => ['type' => 'integer', 'format' => 'int32'], 'Retention' => ['type' => 'integer', 'format' => 'int32'], 'Name' => ['type' => 'string'], 'OwnerType' => ['type' => 'string'], 'ViewExpandedText' => ['type' => 'string'], 'DbId' => ['type' => 'integer', 'format' => 'int64'], 'DbName' => ['type' => 'string'], 'CatalogName' => ['type' => 'string'], 'PartitionKeys' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/DLColumn'], ], 'ModifierId' => ['type' => 'integer', 'format' => 'int64'], 'Location' => ['type' => 'string'], ], ], 'DLTableInput' => [ 'type' => 'object', 'properties' => [ 'Owner' => ['type' => 'string'], 'ViewOriginalText' => ['type' => 'string'], 'TableType' => ['type' => 'string'], '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'], 'PartitionKeys' => [ 'type' => 'array', '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'], 'Properties' => [ 'type' => 'object', 'additionalProperties' => ['type' => 'string'], ], 'DataLinkName' => ['type' => 'string'], 'Sid' => ['type' => 'string'], ], ], 'ForeignInstanceCredInfo' => [ 'type' => 'object', 'properties' => [ 'CredInfo' => [ 'type' => 'object', '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'], ], ], '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'], ], ], 'OneMetaTableColumn' => [ 'type' => 'object', 'properties' => [ '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'], ], ], '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'], ], ], 'OneMetaTableIndex' => [ 'type' => 'object', 'properties' => [ 'IndexName' => ['type' => 'string'], 'IndexType' => ['type' => 'string'], 'Description' => ['type' => 'string'], 'ColumnNames' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'Primary' => ['type' => 'boolean'], 'Unique' => ['type' => 'boolean'], 'RealColumnNames' => [ 'type' => 'array', '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'], 'Values' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], ], ], 'TrialOrderEligibilityVO' => [ 'type' => 'object', 'properties' => [ 'Valid' => ['type' => 'boolean'], 'Message' => ['type' => 'string'], ], ], ], ], 'apis' => [ 'AddUserToDataAgentWorkspace' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ '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' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PartitionInputs', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['$ref' => '#/components/schemas/DLPartitionInput', 'required' => false], ], ], [ 'name' => '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], ], ], ], 'BatchDeleteDataLakePartitions' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PartitionValuesList', 'in' => 'query', 'style' => 'flat', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'IfExists', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'BatchUpdateDataLakePartitions' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PartitionInputs', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['$ref' => '#/components/schemas/DLPartitionInput', 'required' => false], ], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'ConfigAirflow' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'AirflowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CustomAirflowCfg', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateAirflow' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AirflowName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AppSpec', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WorkerServerlessReplicas', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'VpcId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'VSwitchId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SecurityGroupId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OssBucketName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OssPath', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'StartupFile', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RequirementFile', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DagsDir', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PluginsDir', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'GracefulShutdownTimeout', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'EnableServerless', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'DataMountInfoList', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['$ref' => '#/components/schemas/DataMountInfo', 'required' => false], ], ], [ 'name' => 'AirflowVersion', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ZoneId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateAirflowLoginToken' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AirflowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CreateCustomAgent' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DataJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Instruction', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Knowledge', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'KnowledgeConfigList', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'AccessType' => ['type' => 'string', 'required' => false], 'McpServerId' => ['type' => 'string', 'required' => false], 'KbUuid' => ['type' => 'string'], ], ], ], ], [ 'name' => 'ExecutionConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'SkipPlan' => ['type' => 'boolean', 'required' => false], 'SkipSqlConfirm' => ['type' => 'boolean', 'required' => false], 'SkipWebReportConfirm' => ['type' => 'boolean', 'required' => false], 'SkipAskHuman' => ['type' => 'boolean', 'required' => false], ], ], ], [ 'name' => 'ScheduleTaskConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'RelatedSessionId' => ['type' => 'string', 'required' => false], 'CronExpression' => ['type' => 'string', 'required' => false], 'Query' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'TextReportConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WebReportConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CallbackConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'string'], 'ToolId' => ['type' => 'string'], 'CallbackPrompt' => ['type' => 'string'], 'CallbackArgs' => ['type' => 'string'], 'CallbackTime' => ['type' => 'integer', 'format' => 'int32'], ], ], ], [ 'name' => 'RelatedSessionId', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], ], 'CreateDataAgentAccuracyTest' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'FileId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Dataset', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EvaluationPrompt', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Mode', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DmsUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Language', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxConcurrent', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NeedDelete', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Desc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateDataAgentKnowledgeBase' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FromKbUuid', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateDataAgentSession' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'File', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Language' => ['type' => 'string', 'required' => false], 'CustomAgentId' => ['type' => 'string', 'required' => false], 'CustomAgentStage' => ['type' => 'string', 'required' => false], 'Mode' => ['type' => 'string', 'required' => false], 'EnableSearch' => ['type' => 'boolean', 'required' => false], 'McpServerIds' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], 'KbUuidList' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], 'UserOssBucket' => ['type' => 'string', 'required' => false], 'EncryptType' => ['type' => 'string'], 'EncryptKey' => ['type' => 'string'], 'ReportWaterMark' => ['type' => 'string'], 'ReportPageWidth' => ['type' => 'integer', 'format' => 'int64'], ], ], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CreateDataAgentWorkspace' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceDesc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'IsSessionShareEnabled', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'CreateDataLakeDatabase' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Location', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Parameters', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string'], ], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'CreateDataLakeFunction' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FunctionInput', 'in' => 'formData', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/DLFunctionInput', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'CreateDataLakePartition' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PartitionInput', 'in' => 'formData', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/DLPartitionInput', 'required' => true], ], [ 'name' => 'IfNotExists', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'NeedResult', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'CreateDataLakeTable' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TableInput', 'in' => 'formData', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/DLTableInput', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'DeleteAirflow' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AirflowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteCustomAgent' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteDataAgentAccuracyTest' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AccuracyTestInsId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DmsUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteDataAgentKnowledgeBase' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'KbUuid', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteDataAgentWorkspace' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteDataLakeDatabase' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'DeleteDataLakeFunction' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FunctionName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'DeleteDataLakePartition' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PartitionValues', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'IfExists', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'DeleteDataLakeTable' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'DeleteDocument' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'KbUuid', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocumentName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteDocumentChunks' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'KbUuid', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocumentName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ChunkIds', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], ], ], ], ], 'DeleteFileUpload' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DmsUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CallFrom', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DeleteWorkspaceCode' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Path', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Repo', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Symlink', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], ], ], 'DescribeCustomAgent' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeDataAgentSession' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'DescribeDocument' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'KbUuid', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocumentName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeFileUploadSignature' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DmsUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CallFrom', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], ], 'DescribeKnowledgeBaseStats' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'KbUuid', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DescribeKnowledgeBaseUploadSignature' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'KbUuid', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'FileUploadCallback' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DmsUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Filename', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'UploadLocation', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FileSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'CallFrom', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'OssBucket', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], ], 'GetAirflow' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AirflowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetChatContent' => [ 'path' => '/api/v1/chat/stream', 'methods' => ['post'], 'schemes' => ['https', 'sse'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Checkpoint', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetDataAgentSubAccountInfo' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DmsUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SubAccountId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetDataAgentWorkspaceInfo' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetDataLakeCatalog' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '9223372036854775807'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'GetDataLakeDatabase' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', '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], ], ], ], 'GetDataLakeFunction' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FunctionName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'GetDataLakePartition' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PartitionValues', 'in' => 'query', 'style' => 'simple', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'GetDataLakeTable' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', '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], ], ], ], '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'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Username', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Schema', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SqlType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'StartTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EndTime', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetWorkspaceCode' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Path', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Iac', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetWorkspaceCodePublishSetting' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetWorkspaceQuota' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => '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' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false, 'minimum' => '0', 'maximum' => '100'], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageIndex', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Skip', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], ], ], 'ListCustomAgent' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AccuracyTestInsId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', '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], ], ], ], 'ListDataAgentAccuracyTestResults' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AccuracyTestInsId', 'in' => 'query', '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' => '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], ], ], ], 'ListDataAgentAccuracyTestTasks' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CreateStartTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'CreateEndTime', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'IsSaved', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'QueryType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Title', 'in' => 'query', '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'], ], ], ], 'ListDataAgentWorkspace' => [ 'path' => '', 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SearchMemberId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SearchRoleName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => '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], ], ], ], 'ListDataCenterDatabase' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DmsUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'InstanceName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DatabaseName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SearchKey', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImportType', 'in' => 'query', '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, 'minimum' => '1', 'maximum' => '9223372036854775807'], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'ListDataLakeDatabase' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], ], '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' => false], ], [ 'name' => 'FunctionNamePattern', '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], ], ], ], 'ListDataLakeFunctionName' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => 'FunctionNamePattern', '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], ], ], ], 'ListDataLakePartition' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PartNames', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['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], ], ], ], 'ListDataLakePartitionByFilter' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Filter', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ '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], ], ], ], 'ListDataLakePartitionName' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ '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], ], ], ], 'ListDataLakeTable' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], ], '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' => 'NextToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxResults', 'in' => 'query', '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], ], ], ], 'ListDataLakeTablebaseInfo' => [ 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'KbUuid', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocumentName', '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' => '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], ], ], ], 'ListDocuments' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DmsUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'FileId', 'in' => 'query', '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], ], ], ], 'ListKnowledgeBases' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Path', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ModifyCustomAgent' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DataJson', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Instruction', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Knowledge', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'KnowledgeConfigList', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'AccessType' => ['type' => 'string', 'required' => false], 'McpServerId' => ['type' => 'string', 'required' => false], 'KbUuid' => ['type' => 'string'], ], ], ], ], [ 'name' => 'ExecutionConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'SkipPlan' => ['type' => 'boolean', 'required' => false], 'SkipSqlConfirm' => ['type' => 'boolean', 'required' => false], 'SkipWebReportConfirm' => ['type' => 'boolean', 'required' => false], 'SkipAskHuman' => ['type' => 'boolean', 'required' => false], ], ], ], [ 'name' => 'ScheduleTaskConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'RelatedSessionId' => ['type' => 'string', 'required' => false], 'CronExpression' => ['type' => 'string', 'required' => false], 'Query' => ['type' => 'string', 'required' => false], ], ], ], [ 'name' => 'TextReportConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WebReportConfig', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CallbackConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'properties' => [ 'Type' => ['type' => 'string'], 'ToolId' => ['type' => 'string'], 'CallbackPrompt' => ['type' => 'string'], 'CallbackArgs' => ['type' => 'string'], 'CallbackTime' => ['type' => 'integer', 'format' => 'int32'], ], ], ], [ 'name' => 'RelatedSessionId', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], ], 'OperateCustomAgent' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CustomAgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'OperateType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RedeployAirflow' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'AirflowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RemoveUserToDataAgentWorkspace' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MemberId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], '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' => [], ], ], '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' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'SessionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AgentId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Message', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MessageType', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'enum' => ['primary', 'additional', 'cancel', 'operate', 'report'], ], ], [ 'name' => 'ReplyTo', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'QuotedMessage', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Question', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DataSource', 'in' => 'query', 'style' => 'json', 'schema' => [ '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' => 'SessionConfig', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'Language' => ['type' => 'string', 'required' => false], 'CustomAgentId' => ['type' => 'string', 'required' => false], 'CustomAgentStage' => ['type' => 'string', 'required' => false], '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' => '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], ], ], ], 'SetWorkspaceCodePublishSetting' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CuQuota', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'Region', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AutoPay', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'StartDataAgentAccuracyTestTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'AccuracyTestInsId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DmsUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'CsvFile', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'StopDataAgentAccuracyTestTask' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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' => [], ], ], 'consumes' => ['application/json'], 'produces' => ['application/json'], 'parameters' => [ [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AirflowId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AirflowName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'StartupFile', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkerServerlessReplicas', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PluginsDir', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AppSpec', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => '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' => '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], ], ], ], 'UpdateDataAgentAccuracyTest' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], '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], ], [ 'name' => 'RegionId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'DmsUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MaxConcurrent', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'NeedDelete', 'in' => 'query', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Desc', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateDataAgentSpaceInfo' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ '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], ], ], ], 'UpdateDataAgentWorkspaceMemberRole' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DMSUnit', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MemberId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'RoleName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'UpdateDataLakeDatabase' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Location', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Parameters', 'in' => 'query', 'style' => 'json', 'schema' => [ 'type' => 'object', 'required' => false, 'additionalProperties' => ['type' => 'string'], ], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'UpdateDataLakeFunction' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FunctionInput', 'in' => 'formData', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/DLFunctionInput', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'FunctionName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateDataLakePartition' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'PartitionInput', 'in' => 'formData', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/DLPartitionInput', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'UpdateDataLakeTable' => [ 'path' => '', 'methods' => ['post', 'get'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CatalogName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DbName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'TableInput', 'in' => 'formData', 'style' => 'json', 'schema' => ['$ref' => '#/components/schemas/DLTableInput', 'required' => true], ], [ 'name' => 'Tid', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'TableName', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'UpdateDocument' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'KbUuid', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocumentName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'NewDescription', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'UpdateKnowledgeBase' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'KbUuid', '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], ], ], ], 'UploadDocument' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'KbUuid', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FileName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Location', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Description', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ChunkSize', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'ChunkOverlap', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Separators', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => ['type' => 'string', 'required' => false], ], ], [ 'name' => 'ZhTitleEnhance', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'TextSplitterName', 'in' => 'formData', '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], ], ], ], 'UpsertDocumentChunks' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'KbUuid', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'DocumentName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Chunks', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'WorkspaceActionLog' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Key', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'WorkspaceActionStatus' => [ 'methods' => ['get', 'post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Key', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'WorkspaceCodePublish' => [ 'path' => '', 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'WorkspaceId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Config', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], ], 'endpoints' => [ ['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'], ], ];