Release Notes
Announcements
GET /dnadb_files HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>
Parameter Name | Description | Type | Required |
object | File Name | String | No |
dnaDbId | DNA library ID | String | No |
pageNumber | Which page, default value 1. | Int | No |
pageSize | Number of items per page, default value 10, maximum value 100. | Int | No |
<Response><RequestId>NTk0MjdmODlfMjQ4OGY3XzYzYzhfMjc=</RequestId><TotalCount>2</TotalCount><PageNumber>1</PageNumber><PageSize>10</PageSize><DNADbFiles><BucketId>test-1234567890</BucketId><Region>ap-chongqing</Region><DNADbId>xxx1</DNADbId><VideoId>xxx</VideoId><Object>input/test1.mp4</Object><ETag>"3a64323ae8ed5633c02fc96def134b92-23"</ETag><CreateTime>2023-06-05T11:35:24+0800</CreateTime><UpdateTime>2023-06-30T16:15:20+0800</UpdateTime></DNADbFiles><DNADbFiles><BucketId>test-1234567890</BucketId><Region>ap-chongqing</Region><DNADbId>xxx1</DNADbId><VideoId>xxx</VideoId><Object>input/test2.mp4</Object><ETag>"234f8b0b58874328039ac66352820cc8"</ETag><CreateTime>2023-06-05T11:35:24+0800</CreateTime><UpdateTime>2023-06-30T16:15:20+0800</UpdateTime></DNADbFiles></Response>
Node Name (Keyword) | Parent Node | Description | Type |
Response | None | Container for saving results | Container |
Node Name (Keyword) | Parent Node | Description | Type |
RequestId | Response | Unique request ID | String |
TotalCount | Response | Total files | Int |
PageNumber | Response | Current page number, same as the pageNumber in the request | Int |
PageSize | Response | Number of items per page, same as the pageSize in the request | Int |
DNADbFiles | Response | Detailed information of the file | Container array |
Node Name (Keyword) | Parent Node | Description | Type |
BucketId | Response.DNADbConfig | Bucket ID | String |
Region | Response.DNADbConfig | The region where the bucket is located | String |
DNADbId | Response.DNADbConfig | DNA library ID | String |
VideoId | Response.DNADbConfig | Unique file identifier | String |
Object | Response.DNADbConfig | File name | String |
ETag | Response.DNADbConfig | File ETag | String |
UpdateTime | Response.DNADbConfig | File update time | String |
CreateTime | Response.DNADbConfig | File creation time | String |
GET /dnadb_files HTTP/1.1Accept: */*Authorization: q-sign-algorithm=sha1&q-ak=**********************************&q-sign-time=1497530202;1497610202&q-key-time=1497530202;1497610202&q-header-list=&q-url-param-list=&q-signature=**************************************Host: test-1234567890.ci.ap-chongqing.myqcloud.com
HTTP/1.1 200 OKContent-Type: application/xmlContent-Length: 666Connection: keep-aliveDate: Mon, 28 Jun 2022 15:23:12 GMTServer: tencent-cix-ci-request-id: NjMxMDJhYTNfMThhYTk0MGFfYmU1OV8zZjc=<Response><RequestId>NTk0MjdmODlfMjQ4OGY3XzYzYzhfMjc=</RequestId><TotalCount>2</TotalCount><PageNumber>1</PageNumber><PageSize>10</PageSize><DNADbFiles><BucketId>test-1234567890</BucketId><Region>ap-chongqing</Region><DNADbId>xxx1</DNADbId><VideoId>xxx</VideoId><Object>input/test1.mp4</Object><ETag>"3a64323ae8ed5633c02fc96def134b92-23"</ETag><CreateTime>2023-06-05T11:35:24+0800</CreateTime><UpdateTime>2023-06-30T16:15:20+0800</UpdateTime></DNADbFiles><DNADbFiles><BucketId>test-1234567890</BucketId><Region>ap-chongqing</Region><DNADbId>xxx1</DNADbId><VideoId>xxx</VideoId><Object>input/test2.mp4</Object><ETag>"234f8b0b58874328039ac66352820cc8"</ETag><CreateTime>2023-06-05T11:35:24+0800</CreateTime><UpdateTime>2023-06-30T16:15:20+0800</UpdateTime></DNADbFiles></Response>
피드백