/
Postman for SDWAN conductor
Postman for SDWAN conductor
json |
|
---|---|
download | |
import | |
environment |
|
| |
API Key or Token |
|
| |
script |
|
| |
| 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” |
, multiple selections available,
Related content
2- List of devices and devices/{id}
2- List of devices and devices/{id}
More like this
2- List all the command available in tssm
2- List all the command available in tssm
More like this
site-template with API using cURL or Postman
site-template with API using cURL or Postman
More like this
1- Create an Token
1- Create an Token
More like this
Ekinops SD-WAN VM creation and onboarding process
Ekinops SD-WAN VM creation and onboarding process
More like this
List of site with tssm calls
List of site with tssm calls
More like this