Lists the queues in a workspace.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
emr-serverless-spark:ListWorkspaceQueues |
none |
*All Resource
|
None | None |
Request syntax
GET /api/v1/workspaces/{workspaceId}/queues HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| workspaceId |
string |
No |
The workspace ID. |
w-26ca1703f6d7**** |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| environment |
string |
No |
The environment type. Valid values:
|
production |
| regionId |
string |
No |
The region ID. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| queues |
array<object> |
The list of queues. |
|
|
array<object> |
The queue details. |
||
| regionId |
string |
The region ID. |
cn-hangzhou |
| queueName |
string |
The queue name. |
dev_queue |
| workspaceId |
string |
The workspace ID. |
w-1234abcd |
| queueType |
string |
The queue type. Valid values:
|
instance |
| properties |
string |
The queue label. |
dev_queue |
| queueScope |
string |
The queue architecture. |
{"arch": "x86"} |
| maxResource |
string |
The maximum resource capacity of the queue. |
{"cpu": "2","memory": "2Gi"} |
| minResource |
string |
The minimum resource capacity of the queue. |
{"cpu": "2","memory": "2Gi"} |
| usedResource |
string |
The used resource capacity of the queue. |
{"cpu": "2","memory": "2Gi"} |
| queueStatus |
string |
The queue status. |
RUNNING |
| creator |
string |
The UID of the user who created the queue. |
237109 |
| allowActions |
array<object> |
The list of allowed operations for the queue. |
|
|
object |
An allowed operation for the queue. |
||
| actionArn |
string |
The Alibaba Cloud Resource Name (ARN) of the behavior. |
acs:emr::workspaceId:action/create_queue |
| actionName |
string |
The permission name. |
view |
| displayName |
string |
The display name of the permission. |
文件目录遍历、文件浏览 |
| description |
string |
The action description. |
文件目录遍历、文件浏览 |
| dependencies |
array |
The list of action dependencies. |
["view"] |
|
string |
The action dependency. |
view |
|
| environments |
array |
The list of environment types for the queue. |
|
|
string |
The environment type of the queue. |
production |
|
| paymentType |
string |
The billing method. Valid values:
|
PayAsYouGo |
| createTime |
integer |
The creation time of the workspace. |
1684115879955 |
| preheat |
boolean |
||
| requestId |
string |
The request ID. |
DD6B1B2A-5837-5237-ABE4-FF0C8944**** |
| nextToken |
string |
The token for the next page of results. |
1 |
| maxResults |
integer |
The maximum number of records to return in a single request. |
20 |
| totalCount |
integer |
The total number of records. |
200 |
Examples
Success response
JSON format
{
"queues": [
{
"regionId": "cn-hangzhou",
"queueName": "dev_queue",
"workspaceId": "w-1234abcd",
"queueType": "instance",
"properties": "dev_queue",
"queueScope": "{\"arch\": \"x86\"}",
"maxResource": "{\"cpu\": \"2\",\"memory\": \"2Gi\"}",
"minResource": "{\"cpu\": \"2\",\"memory\": \"2Gi\"}",
"usedResource": "{\"cpu\": \"2\",\"memory\": \"2Gi\"}",
"queueStatus": "RUNNING",
"creator": "237109",
"allowActions": [
{
"actionArn": "acs:emr::workspaceId:action/create_queue",
"actionName": "view",
"displayName": "文件目录遍历、文件浏览",
"description": "文件目录遍历、文件浏览",
"dependencies": [
"view"
]
}
],
"environments": [
"production"
],
"paymentType": "PayAsYouGo",
"createTime": 1684115879955,
"preheat": false
}
],
"requestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****",
"nextToken": "1",
"maxResults": 20,
"totalCount": 200
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.