跳至內容

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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。