RimuHosting's REST-ful Resources Reference

Path: / r / orders / new-vps

Setup a new order and instantiate the VPS. e.g. curl -X POST -H 'Accept: application/json' -H 'Content-Type: application/json' --data '{"new_order_request" : {"instantiation_options" : {"domain_name" : "example.com"}}}' -H 'Authorization: rimuhosting apikey=8f2c265ae1eb96008e3df206535d422f ' 'https://api.rimuhosting.com/r/orders'


Resource Methods
Method Summary
NameDescription
POST /r/orders/new-vpsSetup a new order and instantiate the VPS.

Method Detail

POST /r/orders/new-vps

Setup a new order and instantiate the VPS. e.g. curl -X POST -H 'Accept: application/json' -H 'Content-Type: application/json' --data '{"new_order_request" : {"instantiation_options" : {"domain_name" : "example.com"}}}' -H 'Authorization: rimuhosting apikey=8f2c265ae1eb96008e3df206535d422f ' 'https://api.rimuhosting.com/r/orders'

HTTP Example:
POST /r/orders/new-vps
API Example:

JAXRSOrders.setupVPS({'$entity': /* Setup a new order and instantiate the VPS. */});

Input:
NewVPSRequest
Output:
PostNewVPSResponse