NSX-T Data Center REST API
List All Service Insertion Sections (Deprecated)
List all Service Insertion section in paginated form. A default page size is limitedto 1000 sections. By default, the list of section is filtered by L3REDIRECT
type.
Note- GET service insertion sections API is deprecated. Please use the
policy redirection-policy API.
Request:
Method:
              GET
            URI Path(s):
              
              
                  
                  /api/v1/serviceinsertion/sections
                  
              
            Request Headers:
                n/a
            Query Parameters:
    ServiceInsertionSectionFilterParameters+
  Request Body:
    n/a
  Example Request:
GET https://<nsx-mgr>/api/v1/serviceinsertion/sectionsSuccessful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ServiceInsertionSectionListResult+
  