Refresh a logical switch

The refresh action reclaims the top-of-rack switches in a logical switch. This can be useful when the switch firmware is updated. If a switch in a logical switch is in an unmanaged state due to a firmware version mismatch, it can be brought into the Monitored state by refreshing the logical switch.

Prerequisites

  • Minimum required session ID privileges: Network administrator

Refreshing a logical switch using REST APIs
  1. Select a logical switch URI.

    GET /rest/logical-switches

  2. Refresh the logical switch using the URI from step 1.

    PUT /rest/logical-switches/{id}/refresh