ci:DescribeDatasetBinding permission to the action of the authorization policy. For all operation APIs supported by Cloud Infinite, see CI action.GET /datasetbinding?datasetname=test&uri=cos%3A%2F%2Fexample-1250000000 HTTP/1.1Host: <AppId>.ci.ap-jakarta.myqcloud.comDate: <GMT Date>Authorization: Auth StringAccept: application/json
Parameter Name | Description | Type | Required |
datasetname | String | Yes | |
uri | Resource identifier field. Indicates the resource for which the binding relationship with the dataset needs to be queried. Currently, only COS Buckets are supported. Field rule: cos://<BucketName>, where BucketName indicates the COS Bucket name. Example (URL Encode required): cos%3A%2F%2Fexample-1250000000. | String | Yes |
{"Binding": {"CreateTime": "2023-12-26 17:28:33.617269703 +0800 CST","DatasetName": "test","State": "Running","StockState": "Indexing","URI": "cos://examplebucket2-1250000000","UpdateTime": "2023-12-26 17:28:33.617269858 +0800 CST"},"RequestId": "NWFjMzQ0MDZfOTBmYTUwXzZkZV8z****"}
Parameter Name | Type | Description |
Binding | Container | Information about the binding relationship between the dataset and COS buckets |
RequestId | String | Request ID. |
Parameter Name | Type | Description |
CreateTime | String | Timestamp of the creation time of the binding relationship between the dataset and the COS Bucket, in RFC3339Nano format |
DatasetName | String | Data set name |
State | String | Status of the binding relationship between the dataset and the COS Bucket. Valid values: Running: The binding relationship is running. |
StockState | String | Status of the existing index corresponding to the currently bound Bucket. Valid values: NoIndexing: Existing files are not indexed. Indexing: Existing file indexes are being created. Success: Existing file indexes have been created. |
URI | String | Resource identifier field. Indicates the resource for which the binding relationship with the dataset needs to be queried. Currently, only COS Buckets are supported. Field rule: cos://<BucketName>, where BucketName indicates the COS Bucket name. Example: cos://examplebucket-1250000000. |
UpdateTime | String | The timestamp of the modification time of the binding relationship between the dataset and the COS Bucket, in RFC3339Nano format. After a binding relationship is created, if it has not been paused or restarted, the timestamp of the binding relationship modification time is the same as the timestamp of the binding relationship creation time. |
피드백