Solution Pending Add

From INAP Dropzone API
Jump to: navigation, search

The solution pending add command

Contents

Path

  • /solution/pending/add

Method

Required Data Parameters

  • {$solutionid}: The ID of the solution a component is being added to.
  • {$type}: The type of component (server, vmnode, publicvm, privatevm).
  • {$typeid}: The ID of the component, must not already be in a solution.
  • {$hostname}: The hostname of the component.

Optional Data Parameters

  • None

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => The solution ID.
)
Personal tools