Query the list of bindings between datasets and Object Storage Service (OSS) buckets.
Operation description
Before you use this operation, make sure that you are familiar with the billing method and pricing 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 |
The project name. For information about how to obtain the project name, see CreateProject. |
test-project |
| DatasetName |
string |
No |
The dataset name. For information about how to obtain the dataset name, see CreateDataset. |
test-dataset |
| MaxResults |
integer |
No |
|
20 |
| NextToken |
string |
No |
|
immtest:dataset001:examplebucket01 |
| Name |
string |
No |
The name of the binding task. |
imm |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response structure. |
||
| RequestId |
string |
The request ID. |
EFDFD356-C928-4A36-951A-6EB5A592**** |
| NextToken |
string |
|
immtest:dataset001:examplebucket01 |
| Bindings |
array |
The list of binding information between datasets and OSS buckets. |
|
| Binding |
The information about the binding between a dataset and an OSS 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": "pause usage"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.