Solution Order Edit VM Node

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

The solution order edit VM node command

Contents

Path

  • /solution/order/editvmnode

Method

Required Data Parameters

  • {$objectid}: The ID of the object being edited. The object ID can be retrieved from Solution Order View -> objects.
  • {$services}: A JSON encoded array with all the services to be included with order.

Optional Data Parameters

  • None

Returned Data

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