Open
Description
Is your feature request related to a problem? Please describe.
For the automation of our NSX-T environment we need to create new introspection policy per product and some rules under it.
Security -> E-W Network Introspection -> Add policy / Add Rule
This is achievable via REST API call to the Policy > Security > Service Insertion > Redirection Policies endpoint, but no resource for this can be found in the current implementation of the nsxt provider.
Describe the solution you'd like
new resource under Policies - Gateways and Routing
name: nsxt_policy_redirection
Describe alternatives you've considered
PUT call
PUT /policy/api/v1/infra/domains//redirection-policies/
Additional context
No response