Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Integer

registration_command
optional , nil allowed

Validations:

  • Hash

registration_command[organization_id]
optional , nil allowed

ID of the Organization to register the host in

Validations:

  • Must be a number.

registration_command[location_id]
optional , nil allowed

ID of the Location to register the host in

Validations:

  • Must be a number.

registration_command[hostgroup_id]
optional , nil allowed

ID of the Host group to register the host in

Validations:

  • Must be a number.

registration_command[operatingsystem_id]
optional , nil allowed

ID of the Operating System to register the host in

Validations:

  • Must be a number.

registration_command[smart_proxy_id]
optional , nil allowed

ID of the Smart Proxy

Validations:

  • Must be a number.

registration_command[setup_insights]
optional , nil allowed

Set 'host_registration_insights' parameter for the host. If it is set to true, insights client will be installed and registered on Red Hat family operating systems

Validations:

  • Must be one of: true, false, 1, 0.

registration_command[setup_remote_execution]
optional , nil allowed

Set 'host_registration_remote_execution' parameter for the host. If it is set to true, SSH keys will be installed on the host

Validations:

  • Must be one of: true, false, 1, 0.

registration_command[jwt_expiration]
optional , nil allowed

Expiration of the authorization token (in hours)

Validations:

  • Must be a number.

registration_command[insecure]
optional , nil allowed

Enable insecure argument for the initial curl

Validations:

  • Must be one of: true, false, 1, 0.

registration_command[activation_key]
optional

Activation key(s) for Subscription Manager. Required for CentOS and Red Hat Enterprise Linux. Multiple keys add separated by comma, example: key1,key2,key3.

Validations:

  • String