NSX-T Data Center REST API
Get an Existing Section, Including Rules (Removed in 4.0)
Returns serviceinsertion section information with rules for a section identifier.When invoked on a section with a large number of rules, this API is supported
only at low rates of invocation (not more than 4-5 times per minute). The
typical latency of this API with about 1024 rules is about 4-5 seconds. This
API should not be invoked with large payloads at automation speeds. More than
50 rules are not supported.
Instead, to read serviceinsertion rules, use:
GET /api/v1/serviceinsertion/sections/<section-id>/rules with the appropriate
page_size.
Deprecated: Note- GET service insertion section with rules API is deprecated. Please use policy redirection-policy API.
Request:
Method:
POST
URI Path(s):
/api/v1/serviceinsertion/sections/{section-id}?action=list_with_rules
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
ServiceInsertionSectionRuleList+