Member-only story
Manage/Trigger Azure DevOps Pipelines with Postman
End to end automation from Postman
Recently I have configured terraform pipelines for the Infrastructure deployment automation in Azure using azure Devops pipelines, these pipelines I wanted to test through my automation test using REST api’s, most likely from postman, In this blog I will be sharing the automation approach I have used to manage my Terraform deployment pipelines from postman using azure DevOps REST API’s.
Azure DevOps REST API’s
for this automation I have used Azure DevOps REST API’s, we know that Microsoft publish rich set of API’s for all its products and services and its open for all of us to use, same is true for Azure DevOps REST API’s, we have all the azure DevOps capabilities published by Microsoft in for Azure DevOps REST API’s, the documentation for the same is given here.
These azure Devops API can be access by basic authentication using the azure DevOps PAT token, this means that we need to have PAT token generated to consume these API’s.