Oracle Cloud Infrastructure 2019 Architect Professional (1Z0-997)

Hi Readers Finally, I’ve successfully passed 1Z0-997, Oracle Cloud Infrastructure 2019 Architect Professional. It was almost more than 3 years that I’ve been working in OCI starting from OCI classic, Gen1, & Gen2. To clear this exam you must have good hands-on on OCI. OCI Classic – 1Z0-337 Oracle Infrastructure as a Service Cloud 2017 Implementation […]

Read More

Configure Chef Knife Plugin in OCI

Chef is a configuration management tool for dealing with machine setup on physical servers, virtual machines and in the cloud. Chef Infra is a powerful automation platform that transforms infrastructure into code. Whether you’re operating in the cloud, on-premises, or in a hybrid environment, Chef Infra automates how infrastructure is configured, deployed, and managed across […]

Read More

Storage options in Oracle Cloud Infrastructure

Storage is an integral part of any cloud project life cycle. Oracle provides distinct storage options according to the need of data being accessed . You can either use option from “hot” storage class  if you want to access it frequently or you can use option from “cold”  storage class if you use it less […]

Read More

Add OCI Credentials in Jenkins

Oracle Cloud Infrastructure Credentials are required to connect to your Oracle Cloud Infrastructure.  On the Jenkins Server console, click Manage Jenkins, and Configure System. Scroll Down to the end of page under Cloud section, click Add a new cloud and select Oracle Cloud Infrastructure Compute. In Name provide any name & Credentials, click Add and select Jenkins In Add […]

Read More

View All Rules with REST API in Oracle Cloud

The following example shows how to view detailed information about a Database Cloud Service instance by submitting a GET request on the REST endpoint using cURL. To know basic about RESTAPI In the last post, we created an access rule with RestApi. Now, in this post, we will see how to get the information about that […]

Read More

Enable an Access Rule with REST API in Oracle Cloud

The following example shows how to view detailed information about a Database Cloud Service instance by submitting a GET request on the REST endpoint using cURL. To know basic about RESTAPI In the last post, we created an access rule with RestApi. Now, in this post, we will see how to get the information about that […]

Read More

Create a Access Rule with REST API in Oracle Cloud

The following example shows how to view detailed information about a Database Cloud Service instance by submitting a GET request on the REST endpoint using cURL. To know basic about RESTAPI The following example shows how to create a rule by submitting a POST request on the REST endpoint using cURL. In this example, the […]

Read More

Restart a Service Instance with REST API in Oracle Cloud

The following example shows how to view detailed information about a Database Cloud Service instance by submitting a GET request on the REST endpoint using cURL. To know basic about RESTAPI The following example shows how to restart a Database Cloud Service instance by submitting a POST request on the REST endpoint using cURL. In […]

Read More

View a Service Instance with REST API in Oracle Cloud

The following example shows how to view detailed information about a Database Cloud Service instance by submitting a GET request on the REST endpoint using cURL. To know basic about RESTAPI In last post, we created an instance with RestApi. Now, in this post, we will see how to get the information about that instance. […]

Read More

Create a Service Instance with REST API in Oracle Cloud

The following example shows how to create a Database Cloud Service instance by submitting a POST request on the REST endpoint using cURL. To know basic about RESTAPI In this example, the identity domain is “idcs-bac676f0a2c643a281868616b45986da” and the Oracle Cloud user name and password are “clouduser” and “Pa$$word“. The request body specifies the creation of a service instance named […]

Read More