Release Notes
Announcements
GET /dnadb HTTP/1.1Host: <BucketName-APPID>.ci.<Region>.myqcloud.comDate: <GMT Date>Authorization: <Auth String>
Parameter Name | Description | Type | Required |
ids | DNA library ID, supports splitting strings with the , symbol, with a maximum of 20. | 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><DNADbConfig><BucketId>test-1234567890</BucketId><Region>ap-chongqing</Region><DNADbId>xxx1</DNADbId><DNADbName>Test1</DNADbName><Capacity>10000</Capacity><Description>This is test database 1</Description><CreateTime>2023-06-05T11:35:24+0800</CreateTime><UpdateTime>2023-06-30T16:15:20+0800</UpdateTime></DNADbConfig><DNADbConfig><BucketId>test-1234567890</BucketId><Region>ap-chongqing</Region><DNADbId>xxx2</DNADbId><DNADbName>Test 2</DNADbName><Capacity>10000</Capacity><Description>This is test database 2</Description><CreateTime>2023-06-05T11:35:24+0800</CreateTime><UpdateTime>2023-06-25T17:21:20+0800</UpdateTime></DNADbConfig><NonExistIDs>A</NonExistIDs><NonExistIDs>B</NonExistIDs><NonExistIDs>C</NonExistIDs></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 number of databases | Int |
PageNumber | Response | Current page number, same as pageNumber in the request | Int |
PageSize | Response | Number of items per page, same as pageSize in the request | Int |
DNADbConfig | Response | Detailed information of the database | Container array |
NonExistIDs | Response | Databases that do not exist in the queried IDs, not returned when all IDs exist | String 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 |
DNADbName | Response.DNADbConfig | DNA library name | String |
Capacity | Response.DNADbConfig | DNA library capacity | Int |
Description | Response.DNADbConfig | DNA library description | String |
UpdateTime | Response.DNADbConfig | DNA update time | String |
CreateTime | Response.DNADbConfig | DNA creation time | String |
GET /dnadb?ids=xxx1,xxx2,A,B,C 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>NjMxMDJhYTNfMThhYTk0MGFfYmU1OV8zZjc=</RequestId><TotalCount>2</TotalCount><PageNumber>1</PageNumber><PageSize>10</PageSize><DNADbConfig><BucketId>test-1234567890</BucketId><Region>ap-chongqing</Region><DNADbId>xxx1</DNADbId><DNADbName>Test1</DNADbName><Capacity>10000</Capacity><Description>This is test database 1</Description><CreateTime>2023-06-05T11:35:24+0800</CreateTime><UpdateTime>2023-06-30T16:15:20+0800</UpdateTime></DNADbConfig><DNADbConfig><BucketId>test-1234567890</BucketId><Region>ap-chongqing</Region><DNADbId>xxx2</DNADbId><DNADbName>Test2</DNADbName><Capacity>10000</Capacity><Description>This is test database 2</Description><CreateTime>2023-06-05T11:35:24+0800</CreateTime><UpdateTime>2023-06-25T17:21:20+0800</UpdateTime></DNADbConfig><NonExistIDs>A</NonExistIDs><NonExistIDs>B</NonExistIDs><NonExistIDs>C</NonExistIDs></Response>
피드백