I looking to utilize ZPA API to create bulk application segments, segment groups and access policies though 3rd party tools such as Postman.
Please let me know how, if anyone has succeeded.
I looking to utilize ZPA API to create bulk application segments, segment groups and access policies though 3rd party tools such as Postman.
Please let me know how, if anyone has succeeded.
I am also currently looking for this. Did you get any success.
Yes, I got it to working with POSTMAN application.
Initial login URL for auth token : https://config.zpabeta.net/signin or https://config.private.zscaler.com/signin
API call information for respective task as available in Swagger Portal.
POST Header with Auth Token:
POST body :
Do we have to fill the body of the POST method one by one for each app segment? Did you try to use a CSV file with python script and config all the app segments on a single shot?
We have to add one by one. I have not prepared any script yet.