Edit a logical switch

Prerequisites

  • Minimum required session ID privileges: Network administrator

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

    GET /rest/logical-switches

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

    GET /rest/logical-switches/{id}

  3. Edit the logical switch.

  4. Update the logical switch.

    PUT /rest/logical-switches/{id}