This Postman collection provides ways to configure FortiSASE portal via REST API in automated fashion.
Our FortiSASE Postman Collection follows the REST API possibilities presently available on FortiSASE, and hosted at Fortinet FNDN page. As the REST API coverage expands in FortiSASE, so will our Postman collection.
- import FSS Raw Collection file into your Postman
- import the supporting Environment file into Postman
- make sure you add your FSS Bearer token in Authorization section of the parent folder, as shown in the picture below. How to obtain the token is explained at the following Fortinet FNDN page.
- make sure you populate the environment file with necessary variables (
including the bearer token too!
):
- API collection provides possibility to run configuration in one go.
- For example, you can run the entire SPA_Config folder, and it will configure the entire SPA section for you, one request after another, by making sure that previous request is completed before the next one is executed.
- The same applies to the SPA_Delete folder. When you run the whole folder, it will delete one itme after another, staring from Service Connections and finally the Network Configuration.