Created on
‎12-30-2024
10:22 PM
Edited on
‎12-31-2024
08:36 AM
By
Anthony_E
Description | This article describes how to add SSIDs (vap) in AP Manager using JSON API. |
Scope | FortiManager, AP Manager, JSON-API. |
Solution |
The SSID(s) in AP Manager can be created using the below API request (with dynamic mapping): {
Sample output:
Verify on GUI:
Information about all the configurable parameters for SSID creation can be obtained by getting the existing SSIDs:
{
Get details of a specific SSID:
{
Related articles: Technical Tip: Using FortiManager API Fortinet Development Network (FNDN) - FortiManager Troubleshooting Tip: Custom SSID in AP Manager showing as Factory Default. Technical Tip: How to create IPSec Template and assign to a device using JSON API Technical Tip: How to create SD-WAN Template and assign to a device using JSON API Technical Tip: Managing the JSON API call with Postman and how to delete, create and update an ADOM |