NSX-T Data Center REST API

PolicyTimeIntervalValue (type)

{
  "id": "PolicyTimeIntervalValue",
  "module_id": "PolicyFirewallScheduler",
  "properties": {
    "end_interval": {
      "description": "Time in 24 hour and minutes in multiple of 30. Example, 17:30.",
      "required": true,
      "title": "End time of the interval",
      "type": "string"
    },
    "start_interval": {
      "description": "Time in 24 hour and minutes in multiple of 30. Example, 9:00.",
      "required": true,
      "title": "Start time of the interval",
      "type": "string"
    }
  },
  "title": "Time interval on which firewall schedule will be applicable",
  "type": "object"
}