how to change the existing SSID password with omada open API

how to change the existing SSID password with omada open API

how to change the existing SSID password with omada open API
how to change the existing SSID password with omada open API
a week ago - last edited Yesterday
Tags: #API
Model: OC300  
Hardware Version:
Firmware Version: 6.2.10


PATCH   /openapi/v2/{omadacId}/sites/{siteId}/aps/{apMac}/override

 

{
  "ssidOverrides": [
    {
      "ssidEntryId": 0,
      "overrideSsidName": "existingSSIDname",
      "overrideSsidPassword": "newpassword",
      "overrideSsidEnable": true,
      "overrideVlanEnable": true,
      "vlanId": 0,
      "vlanPoolIds": "",
      "ssidEnable": true
    }
  ]
}




{

    "errorCode": -39304,

    "msg": "This SSID name already exists."

}

  0      
0
#1
Options
1 Accepted Solution
Re:how to change the existing SSID password with omada open API-Solution
Yesterday - last edited Yesterday

Hi  @stha 

 

Please check the API document below:

https://omada-northbound-docs.tplinkcloud.com/#/operation/oc/6.2.10/catalog/04.3%20Site%20Network%20Setting-Network.html?id=oc_300

 

 

 

Recommended Solution
  1  
1
#2
Options
3 Reply
Re:how to change the existing SSID password with omada open API-Solution
Yesterday - last edited Yesterday

Hi  @stha 

 

Please check the API document below:

https://omada-northbound-docs.tplinkcloud.com/#/operation/oc/6.2.10/catalog/04.3%20Site%20Network%20Setting-Network.html?id=oc_300

 

 

 

Recommended Solution
  1  
1
#2
Options
Re:how to change the existing SSID password with omada open API
Yesterday
Thank you! It works now. I appreciate your help.
  1  
1
#3
Options
Re:how to change the existing SSID password with omada open API
Yesterday

Hi  @stha 

 

Glad to hear that.

  0  
0
#4
Options

Information

Helpful: 0

Views: 184

Replies: 3

Tags