# File lib/hammer_cli_foreman/host.rb, line 287
      def get_status
        params = {
          'id' => get_identifier,
        }
        status = resource.call(:status, params)
        status["status"]
      end