'1.0', 'info' => ['style' => 'RPC', 'product' => 'viapi', 'version' => '2021-09-30'], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', 'children' => ['EnableAiStoreUserTask', 'ListAiStoreBuckets', 'QueryAiStoreRegions', 'UpdateAiStoreUserTask', 'CreateAiStoreReceiveConfig', 'CreateAiStoreBucket', 'GetAiStoreUserTask', 'CreateAiStoreUserTask', 'DisableAiStoreUserTask', 'QueryAiStoreApiTree', 'DeleteAiStoreUserTask', 'GetAiStoreReceiveConfig', 'GetAiStoreUserTaskByName', 'QueryAiStoreUserTaskPage'], ], ], 'components' => [ 'schemas' => [ 'AiStoreApiNode' => [ 'title' => 'A short description of struct', 'description' => '智能存储API树节点', 'type' => 'object', 'properties' => [ 'Product' => ['title' => '产品名称', 'type' => 'string'], 'ProductDesc' => ['title' => '产品描述', 'type' => 'string'], 'Apis' => [ 'title' => 'API列表', 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/AiStoreUserTask'], ], ], ], 'AiStoreReceiveConfig' => [ 'title' => 'A short description of struct', 'description' => '智能存储接收消息配置', 'type' => 'object', 'properties' => [ 'EventBridge' => [ 'title' => '事件总线', 'type' => 'object', 'properties' => [ 'EventBus' => ['title' => '事件总线', 'type' => 'string'], 'EventRule' => ['title' => '事件规则', 'type' => 'string'], ], ], 'Mns' => [ 'title' => 'MNS消息', 'type' => 'object', 'properties' => [ 'Queue' => ['title' => '队列名称', 'type' => 'string'], ], ], 'RocketMQ' => [ 'title' => 'ONS消息', 'type' => 'object', 'properties' => [ 'InstanceId' => ['title' => '实例ID', 'type' => 'string'], 'TopicName' => ['title' => '主题名称', 'type' => 'string'], ], ], 'DingTalk' => [ 'title' => '钉钉', 'type' => 'object', 'properties' => [ 'Address' => ['title' => 'webhook地址', 'type' => 'string'], 'Secret' => ['title' => '密钥', 'type' => 'string'], ], ], 'Http' => [ 'title' => 'Http', 'type' => 'object', 'properties' => [ 'Url' => ['title' => 'http地址', 'type' => 'string'], ], ], 'Https' => [ 'title' => 'Https', 'type' => 'object', 'properties' => [ 'Url' => ['title' => 'https地址', 'type' => 'string'], ], ], 'Custom' => ['title' => '自定义事件桥', 'type' => 'string'], ], ], 'AiStoreTemplate' => [ 'title' => 'A short description of struct', 'type' => 'object', 'properties' => [ 'TemplateVariable' => ['title' => '变量', 'type' => 'string'], 'TemplateContext' => ['title' => '模版', 'type' => 'string'], ], ], 'AiStoreUserTask' => [ 'title' => '用户智能存储任务', 'description' => '用户智能存储任务', 'type' => 'object', 'properties' => [ 'Id' => ['title' => 'ID', 'type' => 'integer', 'format' => 'int64'], 'GmtCreate' => ['title' => '创建时间', 'type' => 'string'], 'GmtModified' => ['title' => '修改时间', 'type' => 'string'], 'Region' => ['title' => '地域', 'type' => 'string'], 'RegionDesc' => ['title' => '地域描述', 'type' => 'string'], 'Name' => ['title' => '任务名称', 'type' => 'string'], 'Product' => ['title' => '产品名称', 'type' => 'string'], 'ProductDesc' => ['title' => '产品描述', 'type' => 'string'], 'ApiName' => ['title' => 'API名称', 'type' => 'string'], 'ApiDesc' => ['title' => 'API描述', 'type' => 'string'], 'Version' => ['title' => 'API版本', 'type' => 'string'], 'ParamInfo' => ['title' => '参数信息', 'type' => 'string'], 'BucketName' => ['title' => 'bucket名称', 'type' => 'string'], 'BucketKeyPrefix' => ['title' => 'bucketKey前缀', 'type' => 'string'], 'Remark' => ['title' => '备注', 'type' => 'string'], 'ReceiveConfig' => ['title' => '接收消息配置', 'type' => 'string'], 'Status' => ['title' => '状态', 'type' => 'string'], 'EnableTime' => ['title' => '启用时间', 'type' => 'string'], 'DisableTime' => ['title' => '停用时间', 'type' => 'string'], 'TaskVersion' => ['title' => '任务版本', 'type' => 'string'], ], ], ], ], 'apis' => [ 'EnableAiStoreUserTask' => [ 'summary' => '启用智能存储任务', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'AistoreVersion', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], 'responseDemo' => '', ], 'ListAiStoreBuckets' => [ 'summary' => '查询智能存储bucket列表', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'list'], 'parameters' => [ [ 'name' => 'Product', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'ApiName', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => [ 'type' => 'array', 'items' => ['type' => 'string'], ], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], 'responseDemo' => '', ], 'QueryAiStoreRegions' => [ 'summary' => '查询智能存储region列表', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/AiStoreUserTask'], ], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], ], 'UpdateAiStoreUserTask' => [ 'summary' => '更新智能存储任务', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'Product', 'in' => 'formData', 'schema' => ['title' => '弃用', 'type' => 'string'], ], [ 'name' => 'ApiName', 'in' => 'formData', 'schema' => ['title' => '弃用', 'type' => 'string'], ], [ 'name' => 'BucketName', 'in' => 'formData', 'schema' => ['title' => '弃用', 'type' => 'string'], ], [ 'name' => 'BucketKeyPrefix', 'in' => 'formData', 'schema' => ['title' => '弃用', 'type' => 'string'], ], [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'ParamInfo', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'Remark', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'ReceiveConfig', 'in' => 'formData', 'schema' => ['title' => '弃用', 'type' => 'string'], ], [ 'name' => 'Status', 'in' => 'formData', 'schema' => ['title' => '弃用', 'type' => 'string'], ], [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => ['type' => 'boolean'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], ], 'CreateAiStoreReceiveConfig' => [ 'summary' => '创建用于接收消息的事件规则和接收目标配置', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'Product', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'ApiName', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => ['$ref' => '#/components/schemas/AiStoreReceiveConfig'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], 'responseDemo' => '', ], 'CreateAiStoreBucket' => [ 'summary' => '创建智能存储bucket', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'BucketName', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => ['type' => 'string'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], 'responseDemo' => '', ], 'GetAiStoreUserTask' => [ 'summary' => '获取智能存储任务详请', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => ['$ref' => '#/components/schemas/AiStoreUserTask'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], ], 'CreateAiStoreUserTask' => [ 'summary' => '创建智能存储任务', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'Product', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'ApiName', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'BucketName', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'BucketKeyPrefix', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'ParamInfo', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'Remark', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'Status', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'CreateConfig', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'ReceiveConfig', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => ['type' => 'integer', 'format' => 'int64'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], 'responseDemo' => '', ], 'DisableAiStoreUserTask' => [ 'summary' => '禁用智能存储任务', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'AistoreVersion', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => ['type' => 'boolean'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], 'responseDemo' => '', ], 'QueryAiStoreApiTree' => [ 'summary' => '查询智能存储API树', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free'], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/AiStoreApiNode'], ], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], 'staticInfo' => ['returnType' => 'synchronous'], ], 'DeleteAiStoreUserTask' => [ 'summary' => '删除智能存储任务', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], 'parameters' => [ [ 'name' => 'Id', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true], ], [ 'name' => 'AistoreVersion', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => ['type' => 'boolean'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], 'responseDemo' => '', ], 'GetAiStoreReceiveConfig' => [ 'summary' => '获取接收消息配置', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'Product', 'in' => 'formData', 'schema' => ['type' => 'string'], ], [ 'name' => 'ApiName', 'in' => 'formData', 'schema' => ['type' => 'string'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => ['$ref' => '#/components/schemas/AiStoreReceiveConfig'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], ], 'GetAiStoreUserTaskByName' => [ 'summary' => '根据任务名称获取智能存储任务', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['title' => 'Id of the request', 'type' => 'string'], 'Data' => ['$ref' => '#/components/schemas/AiStoreUserTask'], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], ], 'QueryAiStoreUserTaskPage' => [ 'summary' => '分页查询智能存储任务', 'methods' => ['get', 'post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => ['operationType' => 'get'], 'parameters' => [ [ 'name' => 'Product', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'ApiName', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'Status', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int32'], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => ['type' => 'string'], ], [ 'name' => 'BucketName', 'in' => 'query', 'schema' => ['type' => 'string'], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => ['type' => 'string'], 'Data' => [ 'type' => 'object', 'properties' => [ 'TaskList' => [ 'type' => 'array', 'items' => ['$ref' => '#/components/schemas/AiStoreUserTask'], ], 'TotalCount' => ['type' => 'integer', 'format' => 'int32'], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ ['errorCode' => 'ParameterError', 'errorMessage' => 'The parameter is invalid. Please check again.'], ], 403 => [ ['errorCode' => 'AuthFailed', 'errorMessage' => 'An error occurred while performing authorization. Please check your RAM configuration.'], ], 408 => [ ['errorCode' => 'Timeout', 'errorMessage' => 'The request has timed out.'], ], 503 => [ ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The service is unavailable.'], ], ], ], ], 'endpoints' => [ ['regionId' => 'cn-shanghai', 'endpoint' => 'viapi.cn-shanghai.aliyuncs.com'], ], ];