Time period 时间段

    属性 类型 说明
    timeperiodid string (readonly) ID of the maintenance.
    day integer Day of the month when the maintenance must come into effect. Required only for monthly time periods.
    dayofweek integer Days of the week when the maintenance must come into effect. Days are stored in binary form with each bit representing the corresponding day. For example, 4 equals 100 in binary and means, that maintenance will be enabled on Wednesday. Used for weekly and monthly time periods. Required only for weekly time periods.
    every integer For daily and weekly periods defines day or week intervals at which the maintenance must come into effect. For monthly periods defines the week of the month when the maintenance must come into effect. Possible values: 1 - first week; 2 - second week; 3 - third week; 4 - fourth week; 5 - last week.
    month integer Months when the maintenance must come into effect. Months are stored in binary form with each bit representing the corresponding month. For example, 5 equals 101 in binary and means, that maintenance will be enabled in January and March. Required only for monthly time periods.
    period integer Duration of the maintenance period in seconds. Default: 3600.
    startdate timestamp Date when the maintenance period must come into effect. Required only for one time periods. Default: current date.
    start_time integer Time of day when the maintenance starts in seconds. Required for daily, weekly and monthly periods.
    timeperiod_type integer Type of time period. Possible values: 0 - (default)_ one time only; 2 - daily; 3 - weekly; 4 - monthly.