华为乾坤-根据条件查询文件信息:响应示例

时间:2025-02-17 11:37:46

响应示例

返回状态码为200:文件查询成功返回,响应体参考QueryFileResponse

HTTP/1.1 200 OK
Date: Sun,16 Feb 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
{
	"errCode" : "0",
	"errMsg" : "",
	"pageIndex" : 1,
	"pageSize" : 20,
	"totalRecords" : 1,
	"fileInfoList" : [
		{
			"fileId" : "7d4ea473-dc8b-4acc-8cf9-0a550cbb09e6",
			"subFileDetails" : [
				{
					"fileId" : "7d4ea473-dc8b-4acc-8cf9-0a550cbb09e6",
					 "subFileDetails" : [
						{
							...
						}
					],
					"currentUserUpload" : true,
					 "fileType" : 20,
					 "feature" : 22,
					 "version" : "1.1",
					 "fileName" : "test.xml",
					 "description" : "文件描述",
					 "tenantName" : "tenant",
					 "fileSize" : "0",
					 "offset" : 0,
					 "sizeUnit" : "B",
					 "uploadProgress" : 100,
					 "createTime" : "2022-10-25 21:01:35",
					 "iconString" : null,
					"storageTypesSupport" : [
						{
							...
						}
					],
					"fileServerName" : " FusionInsight ",
					 "manualRecord" : 0,
					 "status" : 1,
					 "needToReboot" : false,
					
				}
			],
			"currentUserUpload" : true,
			"fileType" : 20,
			"feature" : 22,
			"version" : "1.1",
			"fileName" : "test.xml",
			"description" : "文件描述",
			"tenantName" : "tenant",
			"fileSize" : "0",
			"offset" : 0,
			"sizeUnit" : "B",
			"uploadProgress" : 100,
			"createTime" : "2022-10-25 21:01:35",
			"iconString" : "",
			"storageTypesSupport" : [
				 ""
			],
			"fileServerName" : "FusionInsight",
			"manualRecord" : 0,
			"status" : 1,
			"needToReboot" : false
		}
	]
}

返回状态码为400:参数错误。

HTTP/1.1 400 Bad Request
Date: Sun,16 Feb 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive

返回状态码为500:服务内部错误。

HTTP/1.1 500 Internal Server Error
Date: Sun,16 Feb 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000002163880549.html