cs DescribeAddons can not find the region parameter
jianwang-beijing opened this issue · 2 comments
jianwang-beijing commented
- Command Format:
aliyun cs DescribeAddons --region xxx --cluster_type Xxx
- Execution Command:
aliyun cs DescribeAddons --region cn-hangzhou --cluster_type Ask
- Output:
ERROR: SDK.ServerError
ErrorCode: Missingregion
Recommend: https://troubleshoot.api.aliyun.com?q=Missingregion&product=CS
RequestId: 85FCA631-652F-5CF5-83B6-00DCDAAABEB4
Message: region is mandatory for this action.
- Version:
Alibaba Cloud Command Line Interface Version 3.0.113
JacksonTian commented
Add --RegionId cn-hangzhou
gerbil commented
aliyun cs DescribeAddons --RegionId cn-beijing
ERROR: '--RegionId' is not a valid parameter or flag. Seealiyun help cs DescribeAddons
.