NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Get PolicyFirewallSchedulersGet all PolicyFirewallSchedulers | GET /policy/api/v1/infra/firewall-schedulers | 
| Delete Policy Firewall SchedulerDeletes the specified PolicyFirewallScheduler. If scheduler is consumed in a security policy, it won't get deleted. | DELETE /policy/api/v1/infra/firewall-schedulers/<firewall-scheduler-id> | 
| Get PolicyFirewallSchedulerGet a PolicyFirewallScheduler by id | GET /policy/api/v1/infra/firewall-schedulers/<firewall-scheduler-id> | 
| Create or Update PolicyFirewallSchedulerCreates/Updates a PolicyFirewallScheduler, which can be set at security policy. Note that at least one property out of "days", "start_date", "time_interval", "end_date" is required if "recurring" field is true. Also "start_time" and "end_time" should not be present. And if "recurring" field is false then "start_date" and "end_date" is mandatory, "start_time" and "end_time" is optional. Also the fields "days" and "time_interval" should not be present. | PATCH /policy/api/v1/infra/firewall-schedulers/<firewall-scheduler-id> | 
| Create or Update PolicyFirewallSchedulerUpdates a PolicyFirewallScheduler, which can be set at security policy. Note that at least one property out of "days", "start_date", "time_interval", "end_date" is required if "recurring" field is true. Also "start_time" and "end_time" should not be present. And if "recurring" field is false then "start_date" and "end_date" is mandatory, "start_time" and "end_time" is optional. Also the fields "days" and "time_interval" should not be present. | PUT /policy/api/v1/infra/firewall-schedulers/<firewall-scheduler-id> | 
