Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 3 KB

WorkerEditRequest.md

File metadata and controls

33 lines (29 loc) · 3 KB

WorkerEditRequest

Properties

Name Type Description Notes
active bool [optional] [default to true]
tag_ids int[] [optional]
tag_update_mode string Update mode for tags * add - add spicified tags ignoring if already assigned; * remove - remove spicified tags if assigned; * replace - replace all assigned tags with specified ones; [optional] [default to 'replace']
mirror_url \Swagger\Client\Model\MirrorUrl [optional]
vpn object VPN configuration Files will be named as following, so certificates in client.conf should be named ca.crt, client.crt, client.key. Also you can embed certificates in client.conf and upload just one file. [optional]
fs_id int Flight sheet ID [optional]
oc_id int Overclocking profile ID [optional]
oc_apply_mode string How to apply overclocking profile: - When applying profile via `oc_id` - replace - copy entire per-brand configurations of both default and per-algo sets - merge - copy only individual fields of per-brand configurations of both default and per-algo sets - When applying config via `oc_config` - replace - full replace the oc_config field in worker with one from request - merge - update individual fields in worker's oc_config [optional] [default to 'replace']
oc_config \Swagger\Client\Model\OCConfig [optional]
oc_algo \Swagger\Client\Model\OCAlgo [optional]
miners_config \Swagger\Client\Model\MinersConfig [optional]
watchdog object Watchdog system [optional]
options object Worker options. This object will be merged with existing one on update. [optional]
hardware_power_draw int Power consumption of worker's hardware, watts [optional]
psu_efficiency int Efficiency of power supply unit, % [optional]
octofan_correct_power bool Apply power correction settings to power consumption value from Octominer fan controller. Default is false. [optional]
autofan object Autofan configuration [optional]
octofan object Configuration for Octominer fan controller [optional]
coolbox object Configuration for Coolbox fan controller [optional]
fanflap object Configuration for FanFlap controller [optional]
powermeter object Configuration for Powermeter controller [optional]
donnager_relay object Donnager Relay configuration [optional]
ykeda_autofan object Configuration for Ykeda Autofan controller [optional]
asic_config map[string,string] Settings for ASICs with Hive firmware, depends on model and firmware version [optional]

[Back to Model list] [Back to API list] [Back to README]