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

Niraj
asked 10 months ago213 views
1 Answer
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.

profile pictureAWS
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions