Server Service

From INAP Dropzone API
(Difference between revisions)
Jump to: navigation, search
(Created page with "The service command returns information of the assigned services to a server. ==Path== */server/service/{$serverid} ==Method== *GET ==Availability== *Dedicated Server *[...")
 
(Returned Data)
Line 22: Line 22:
 
stdClass Object(
 
stdClass Object(
 
   [success] => TRUE/FALSE
 
   [success] => TRUE/FALSE
   [data] =>  Array(
+
   [data] =>  An array of services will be returned, varies between all server types.
    [0] => stdClass Object(
+
      [name] => The name of the assigned hardware firewall.
+
      [code] => The code of the assigned hardware firewall.
+
    )
+
    [1] => stdClass Object(
+
      [name] => The name of the assigned backup software.
+
      [code] => The code of the assigned backup software.
+
    )
+
 
   )
 
   )
 
)
 
)
 
</pre>
 
</pre>

Revision as of 21:49, 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