Server Service

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Returned Data)
(Availability)
Line 9: Line 9:
 
*[[Dedicated Server]]
 
*[[Dedicated Server]]
 
*[[Dynamic Server]]
 
*[[Dynamic Server]]
*[[Private Cloud]]
 
*[[Public Cloud]]
 
  
 
==Required Data Parameters==
 
==Required Data Parameters==

Revision as of 21:52, 10 March 2012

The service command returns information of the assigned services to a server.

Contents

Path

  • /server/service/{$serverid}

Method

  • GET

Availability

Required Data Parameters

  • {$serverid}

Optional Data Parameters

  • none

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] =>  An array of services will be returned, varies between all server types.
  )
)
Personal tools