Skip to end of banner
Go to start of banner

How to make REST API call to create and deploy snapshot using Postman

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This article explains how to make a REST API call in the Configuration Manager for Jira app to create and deploy using Postman. 

Instructions

  1. Create a new snapshot. Open Postman and enter the below details:

    Enter REST API under the POST method as mentioned in this link https://docs.botronsoft.com/cmj/api/rest/1.4/#snapshots_post

    Enter the request under the Body tab. Request details can be found in this link https://docs.botronsoft.com/cmj/api/rest/1.4/#snapshots_post



    Postman:
  2. Click Send.

    The snapshot id is generated.



  3. Start the deployment operation.

    Enter the REST API under POST method as mentioned in this link https://docs.botronsoft.com/cmj/api/rest/1.4/#deployments_post

    Enter the content type value: application/json.

  4. Upload the snapshot and enter the zip file name under the Body tab.

    Enter the REST API under the PUT method as mentioned in this link https://docs.botronsoft.com/cmj/api/rest/1.4/#deployments__id__content_put




  • No labels