Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c

You're reading from   Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c Setting up a cloud environment is rarely smooth sailing but with this guide to Oracle Enterprise Manager Cloud Control, it just got a lot more manageable. Practical advice and lots of examples make it the ideal assistant.

Arrow left icon
Product type Paperback
Published in Nov 2013
Publisher Packt
ISBN-13 9781782177708
Length 112 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Ved Antani Ved Antani
Author Profile Icon Ved Antani
Ved Antani
Arrow right icon
View More author details
Toc

Enterprise Manager IaaS APIs


RESTful APIs operate on resources and these resources are part of the URI scheme for the Cloud API REST calls. IaaS consists of the computing, network, storage, and other virtualized resources and it is important to understand how they are all related. The following diagram gives an overview of how the IaaS resources are interconnected. Each of these resources can be accessed and modified via the corresponding RESTful cloud APIs.

While we can not cover all the resources and the operations supported on them, let's take an indicative example of how a particular operation via a RESTful cloud API will look like. IaaS APIs provide the following operations to be performed.

  • Create, delete, list, search, and update a service instance

  • Add a VM disk

Let's say that we want to create a VM programmatically using RESTful Cloud APIs. A VM is a service instance of the type iaas that we will be creating via the REST API. We will send a POST request to the iaas zone where the VM will...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image