跳至内容

AWS Marketplace entitlement api problem

0

aws marketplace-entitlement get-entitlements --product-code bszsjXXXXXXXXX --region us-east-1

Above cli command always gives empty response. Please help anyone. I am stuck

已提问 3 年前758 查看次数

1 回答
0

Hello,

When using the GetEntitlement API you will need to add more options in your line to get an output. According to your syntax above you are only passing through '--product-code", using this as the only option will give you an empty output. You need to add the options '--filter' to provide the Customer Identifier, running the syntax with '--filter' and '--product-code' should provide you with a proper output.

Fore. more information about our GetEntitlement API, please follow this link for our documentation.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。