Server Service

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Method)
Line 1: Line 1:
The service command returns information of the assigned services to a server.
+
The [[Server|server]] service command returns information of the assigned services to a server.
 
==Path==
 
==Path==
 
*/server/service/{$serverid}
 
*/server/service/{$serverid}
  
 
==Method==
 
==Method==
*[[GET]]
+
*[[glossary#get|GET]]
  
 
==Availability==
 
==Availability==

Revision as of 20:55, 19 March 2012

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

Contents

Path

  • /server/service/{$serverid}

Method

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