Salta al contenuto

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

posta 3 anni fa758 visualizzazioni

1 Risposta
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.

AWS

con risposta 3 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.