Part I. Introduction
Table of Contents
- 1. Introduction
- 2. Authentication and Security
- 3. REST API Quick Start Example
- 3.1. REST API Quick Start Introduction
- 3.2. Example: Access API Entry Point
- 3.3. Example: List Data Center Collection
- 3.4. Example: List Host Cluster Collection
- 3.5. Example: List Logical Networks Collection
- 3.6. Example: List Host Collection
- 3.7. Example: Approve Host
- 3.8. Example: Create NFS Data Storage
- 3.9. Example: Create NFS ISO Storage
- 3.10. Example: Attach Storage Domains to Data Center
- 3.11. Example: Activate Storage Domains
- 3.12. Example: Create Virtual Machine
- 3.13. Example: Create Virtual Machine NIC
- 3.14. Example: Create Virtual Machine Storage Disk
- 3.15. Example: Attach ISO Image to Virtual Machine
- 3.16. Example: Start Virtual Machine
- 3.17. Example: Check System Events
- 4. Python Quick Start Example
- 4.1. Python Quick Start Introduction
- 4.2. Example: Accessing the API Entry Point using Python
- 4.3. Example: Listing the Data Center Collection using Python
- 4.4. Example: Listing the Cluster Collection using Python
- 4.5. Example: Listing the Logical Networks Collection using Python
- 4.6. Example: Listing the Host Collection using Python
- 4.7. Example: Approving a Host using Python
- 4.8. Example: Creating NFS Data Storage using Python
- 4.9. Example: Creating NFS ISO Storage using Python
- 4.10. Example: Attaching Storage Domains to a Data Center using Python
- 4.11. Example: Activating Storage Domains using Python
- 4.12. Example: Creating a Virtual Machine using Python
- 4.13. Example: Creating a Virtual Machine NIC using Python
- 4.14. Example: Creating a Virtual Machine Storage Disk using Python
- 4.15. Example: Attaching an ISO Image to a Virtual Machine using Python
- 4.16. Example: Starting a Virtual Machine using Python
- 4.17. Example: Checking System Events using Python