diff --git a/guides/common/modules/proc_registering-a-host.adoc b/guides/common/modules/proc_registering-a-host.adoc index 39d2faaba38..1b15c435345 100644 --- a/guides/common/modules/proc_registering-a-host.adoc +++ b/guides/common/modules/proc_registering-a-host.adoc @@ -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`.