- awshttps://api-workflow.treasuredata.com/api/pools/{poolId}
- aws-tokyohttps://api-workflow.treasuredata.co.jp/api/pools/{poolId}
- eu01https://api-workflow.eu01.treasuredata.com/api/pools/{poolId}
- ap02https://api-workflow.ap02.treasuredata.com/api/pools/{poolId}
- ap03https://api-workflow.ap03.treasuredata.com/api/pools/{poolId}
curl -i -X GET \
'https://api-workflow.treasuredata.com/api/pools/{poolId}' \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>'Pool
Maximum number of concurrent attempts that can run in this pool. Total concurrency limit of all pools cannot exceed the account's concurrency limit.
Example:10
Response
{ "concurrencyLimit": 10, "default": true, "id": "42", "name": "activation" }