ci:DescribeDatasets permission to the action of the authorization policy. For all APIs supported by Cloud Infinite, see CI action.GET /datasets?maxresults=2&prefix=test&nexttoken=xxxx HTTP/1.1Host: <AppId>.ci.ap-jakarta.myqcloud.comDate: <GMT Date>Authorization: Auth StringAccept: application/json
Parameter Name | Description | Type | Required |
maxresults | Maximum number of datasets to return. Value range: 0-200. If this parameter is not set or is set to 0, the default value is 100. | Long | No |
nexttoken | Pagination marker. When the total number of files exceeds the specified MaxResults, this Token is used for pagination. Starting from NextToken, the file information list is returned in lexicographic order. Enter the value returned from the previous query. Leave this parameter empty for the first use. | String | No |
prefix | Dataset name prefix | String | No |
{"Datasets": [{"BindCount": 0,"CreateTime": "2023-12-25 15:12:27.139749816 +0800 CST","DatasetName": "test001","Description": "test001","FileCount": 0,"TemplateId": "Official:DefaultEmptyId","TotalFileSize": 0,"UpdateTime": "2023-12-25 15:12:27.139749953 +0800 CST"}, {"BindCount": 0,"CreateTime": "2023-12-25 15:07:00.331922722 +0800 CST","DatasetName": "test002","Description": "test002","FileCount": 0,"TemplateId": "Official:COSBasicMeta","TotalFileSize": 0,"UpdateTime": "2023-12-25 15:41:41.978447866 +0800 CST"}],"NextToken": "2:1251668577:test","RequestId": "NWFjMzQ0MDZfOTBmYTUwXzZkZV8z****"}
Parameter Name | Description | Type |
Datasets | Container Array | |
NextToken | Pagination marker. When the total number of task lists exceeds the specified MaxResults, this parameter is the Token used for pagination. This parameter has a value only when not all task lists that meet the conditions have been returned. The next time you list task lists, pass this value as NextToken to return the subsequent task lists. | String |
RequestId | Request ID. | String |
피드백