Solution List Unused

From INAP Dropzone API
Jump to: navigation, search

The solution list unused command lists all the servers that are not already included in a solution.

Contents

Path

  • /solution/listunused

Method

Required Data Parameters

  • None

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
    [0] => stdClass Object(
      [server_id] => Server ID.
      [hostname] => Server hostname.
      [type] => Server type (server, vmnode, privatevm, publicvm).
    )
  )
)
Personal tools