oracle / oci-dotnet-sdk

Oracle Cloud Infrastructure SDK for .NET
https://cloud.oracle.com/cloud-infrastructure
Other
53 stars 20 forks source link

Cost and Usage Reports Overview #225

Closed elyosemite closed 5 months ago

elyosemite commented 5 months ago

Is there a nuget within the OCI SDK that has the responsibility of handling OCI cloud service cost and usage data? I need to treat and do calculation geared towards FinOps and; therefore, the need for an SDK aimed at this segment arose; but I'm not sure if the OCI SDK.DotNetSDK.Usage solves this problem.

github-anurag commented 5 months ago

@elyosemite Please refer the page Cost Analysis using API, it has relevant information on how to use the Usage API. The OCI Dotnet SDK should support all the APIs mentioned under the Usage Service in the OCI API Reference Once you have the exact API you need to use for your usecase, we can provide you some examples for you to refer. If there is no suitable API that works for your usecase then you may need to work with an OCI Solutions teams.

Closing this issue, as it is a query and not an issue with the OCI Dotnet SDK itself.