Automate Uploading and Downloading of Packages
Complete this task to automate uploading and downloading of packages between your Development, Testing, and Production instances.
- Create an API request containing environment-specific information for the upload or download operation you want to perform. For more information, see Configure API Calls for Package Automation.
- Send the request to the appropriate V1 API endpoint.
- For package upload, use this end point:
http://ExampleWebServerIP/ExampleArcherInstanceName/
api/core/package/upload - For package download, use this endpoint:
http://ExampleWebServerIP/ExampleArcherInstanceName/
api/core/package/download
- For package upload, use this end point: