APIPythonOpen-Source Solutions

 View Only
  • 1.  Start & Stop a Node via REST API

    Posted 09-19-2016 02:15:00 PM
    How to Start & Stop a Node via REST API. In other words, I mean How to start or stop the source instance via REST API. Please let me know do i need to provide any inputs for the same.


    Thanks in Advance.
    #Tip
    #DemoEnvironment
    #Reporting


  • 2.  RE: Start & Stop a Node via REST API
    Best Answer

    Posted 09-19-2016 02:43:00 PM
    delphixip source 'vdbtes1' stop *> ls
    Properties
        type: OracleStopParameters
        abort: false
        credential: (unset)
        instances: (unset)
        username: (unset)
    fldu1lvodkd03v source 'vdbtes1' stop *> set instances=4

    You have to select instance number to stop a particular instance. Let's say you have 4 nodes and if you want to stop node#4, set the parameter to 4


  • 3.  RE: Start & Stop a Node via REST API

    Posted 09-19-2016 10:46:00 PM
    Hi Ramesh,
    You can find API documentation in <yourengineaddress/API>. To find API calls if you are using the CLI, you first do 'setopt trace=true' and then it will show the API calls that are made as well.