Solution Clone

From INAP Dropzone API
Jump to: navigation, search

The solution clone command allows a solution to be cloned into a new order.

Contents

Path

  • /solution/clone

Method

Required Data Parameters

  • {$solutionid}: The solution ID that is returned when using the list command.
  • {$hostnames}: A JOSN encoded array that matches the old hostname to a new hostname {"OLD_HOSTNAME1":"NEW_HOSTNAME1", "OLD_HOSTNAME2":"NEW_HOSTNAME2"}.

Optional Data Parameters

  • {$name}: The name of the person cloning the solution.

Returned Data

stdClass Object(
  [success] => TRUE/FALSE
  [data] => stdClass Object(
  
  )
)
Personal tools