/host-store/api/v1/hosts/{host_id}Ask AIput https://example.com/host-store/api/v1/hosts/{host_id}Update a single host in host storePath Paramshost_iduuidrequiredBody Paramsaccess_group_iduuidDefines host's access groupdeployablebooleanWhether the host is writable through /deploy end point with deployment credentialstruefalsetofubooleanWhether the host key should be accepted and stored on first connectiontruefalsestand_alone_hostbooleanIndicates it is a standalone host - bound to local host directorytruefalseexternal_idstringThe equipment ID from the originating equipment storeinstance_idstringThe instance ID from the originating cloud service (searchable by keyword)audit_enabledbooleanWheter the host is set to be audited.truefalsesession_recording_optionsobjectFlags to disable trail auditing for certain features when auditing is enabledsession_recording_options objectssh_host_public_keysarray of objectsssh_host_public_keysADD objecthost_certificate_rawstringHost certificate, used to verify that the target host is the correct one.contact_addressstringThe host public address scanning script instructs the host store to use in service address-field.servicesarray of objectsservicesADD objectprincipalsarray of objectsWhat principals (target server user names/ accounts) the host hasprincipalsADD objectpassword_rotation_enabledbooleanset, if there are accounts, in which passwords need to be rotatedtruefalsepassword_rotationobjectpassword rotation settings for hostpassword_rotation objectsource_idstringA unique import-source identifier for the host entry, for example a hash for AWS account ID. (searchable by keyword)cloud_providerstringThe cloud provider this host resides incloud_provider_regionstringThe cloud provider region the host resides indistinguished_namestringLDAPv3 Disinguished name (searchable by keyword)common_namestringX.500 Common name (searchable by keyword)organizationstringX.500 Organization (searchable by keyword)organizational_unitstringX.500 Organizational unit (searchable by keyword)zonestringEquipment zone (development, production, user acceptance testing, ..) (searchable by keyword)scopearray of stringsUnder what compliance scopes the listed equipment falls under (searchable by keyword)scopeADD stringhost_typestringEquipment type (virtual, physical) (searchable by keyword)host_classificationstringClassification (Windows desktop, Windows server, AIX, Linux RH, ..) (searchable by keyword)commentstringA comment describing the hostaddressesarray of stringsaddressesADD stringtagsarray of stringstagsADD stringdisabledstringenumBY_ADMINBY_LICENSEfalseAllowed:BY_ADMINBY_LICENSEfalsecertificate_templatestringName of the certificate template used for certificate authentication for this hostHeadersAuthorizationstringrequiredDefaults to Bearer a-proper-token-goes-hereOAuth2 tokenResponses 200Host successfully updated 400Bad request 401Unauthorized request, OAuth2 authorization missing or invalid 403Unauthorized request, OAuth2 authorization OK but scope insufficient 404Resource not found 409Conflict. A host uniqueness check failed. Either host externalId or existing service with duplicate contactAddress already exists in the database. 500Internal server errorUpdated over 2 years ago