Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions guides/common/modules/proc_registering-a-host.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,21 @@ Therefore, do not delete, block, or change permissions of the user during the to
+
The scope of the JWTs is limited to the registration endpoints only and cannot be used anywhere else.

[NOTE]
====
{Project} generates the registration command with parameters that search resources by ID.
You can edit the registration command to search the following resources by title:

Organization:: URL fragment example: `organization=My%20Organization` or `organization=My+Organization`
Location:: URL fragment example: `location=My%20Location` or `location=My+Location`
Host group:: If a host group is nested, include the parent group separated with the slash character (`/`).
+
URL fragment example: `hostgroup=Parent%20Group%2FMy%20Host%20Group`
Operating system:: URL fragment example: `operatingsystem=My%20Operating%20System` or `operatingsystem=My+Operating+System`

The parameter values must be URL encoded.
====

.CLI procedure
. Use the `hammer host-registration generate-command` to generate the registration command to register your host.
. On your host that you want to register, run the registration command as `root`.
Expand Down