-
Notifications
You must be signed in to change notification settings - Fork 5.2k
/
Copy pathGetScopePoolsList.json
36 lines (36 loc) · 1.1 KB
/
GetScopePoolsList.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"parameters": {
"subscriptionId": "d7109bf4-4ca6-46b5-b582-722e2462b7f5",
"resourceGroupName": "Agile_Analytics_Prod",
"workspaceName": "mdesynwus2prd01",
"api-version": "2021-06-01-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/d7109bf4-4ca6-46b5-b582-722e2462b7f5/resourceGroups/Agile_Analytics_Prod/providers/Microsoft.Synapse/workspaces/mdesynwus2prd01/scopePools",
"name": "usrscpl01",
"type": "Microsoft.Synapse/workspaces/scopePools",
"location": "Japan East",
"properties": {
"creationDate": "2021-05-24T05:19:55.3133333Z",
"maxQueuedJobs": 10,
"maxRunningJobs": 2,
"maxTokens": 50,
"maxEcoTokens": 0,
"extendedProperties": {
"poolLimitAndPolicies": {
"maxTokensPerJob": 50,
"maxEcoTokensPerJob": 0
}
},
"provisioningState": "Succeeded"
}
}
]
}
}
}
}