Saltar al contenido

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

preguntada hace 3 años758 visualizaciones

1 Respuesta
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

respondido hace 3 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.