# AAA Server

Manage AAA (authentication, authorization, and accounting) servers.

## Get AAA Server Setting

 - [GET /venues/{venueId}/aaaServers/{aaaServerId}](https://docs.ruckus.cloud/api/switch-0.4.0/aaa-server/getaaaserver.md): Get a switch's authentication, authorization, and accounting server setting.

## Update AAA Server

 - [PUT /venues/{venueId}/aaaServers/{aaaServerId}](https://docs.ruckus.cloud/api/switch-0.4.0/aaa-server/putaaaserver_1_1.md): Update authentication, authorization, and accounting server by id. Use activity API with request id to get the status update.

## Delete AAA Server

 - [DELETE /venues/{venueId}/aaaServers/{aaaServerId}](https://docs.ruckus.cloud/api/switch-0.4.0/aaa-server/deleteaaaserver.md): Delete authentication, authorization, and accounting server by id.

## Add AAA Server

 - [POST /venues/{venueId}/aaaServers](https://docs.ruckus.cloud/api/switch-0.4.0/aaa-server/addaaaserver_1_1.md): Add authentication, authorization, and accounting server. Use activity API with request id to get the status update.

## Delete AAA Servers

 - [DELETE /venues/{venueId}/aaaServers](https://docs.ruckus.cloud/api/switch-0.4.0/aaa-server/deleteaaaservers.md): Delete multiple authentication, authorization, and accounting servers.

## Query AAA Servers

 - [POST /venues/{venueId}/aaaServers/query](https://docs.ruckus.cloud/api/switch-0.4.0/aaa-server/queryaaaservers.md): List of venue's authentication, authorization, and accounting servers.

