APIPythonOpen-Source Solutions

  • 1.  BookMark API

    Posted 07-21-2017 12:44:00 PM

    Trying to create a book mark through API call

    Passed the parameter "Branch Ref" to the API but it says that the "The requested resource is not available."

    Can anyone advice



  • 2.  RE: BookMark API

    Posted 07-24-2017 05:57:00 PM
    Hi Chandrasekhar,
    Did you use the instructions in Creating a Bookmark docs? 


  • 3.  RE: BookMark API

    Posted 07-25-2017 09:23:00 AM

    Hi Jaclyn,

    Have used the API present online on the server(updated/appended the engine details and credential)

    ran the same using the command as

    ./**.sh <Name> <BranchRef>

    Branch ref for example "CAMP_12045_02.XX.03/default


    it says the requested resource not found. Could you please help if I gave the command correct




  • 4.  RE: BookMark API
    Best Answer

    Posted 07-27-2017 12:55:00 AM
    Hi Chandrasekhar,

    It appears that you are either your own script or our supplied sample to call the Delphix Engine's APIs.

    The "requested resource is not available" error suggests that the Delphix Engine was unable to find the branch that you specified as a parameter.

    The expected format of the Jet Stream Branch ID for our sample scripts is in the format JS_BRANCH-XX - for example, JS_BRANCH-41. You can find this branch ID using the CLI or API.

    Please let me know if this helps.