API Deployment - How to use?

Good Afternoon!

I'm trying to deploy downloaded package in Appian environment using internal API of Appian. https://docs.appian.com/suite/help/22.3/Deploy_Package_API.html

1) Could you please advise how to use it more correctly. For example I need to describe name of the package - how I can set path for local downloaded package with the next deployment?

2) Can I use API body without sending DB scripts?

Could you please provide examples for understanding?

Thank you!

Best Regards,

Aleksandr

  Discussion posts and replies are publicly visible

Parents Reply
  • >> I think that the curl documentation will help you to understand this syntax better.

    It is not cURL syntax related, it is Appian specifics related. I have two self-hosted environments (ENV1 and ENV2). I want to transfer my application from ENV1 to ENV2. ENV1 not connected ENV2. I can download my application as zip and I want to upload it not manually but via API in ENV2.

    I want to understand how to describe where is my zip file is located in \"packageFileName\" field.

    If it possible

    >>Is there a specific reason to go that way and not just use the Appian infrastructure based deployment?

    Unfortunately, yes

Children