Server Service

From INAP Dropzone API
Revision as of 21:32, 10 March 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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] =>  Array(
    [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.
    )
  )
)
Personal tools