pool.resilver.update ==================== Configure Pool Resilver Priority. If `begin` time is greater than `end` time it means it will rollover the day, e.g. begin = "19:00", end = "05:00" will increase pool resilver priority from 19:00 of one day until 05:00 of the next day. `weekday` follows crontab(5) values 0-7 (0 or 7 is Sun). .. examples(websocket):: Enable pool resilver priority all business days from 7PM to 5AM. :::javascript { "id": "6841f242-840a-11e6-a437-00e04d680384", "msg": "method", "method": "pool.resilver.update", "params": [{ "enabled": true, "begin": "19:00", "end": "05:00", "weekday": [1, 2, 3, 4, 5] }] } .. raw:: html
Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: data

data

Type: object
No Additional Properties

Begin

Type: string

End

Type: string

Enabled

Type: boolean

Weekday

Type: array of integer
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

PoolResilverEntry

Type: object
No Additional Properties

Id

Type: integer

Begin

Type: string Default: "18:00"

End

Type: string Default: "9:00"

Enabled

Type: boolean Default: true

Weekday

Type: array of integer Default: [1, 2, 3, 4, 5, 6, 7]
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_WRITE