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 […]
Category: ORACLE DBAAS
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 […]
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 […]
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 […]
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. […]
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 […]
Delete a Service Instance with REST API in Oracle Cloud
The following example shows how to delete a Database Cloud Service instance by submitting a DELETE 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 service instance being deleted is named […]
View All Service Instances with REST API in Oracle Cloud
The following example shows how to view information about all Database Cloud Service instances by submitting a GET 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 response shows two running […]
Updating dbaascli in Oracle Cloud
Normally, you use the dbaascli utility to update the cloud tooling on Database Cloud Service database deployments hosting a single-instance database or Oracle Data Guard configuration. However, older deployments don’t support the two dbaascli subcommands you use: dbaascli dbpatchm –run -list_tools dbaascli dbpatchm –run -toolsinst Connect as the opc user to the compute node. Start […]
RESTful API in Oracle Cloud
A RESTful API is an application program interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. A RESTful API — also referred to as a RESTful web service — is based on representational state transfer (REST) technology, an architectural style and approach to communications often used in web services development. Oracle […]