mitchos/pyZscaler

[FEAT] Add support for ZIA Forwarding Control Policy API Endpoints

Closed this issue · 0 comments

pyZscaler doesn't support the following Forwarding Control Policy API Endpoints:

  • GET /forwardingRules
  • POST /forwardingRules
  • GET /forwardingRules/{ruleId}
  • PUT /forwardingRules/{ruleId}
  • DELETE /forwardingRules/{ruleId}
  • GET /zpaGateways
  • POST /zpaGateways
  • GET /zpaGateways/{gatewayId}
  • PUT /zpaGateways/{gatewayId}
  • DELETE /zpaGateways/{gatewayId}

Support should be added for completeness