Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementation of price calculator in application #690

Open
PavithraSrikakarlapudi opened this issue Aug 9, 2024 · 1 comment
Open

implementation of price calculator in application #690

PavithraSrikakarlapudi opened this issue Aug 9, 2024 · 1 comment

Comments

@PavithraSrikakarlapudi
Copy link

I want to implement a price calculator in our application.
Azure provides retail prices through the API at 'https://prices.azure.com/api/retail/prices'.
For AWS, prices can be retrieved using the following code:
pricing = session.client('pricing', 'us-east-1')
body = {'ServiceCode': 'AmazonEC2', 'Filters': api_filters}
resp = pricing.get_products(**body)

Similarly, I need to find a way to get pricing information for OCI (Oracle Cloud Infrastructure) resources. Can you suggest where I can obtain OCI resource pricing?
@adizohar

@adizohar
Copy link
Member

adizohar commented Aug 9, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants