Update hostAsk AIput https://{sandfly-api-host}/v4/hosts/{host_id}Allows users to update a host (such as credentials to use, active or not, host aliases, jump_hosts and tags).Path Paramshost_idhost_idhost_sequence_idrequiredUnique host_id or host_sequence_id to update.Body ParamsParameters to update in the registered host.activeboolean | nullActivate/deactivate host boolean.truefalsecredentials_idstring | nullCredential ID to use with this host.jump_hostsarray of strings | nullJump hosts to update on host.jump_hostsADD stringoverride_directorystring | nullDirectory to run scan from instead of the node configuration values.ssh_portint32 | nullSSH port to use with host.queue_namestring | nullQueue (node) name to use to connect to this host.tagsarray of stringsDefaults to Tags to update on host.tagsADD stringverify_host_keyboolean | nullIf true, the SSH key of the host will be recorded during the Host Add operation, then on future scans Sandfly will not authenticate to the host if the host key changes.truefalseResponses 200Host information updated. 400Error with update request. defaultUnexpected errorUpdated 3 months ago