Queries DNA files by calling ListDNAFiles.
Operation description
This operation queries the file list by DNA library ID and supports paging.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListDNAFiles |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NextPageToken |
string |
No |
The paging token. Leave this parameter empty when you request the first page. To request subsequent files, set this parameter to the NextPageToken value returned in the previous paging result. |
ae0fd49c0840e14daf0d66a75b83**** |
| PageSize |
integer |
No |
The number of entries per page. Default value: 20. Maximum value: 100. |
10 |
| DBId |
string |
Yes |
The ID of the DNA library. |
2288c6ca184c0e47098a5b665e2a12**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
2AE89FA5-E620-56C7-9B80-75D09757385A |
| NextPageToken |
string |
The token for the next page. |
ae0fd49c0840e14daf0d66a75b83**** |
| FileList |
array<object> |
The file list. |
|
|
array<object> |
DNAFile |
||
| PrimaryKey |
string |
The user primary key of the DNA file. |
ae0fd49c0840e14daf0d66a75b83**** |
| InputFile |
object |
The OSS information of the input file. |
|
| Object |
string |
The OSS object of the input file. |
example-****.mp4 |
| Location |
string |
The OSS location of the input file. |
oss-cn-beijing |
| Bucket |
string |
The OSS bucket of the input file. |
example-bucket |
Examples
Success response
JSON format
{
"RequestId": "2AE89FA5-E620-56C7-9B80-75D09757385A",
"NextPageToken": "ae0fd49c0840e14daf0d66a75b83****",
"FileList": [
{
"PrimaryKey": "ae0fd49c0840e14daf0d66a75b83****",
"InputFile": {
"Object": "example-****.mp4",
"Location": "oss-cn-beijing",
"Bucket": "example-bucket"
}
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.