NSX-T Data Center REST API

MonthlyTelemetrySchedule (type)

{
  "extends": {
    "$ref": "TelemetrySchedule"
  },
  "id": "MonthlyTelemetrySchedule",
  "module_id": "TelemetryConfig",
  "polymorphic-type-descriptor": {
    "type-identifier": "MonthlyTelemetrySchedule"
  },
  "properties": {
    "day_of_month": {
      "description": "Day of month on which data will be collected. Specify a value between 1 through 31.",
      "maximum": 31,
      "minimum": 1,
      "required": true,
      "title": "Day of month on which data will be collected",
      "type": "integer"
    },
    "frequency_type": {
      "description": "Specify one of DailyTelemetrySchedule, WeeklyTelemetrySchedule, or MonthlyTelemetrySchedule.",
      "required": true,
      "title": "Frequency at which data will be collected",
      "type": "string"
    },
    "hour_of_day": {
      "description": "Hour at which data will be collected. Specify a value between 0 through 23.",
      "maximum": 23,
      "minimum": 0,
      "required": true,
      "title": "Hour at which data will be collected",
      "type": "integer"
    },
    "minutes": {
      "default": 0,
      "description": "Minute at which data will be collected. Specify a value between 0 through 59.",
      "maximum": 59,
      "minimum": 0,
      "required": false,
      "title": "Minute at which data will be collected",
      "type": "integer"
    }
  },
  "type": "object"
}