Solution Add

From INAP Dropzone API
Revision as of 19:13, 3 June 2012 by Jcohen (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The solution add command is using to associate and existing component to a solution.

Contents

Path

  • /solution/add

Method

Required Data Parameters

  • {$solutionid}: The solution ID that is returned when using the list command.
  • {$type}: The type of component (vmnode, server, privatevm, publicvm).
  • {$typeid}: The ID of the component from the Solution List Unused command.

Optional Data Parameters

  • None

Returned Data

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