cancel
Showing results for 
Search instead for 
Did you mean: 

Move AP to different group with API call

Anonymous
Not applicable

Hi guys,

Is there an API call to move an AP from one group to another? I've looked at the documentation and I can't see it obviously...

Ruckus vSZ-H version 5.1.2.0.302

Thanks,

Chris

1 ACCEPTED SOLUTION

syamantakomer
Community Admin
Community Admin

Hi Chris,

Have you tried below two API calls?

Action: REMOVE MEMBER

Type: DELETE

Use: Use this API command to remove a member AP from an AP group.

API call: /v8_2/rkszones/{zoneId}/apgroups/{id}/members/{apMac}

Action: ADD MEMBER

Type: POST

Use: Use this API command to create new AP group within a zone.

API call: /v8_2/rkszones/{zoneId}/apgroups/{id}/members/{apMac}


Syamantak Omer
Sr.Staff TSE | CWNA | CCNA | RCWA | RASZA | RICXI
RUCKUS Networks, CommScope!
Follow me on LinkedIn

View solution in original post

4 REPLIES 4

Anonymous
Not applicable

I think I found it, just being a bit blind!

syamantakomer
Community Admin
Community Admin

Hi Chris,

Have you tried below two API calls?

Action: REMOVE MEMBER

Type: DELETE

Use: Use this API command to remove a member AP from an AP group.

API call: /v8_2/rkszones/{zoneId}/apgroups/{id}/members/{apMac}

Action: ADD MEMBER

Type: POST

Use: Use this API command to create new AP group within a zone.

API call: /v8_2/rkszones/{zoneId}/apgroups/{id}/members/{apMac}


Syamantak Omer
Sr.Staff TSE | CWNA | CCNA | RCWA | RASZA | RICXI
RUCKUS Networks, CommScope!
Follow me on LinkedIn

Anonymous
Not applicable

Thanks for following up Syamantak, the add member action was what I was after and is working as expected.

I didn't realized that you already got the correct API call.

Good to know that you were able to find it.


Syamantak Omer
Sr.Staff TSE | CWNA | CCNA | RCWA | RASZA | RICXI
RUCKUS Networks, CommScope!
Follow me on LinkedIn