CLOUD API DOCUMENTATION v2.0. Get list of cloud servers in account



Similar documents
How to Use? SKALICLOUD DEMO

>

Nessus Agents. October 2015

Cloud UT. Pay-as-you-go computing explained

ServerPronto Cloud User Guide

NetVault Bare Metal Recovery (VaultDR) Supported Platforms

cloud NAS Service Manual

How To Install Storegrid Server On Linux On A Microsoft Ubuntu 7.5 (Amd64) Or Ubuntu (Amd86) (Amd77) (Orchestra) (For Ubuntu) (Permanent) (Powerpoint

Upgrading a computer to Windows 10 with PetLinx

DTC & DTC-Xen Running a VPS business with Xen Thomas Goirand, GPLHost CEO. Xen Summit Asia at Intel 2009

Linux Server Backup Advanced Getting Started Guide

Linux Server Backup Enterprise Getting Started Guide

HEAnet IaaS Proof of Concept

PARALLELS SERVER BARE METAL 5.0 README

You can find a lot of great resources on the internet for setting up VNC on Linux!

Deploying a Virtual Machine (Instance) using a Template via CloudStack UI in v4.5.x (procedure valid until Oct 2015)

NAS Storage needs to be purchased; Will not be offered IAAS - Utility SMTP Per SMTP account Per server

CANARIE CAF and DAIR Programs

Xen Cloud Platform Update

Η υπηρεσία Public IaaS ΕΔΕΤ ανάπτυξη και λειτουργία για χιλιάδες χρήστες

Installation & Upgrade Guide

IGNITE Cloud Server enhancements

What s New in Propalms VPN 3.5?

By Numan Khan

DocDokuPLM Innovative PLM solution

Hyper-V Private Cloud Virtualization & Optimization

Open Cloud System. (Integration of Eucalyptus, Hadoop and AppScale into deployment of University Private Cloud)

THE EUCALYPTUS OPEN-SOURCE PRIVATE CLOUD

x86 Servers and Operating Systems - Information applicable for PRIMEQUEST (PQ) and PRIMERGY (PY) Servers PY RX300 S8 PY RX200 S8 PY CX272 S1

Deep Security 9.6 SP1 Supported Features by Platform

x86 Servers and Operating Systems - Information applicable for PRIMEQUEST (PQ) and PRIMERGY (PY) Servers PY RX300 S8 PY RX200 S8 PY CX272 S1

OpenStack: we drink our own Champagne. Teun Docter Software developer

USB Driver. Installation Guide for H5 Devices

BOA BARRACUDA ON ÆGIR ~ MY FIRST YEAR ~ Mladen

HC INSTALLATION GUIDE. For Linux. Hosting Controller All Rights Reserved.

CLOUD. MADE EASY. vnebula Portal

Security Advice for Instances in the HP Cloud

PARALLELS SERVER 4 BARE METAL README

Pertino Installation Guide

0. About This Guide OnApp Overview... 6

Opsview in the Cloud. Monitoring with Amazon Web Services. Opsview Technical Overview

Cloud Attached Storage 3.1 EA

Parallels Virtuozzo Containers 4.7 for Linux Readme

Managing Linux Computers Using System Center 2012 R2 Configuration Manager

EEDC. Scalability Study of web apps in AWS. Execution Environments for Distributed Computing

Openstack. Cloud computing with Openstack. Saverio Proto

FOG Guide. IPBRICK International. July 17, 2013

Seamless integration Connect our solution to your business applications thanks to our open architecture

UPSMON PRO Linux --- User Manual

Overview. The OnApp Cloud Platform. Dashboard APPLIANCES. Used Total Used Total. Virtual Servers. Blueprint Servers. Load Balancers.

ovirt self-hosted engine seamless deployment

vnebula Cloud. Made Easy. Introducing vnebula from Stream Networks. A simple, self-service cloud portal for our partner community.

Quick start guide for data backup: Backup Archive Client installation for Linux

How to Configure a Remote Desktop Licensing Server for vspace 6

Parallels Cloud Server 6.0 Readme

Installation Runbook for F5 Networks BIG-IP LBaaS Plugin for OpenStack Kilo

Parallels Cloud Server 6.0

Virtual Edition and Supported Hypervisors Matrix

Linux - CentOS 6 Install Guide

Acronis Backup & Recovery 10 Server for Linux. Quick Start Guide

Cloud on TIEN Part I: OpenStack Cloud Deployment. Vasinee Siripoonya Electronic Government Agency of Thailand Kasidit Chanchio Thammasat

Copyright 2014, SafeNet, Inc. All rights reserved.

MaxSea TZ: Microsoft SQL Server problems End User

PUPPET FOR MANAGED HOSTING PROVIDERS

Copyright by Parallels Holdings, Ltd. All rights reserved.

Building a real world public cloud from the ground up

CONDOR CLUSTERS ON EC2

Vembu BDR v Release Notes. Major features in v Other features in Vembu BDR. Cloud Disaster Recovery Service. VMware UltraBlaze.

Creating a Linux Virtual Machine using Virtual Box

OnApp Cloud. The complete platform for cloud service providers. 114 Cores. 286 Cores / 400 Cores

ALERT LOGIC LOG MANAGER & LOGREVIEW

Release Notes for McAfee(R) VirusScan(R) Enterprise for Linux Version Copyright (C) 2014 McAfee, Inc. All Rights Reserved.

Timofey Turenko. Kirill Krinkin St-Petersburg Electrotechnical University

Cloud services in PL-Grid and EGI Infrastructures

Software Product Information. Faba5 Website

FIA Athens 2014 ~OKEANOS: A LARGE EUROPEAN PUBLIC CLOUD BASED ON SYNNEFO. VANGELIS KOUKIS, TECHNICAL LEAD, ~OKEANOS

II. Installing Debian Linux:

How Bigtop Leveraged Docker for Build Automation and One-Click Hadoop Provisioning

SapphireIMS 4.0 Asset Management Feature Specification

Restricted Document. Pulsant Technical Specification

SoftLayer Fundamentals. Hybrid Hosting. August, 2014

Nimsoft Monitor Compatibility Matrix October 17, 2013

Transcription:

Get list of cloud servers in account https://my.quickservers.com/api/cloud/?action=list&username=username&password=password ACTION Required API action list <list> <server> <id>1640</id> <hostname>mail.quickservers.com</hostname > <ipv4> <main>109.237.210.1</main> <additional>109.237.210.1</additional> <additional>109.237.210.1</additional> </ipv4> <ram>2048</ram> <cpu>2</cpu> <hdd>75</hdd> <traffic>1000</traffic> <os>linux CentOS 6</os> <backup>yes</backup> <nextinvoice>14-02-15</nextinvoice> </server> </list>

Start/stop/reboot cloud server REQUEST EXAMPLE 1: https://my.quickservers.com/api/cloud/?action=start&username=username&password= password&id=1640 REQUEST EXAMPLE 2: https://my.quickservers.com/api/cloud/?action=stop&username= username&password= password&id=1640 REQUEST EXAMPLE 3: https://my.quickservers.com/api/cloud/?action=reboot&username= username&password= password&id=1640 ACTION Required API action reboot <action>reboot</action>

Re-install cloud server https://my.quickservers.com/api/cloud/?action=reinstall&username=username&password=passwor d&id=1640&os=centos6 ACTION Required API action reinstall OS Required New operating System centos5, centos6, debian6, debian7, ubuntu12, ubuntu14 <action>reinstall</action> <username>root</username> <password>vu28ghiswq</password>

Resize cloud server https://my.quickservers.com/api/cloud/?action=resize&username=username&password=password &id=1640&plan=2 ACTION Required API action reinstall PLAN Required New plan 1, 2, 3, 4, 5 or 6 <action>resize</action>

Change hostname of cloud server https://my.quickservers.com/api/cloud/?action=hostname&username=username&password=passw ord&id=1640&hostname=server.name.tld ACTION Required API action hostname HOSTNAME Required New hostname server.name.tld <action>hostname</action>

Create cloud server https://my.quickservers.com/api/cloud/?action=create&username=username&password=password &plan=1 ACTION Required API action hostname PLAN Required Cloud plan 1, 2, 3, 4, 5 or 6 <action>create</action> <ipv4>109.237.220.8</ipv4> <username>root</username> <password>vu28ghiswq</password>