08-15-2022 07:41 PM
It shows like below:
Solved! Go to Solution.
08-16-2022 08:56 AM
Hello @is_trouser,
Follow the steps mentioned below in the screen shot, this is an example of uploading CSV using POSTMAN:
Use the following URL to POST: https://<vSZ_IP>:8443/wsg/api/public/v11_0/rkszones/<Zone_ID>/wlans/<WLAN_ID>/dpsk/upload
1. Navigate and click on BODY tab.
2. Choose option "form-data".
3. Under Key Column, click on file drop down menu.
4. Choose option "file" from drop down menu.
5. Under Value column, click on "select-files" and choose the CSV file.
6. Under Key Column, type in "file" as a Key Value.
7. Hit send, if all the CSV data are valid, vSZ should accept the file and create DPSKs.
Regards,
Parik
08-18-2022 12:41 AM
08-18-2022 12:56 AM
@Parik_MN I added a notice about CSV file format at the end of my post just now. Please pay attention.