RimuHosting's REST-ful Resources Reference

Path: / r / pricing-plans

A listing of pricing plans.  For VPSs you will need: /pricing-plans;server-type=VPS You can specify other filters.  e.g. /pricing-plans;dc-location=dclondon;server-type=VPS;price_under=40 You do not need to provide an authorization header to use this url.  Do remember to set the accept header appropriately (most likely to 'Accept: application/json')


Resource Methods
Method Summary
NameDescription
GET /r/pricing-plansA listing of pricing plans.  For VPSs you will need: /pricing-plans;server-type=VPS You can specify other filters.  e.g.

Method Detail

GET /r/pricing-plans

A listing of pricing plans.  For VPSs you will need: /pricing-plans;server-type=VPS You can specify other filters.  e.g. /pricing-plans;dc-location=dclondon;server-type=VPS;price_under=40 You do not need to provide an authorization header to use this url.  Do remember to set the accept header appropriately (most likely to 'Accept: application/json')

HTTP Example:
GET /r/pricing-plans
API Example:

JAXRSPricingPlans.getPricingPlans({});

Output:
GetPricingPlansResponse
HTTP response headers:
Content-Type - application/json.
HTTP request headers:
Authorization - Not needed for this method (it is for most other methods).