You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using @alicloud/ehpc20180412 client.listClusterWithOptions to list cluster, throws an error: type of loginNodes is mismatch, expect string, but object
It also mismatches in the official document
I found a newer package @alicloud/ehpc20240730, client.listClusterWithOptions returns data successfully.
However, I also want to list tags for cluster. The listTagsResources method doesn't exist in @alicloud/ehpc20240730.
Please help me on either of these options:
Resolve the issue in @alicloud/ehpc20180412client.listClusterWithOptions
Add listTagsResources in the @alicloud/ehpc20240730 client.
The text was updated successfully, but these errors were encountered:
When using @alicloud/ehpc20180412
client.listClusterWithOptions
to list cluster, throws an error:type of loginNodes is mismatch, expect string, but object
It also mismatches in the official document
I found a newer package
@alicloud/ehpc20240730
,client.listClusterWithOptions
returns data successfully.However, I also want to list tags for cluster. The
listTagsResources
method doesn't exist in@alicloud/ehpc20240730
.Please help me on either of these options:
@alicloud/ehpc20180412
client.listClusterWithOptions
listTagsResources
in the@alicloud/ehpc20240730
client.The text was updated successfully, but these errors were encountered: