Queries bindings between a dataset and Object Storage Service (OSS) buckets.
Operation description
Before you call this operation, make sure that you are familiar with the billing of Intelligent Media Management (IMM).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
imm:ListBindings |
list |
*Dataset
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectName |
string |
Yes |
|
test-project |
| DatasetName |
string |
Yes |
|
test-dataset |
| MaxResults |
integer |
No |
|
20 |
| NextToken |
string |
No |
|
immtest:dataset001:examplebucket01 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
EFDFD356-C928-4A36-951A-6EB5A592**** |
| NextToken |
string |
|
immtest:dataset001:examplebucket01 |
| Bindings |
array |
The bindings between the dataset and OSS buckets. |
|
| Binding |
The information about the binding between the dataset and the bucket. |
Examples
Success response
JSON format
{
"RequestId": "EFDFD356-C928-4A36-951A-6EB5A592****",
"NextToken": "immtest:dataset001:examplebucket01",
"Bindings": [
{
"ProjectName": "immtest",
"DatasetName": "dataset001",
"URI": "oss://examplebucket",
"State": "Running",
"Phase": "FullScanning",
"CreateTime": "2021-06-29T14:50:13.011643661+08:00",
"UpdateTime": "2021-06-29T14:50:13.011643661+08:00",
"Reason": "暂停使用"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.