pool.resilver.config ==================== .. raw:: html
Type: object

Type: array
No Additional Items

PoolResilverEntry

Type: object
No Additional Properties

Id

Type: integer

Unique identifier for the resilver schedule entry.

Begin

Type: string Default: "18:00"

Time when the resilver operations window begins (24-hour format).


Examples:

"00:00"
    
"06:30"
    
"18:00"
    
"23:00"
    

End

Type: string Default: "9:00"

Time when the resilver operations window ends (24-hour format).


Examples:

"00:00"
    
"06:30"
    
"18:00"
    
"23:00"
    

Enabled

Type: boolean Default: true

Whether the resilver schedule is enabled.

Weekday

Type: array of integer Default: [1, 2, 3, 4, 5, 6, 7]

Array of weekdays when resilver operations are allowed (1=Monday through 7=Sunday).

No Additional Items
Each item of this array must be:
Type: integer

Value must be greater or equal to 1 and lesser or equal to 7



*Required roles:* POOL_READ