.cb11w1 ul li, .cb11w1 ol li { line-height: 1.4em; color: #404040 } In a previous blog post, I introduced the Oracle Cloud Metering API. The logical next step...
.cb11w1 ul li, .cb11w1 ol li { line-height: 1.4em; color: #404040 } In a previous blog post, I introduced the Oracle Cloud Metering API. The logical next step is to wrap some Python functions around the API calls and use them to get meaningful reports for a tenancy. This is what I’ll discuss here for a sample use case. For the sake of this example, let’s assume we’re interested in cost by compartment. This could easily be modified to use any other type of cost tracking tags....
.cb11w1 ul li, .cb11w1 ol li { line-height: 1.4em; color: #404040 } In a previous blog post, I introduced the Oracle Cloud Metering API. The logical next step is to wrap some Python functions...
.cb11w1 ul li, .cb11w1 ol li { line-height: 1.4em; color: #404040 } Anything the OCI Console displays is the result of REST calls to one of the various APIs...
.cb11w1 ul li, .cb11w1 ol li { line-height: 1.4em; color: #404040 } Anything the OCI Console displays is the result of REST calls to one of the various APIs through which all OCI services are available. After all, the Console is just as much a client to these APIs as the OCI CLI, the Python SDK or the Terraform provider. However, there is one area where the Console provides data not available via any of these other API clients: Cost Analysis. In fact, looking over the list of...
.cb11w1 ul li, .cb11w1 ol li { line-height: 1.4em; color: #404040 } Anything the OCI Console displays is the result of REST calls to one of the various APIs through which all OCI services...
Note: This post has been retired as it pertained only to Oracle Classic Infrastructure which can no longer be validated.
This blog provides steps to get Oracle API Gateway up and running on Oracle cloud- OCI Classic VM We will see following steps: 1. Create compute instance on...
This blog provides steps to get Oracle API Gateway up and running on Oracle cloud- OCI Classic VM We will see following steps: 1. Create compute instance on Oracle Cloud Infrastructure Classic (OCI-classic) 2. Create Logical gateway in API management console and Assign grants to add nodes 3. Connect OCI-classic instance using SSH and copy setup files 4. Configure user, Entropy value on Linux OS 5. API Physical Gateway setup (gateway node setup) 6. Security rules changes in...
This blog provides steps to get Oracle API Gateway up and running on Oracle cloud- OCI Classic VM We will see following steps: 1. Create compute instance on Oracle Cloud Infrastructure...