# Switch Ports

Manage switch port configurations.

## Get Ports

 - [GET /venues/{venueId}/switches/{switchId}/portSettings](https://docs.ruckus.cloud/api/switch-0.4.0/switch-ports/getswitchportsbyswitchid.md): Get switch's port settings by switch id.

## Update Port

 - [PUT /venues/{venueId}/switches/{switchId}/portSettings](https://docs.ruckus.cloud/api/switch-0.4.0/switch-ports/updateportsettings.md): Update switch's port setting. Use activity API with request id to get the status update.

## Get Ports

 - [POST /venues/{venueId}/switches/{switchId}/portSettings](https://docs.ruckus.cloud/api/switch-0.4.0/switch-ports/getswitchportsbyportids.md): Get switch's port settings with port ids.

## Update Ports

 - [PUT /venues/{venueId}/switches/portSettings](https://docs.ruckus.cloud/api/switch-0.4.0/switch-ports/updateportsamongswitches.md): Update ports of different switches. Use activity API with request id to get the status update.

## Get Ports

 - [POST /venues/{venueId}/switches/portSettings](https://docs.ruckus.cloud/api/switch-0.4.0/switch-ports/getportsamongswitches.md): Get port settings of different switches.

## Power Cycle Port

 - [POST /venues/{venueId}/switches/powerCycleRequests](https://docs.ruckus.cloud/api/switch-0.4.0/switch-ports/powercycleport.md): Power cycle switch's port. Use activity API with request id to get the status update.

