# File lib/openshift-origin-msg-broker-mcollective/lib/openshift/mcollective_application_container_proxy.rb, line 550
      def get_status_job(app, gear, cart)
        args = "'#{gear.name}' '#{app.domain.namespace}' '#{gear.uuid}'"
        job = RemoteJob.new(cart, 'status', args)
        job
      end