# File lib/openshift-origin-msg-broker-mcollective/lib/openshift/mcollective_application_container_proxy.rb, line 274
      def show_state(app, gear)
        args = Hash.new
        args['--with-app-uuid'] = app.uuid
        args['--with-container-uuid'] = gear.uuid
        result = execute_direct(@@C_CONTROLLER, 'app-state-show', args)
        parse_result(result)
      end