NSX-T Data Center REST API
List Switching Profiles (Deprecated)
Returns information about the system-default and user-configured switchingprofiles. Each switching profile has a unique ID, a display name, and
various other read-only and configurable properties. The default switching
profiles are assigned automatically to each switch. This api is now deprecated.
Please use new api - for QOS profile, please use - /infra/qos-profiles
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/switching-profiles
                  
              
            Request Headers:
                n/a
            Query Parameters:
    SwitchingProfileListParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/switching-profilesSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    SwitchingProfilesListResult+
  