Postman for SDWAN conductor

Postman for SDWAN conductor

headerFTU.jpg

 

json

 

json

 

download

image-20250219-070440.png

import

image-20250219-070511.png

environment

 

 

image-20250219-070949.png

API Key or Token

 

 

image-20250219-071302.png

script

 

 

image-20250219-071237.png

 

 

if (pm.response.code === 200) { pm.environment.set("vsts", pm.response.json().vsts); console.log("NEW VSTS VALUE IS --- > " + pm.environment.get("vsts")); } else { console.log("REQUEST FAILED --- > " + pm.response.code + " " + pm.response.body); }

 

This script will copy the response ( Token ) into the variable of the same name “vsts”

 

Related content