From the course: Oracle Cloud Infrastructure Data Platform Foundations
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Autonomous Database instances: Manage ADB with REST APIs - Oracle Cloud Infrastructure Tutorial
From the course: Oracle Cloud Infrastructure Data Platform Foundations
Autonomous Database instances: Manage ADB with REST APIs
(ethereal music) - [Instructor] Hi, my name is Kamryn Vinson, and in this lesson, we will focus on using REST APIs to manage the autonomous database. Oracle Cloud offers full REST APIs for DBAs and developers who would prefer to interact with Oracle autonomous database Cloud services programmatically over REST, rather than log into the Cloud console and click through screens. This provides a mechanism for developing customized deployment and management scripts that can be saved and reused for deployments, setting gold standards, and storing entire application infrastructure stacks as version-controlled code. The Oracle Cloud infrastructure APIs are typical REST APIs that use HTTPS request and responses, and support HTTPS and SSL protocol TLS 1.2, the most secure industry standards. Calls to the Oracle Cloud infrastructure using REST APIs can be written in popular scripting languages, such as node.js, Python, Ruby, Perl, Java, Bash, or Curl. All Oracle Cloud infrastructure API requests…