Module: Jamf::MDM::ClassMethods
- Defined in:
- lib/jamf/api/classic/api_objects/mdm.rb
Overview
See codereview.stackexchange.com/questions/23637/mixin-both-instance-and-class-methods-in-ruby for discussion of this technique for mixing in both Class and Instance methods when including a module.
Instance Method Summary collapse
-
#blank_push(targets, api: nil, cnx: Jamf.cnx) ⇒ see .send_mdm_command
(also: #send_blank_push, #noop)
Send a blank push to one or more targets.
-
#clear_passcode(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an clear_passcode command to one or more targets.
-
#clear_restrictions_password(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an clear_restrictions_password command to one or more targets.
-
#delete_user(targets, user, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a delete_user command to one or more targets.
-
#device_lock(targets, passcode: '', message: nil, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
(also: #lock_device, #lock)
Send a Device Lock to one or more targets.
-
#device_name(targets, name, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
(also: #set_name, #set_device_name)
Send a device_name command to one or more targets.
-
#disable_app_analytics(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a disable_app_analytics command to one or more targets.
-
#disable_data_roaming(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send andisable_data_roaming command to one or more targets.
-
#disable_diagnostic_submission(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a disable_diagnostic_submission command to one or more targets.
-
#disable_lost_mode(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a disable_lost_mode command to one or more targets.
-
#disable_remote_desktop(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a disable_remote_desktop command to one or more targets.
-
#disable_voice_roaming(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a disable_voice_roaming command to one or more targets.
-
#enable_app_analytics(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an enable_app_analytics command to one or more targets.
-
#enable_data_roaming(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an enable_data_roaming command to one or more targets.
-
#enable_diagnostic_submission(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an enable_diagnostic_submission command to one or more targets.
-
#enable_lost_mode(targets, message: nil, phone: nil, footnote: nil, play_sound: false, enforce_lost_mode: false, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a enable_lost_mode command to one or more targets.
-
#enable_remote_desktop(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an enable_remote_desktop command to one or more targets.
-
#enable_voice_roaming(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an enable_voice_roaming command to one or more targets.
-
#erase_device(targets, passcode: '', preserve_data_plan: false, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
(also: #wipe, #wipe_device, #erase, #wipe_computer)
Send an Erase Device command to one or more targets.
-
#flush_mdm_commands(targets, status: nil, api: nil, cnx: Jamf.cnx) ⇒ void
Flush pending or failed commands on devices or groups.
-
#mdm_command_xml(command, options, targets) ⇒ String
Generate the XML to send to the API, sending the MDM command to the targets.
-
#passcode_lock_grace_period(targets, secs, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a passcode_lock_grace_period command to one or more targets.
-
#play_lost_mode_sound(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a play_lost_mode_sound command to one or more targets.
-
#process_computer_xml_result(result) ⇒ Hash{Integer=>String}
Convert the result of senting a computer MDM command into the appropriate hash.
-
#process_mobiledevice_xml_result(result) ⇒ Hash{Integer=>String}
Convert the result of senting a device MDM command into the appropriate hash.
-
#raw_targets_to_ids(targets, expand_groups: true, unmanaged_ok: false, api: nil, cnx: Jamf.cnx) ⇒ Array<Integer>
Convert the targets provided for sending a command into the final list of computers or mobile devices.
-
#restart_device(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
(also: #restart)
Send a restart_device command to one or more targets.
-
#send_command_rsrc ⇒ String
The API rsrc for sending MDM commands to this kind of target.
-
#send_mdm_command(targets, command, opts: {}, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an MDM command to one or more targets without instantiating them.
-
#shut_down_device(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
(also: #shutdown_device, #shut_down, #shutdown)
Send a shut_down_device command to one or more targets.
-
#unlock_user_account(targets, user, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an unlock_user_account command to one or more targets.
-
#unmanage_device(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
(also: #remove_mdm_profile)
Send an Unmanage Device command to one or more targets.
-
#update_inventory(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
(also: #recon)
Send an update_inventory command to one or more targets.
-
#validate_command(command) ⇒ String
Validate that this command is known and can be sent to this kind of object, raising an error if not.
-
#wallpaper(targets, wallpaper_setting: nil, wallpaper_content: nil, wallpaper_id: nil, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
(also: #set_wallpaper)
Send a wallpaper command to one or more targets.
Instance Method Details
#blank_push(targets, api: nil, cnx: Jamf.cnx) ⇒ see .send_mdm_command Also known as: send_blank_push, noop
Send a blank push to one or more targets
552 553 554 555 556 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 552 def blank_push(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :blank_push, cnx: cnx end |
#clear_passcode(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an clear_passcode command to one or more targets
729 730 731 732 733 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 729 def clear_passcode(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :clear_passcode, cnx: cnx end |
#clear_restrictions_password(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an clear_restrictions_password command to one or more targets
743 744 745 746 747 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 743 def clear_restrictions_password(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :clear_restrictions_password, cnx: cnx end |
#delete_user(targets, user, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a delete_user command to one or more targets
669 670 671 672 673 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 669 def delete_user(targets, user, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :delete_user, opts: { user_name: user }, cnx: cnx end |
#device_lock(targets, passcode: '', message: nil, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String} Also known as: lock_device, lock
Send a Device Lock to one or more targets
572 573 574 575 576 577 578 579 580 581 582 583 584 585 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 572 def device_lock(targets, passcode: '', message: nil, api: nil, cnx: Jamf.cnx) cnx = api if api case self::MDM_COMMAND_TARGET when *COMPUTER_TARGETS raise Jamf::InvalidDataError, 'Locking computers requires a 6-character String passcode' unless passcode.size == 6 opts = { passcode: passcode } when *DEVICE_TARGETS opts = {} opts[:lock_message] = if end # case send_mdm_command targets, :device_lock, opts: opts, cnx: cnx end |
#device_name(targets, name, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String} Also known as: set_name, set_device_name
Send a device_name command to one or more targets
818 819 820 821 822 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 818 def device_name(targets, name, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :device_name, opts: { device_name: name }, cnx: cnx end |
#disable_app_analytics(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a disable_app_analytics command to one or more targets
937 938 939 940 941 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 937 def disable_app_analytics(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :disable_app_analytics, cnx: cnx end |
#disable_data_roaming(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send andisable_data_roaming command to one or more targets
771 772 773 774 775 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 771 def disable_data_roaming(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :disable_data_roaming, cnx: cnx end |
#disable_diagnostic_submission(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a disable_diagnostic_submission command to one or more targets
965 966 967 968 969 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 965 def disable_diagnostic_submission(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :disable_diagnostic_submission, cnx: cnx end |
#disable_lost_mode(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a disable_lost_mode command to one or more targets
1036 1037 1038 1039 1040 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 1036 def disable_lost_mode(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :disable_lost_mode, cnx: cnx end |
#disable_remote_desktop(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a disable_remote_desktop command to one or more targets
697 698 699 700 701 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 697 def disable_remote_desktop(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :disable_remote_desktop, cnx: cnx end |
#disable_voice_roaming(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a disable_voice_roaming command to one or more targets
799 800 801 802 803 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 799 def disable_voice_roaming(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :disable_voice_roaming, cnx: cnx end |
#enable_app_analytics(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an enable_app_analytics command to one or more targets
923 924 925 926 927 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 923 def enable_app_analytics(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :enable_app_analytics, cnx: cnx end |
#enable_data_roaming(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an enable_data_roaming command to one or more targets
757 758 759 760 761 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 757 def enable_data_roaming(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :enable_data_roaming, cnx: cnx end |
#enable_diagnostic_submission(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an enable_diagnostic_submission command to one or more targets
951 952 953 954 955 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 951 def enable_diagnostic_submission(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :enable_diagnostic_submission, cnx: cnx end |
#enable_lost_mode(targets, message: nil, phone: nil, footnote: nil, play_sound: false, enforce_lost_mode: false, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a enable_lost_mode command to one or more targets
Either or both of message and phone number must be provided
991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 991 def enable_lost_mode( targets, message: nil, phone: nil, footnote: nil, play_sound: false, enforce_lost_mode: false, api: nil, cnx: Jamf.cnx ) cnx = api if api raise ArgumentError, 'Either message: or phone_number: must be provided' unless || phone opts = { always_enforce_lost_mode: enforce_lost_mode } opts[:lost_mode_message] = if opts[:lost_mode_phone] = phone if phone opts[:lost_mode_footnote] = footnote if footnote opts[:lost_mode_with_sound] = 'true' if play_sound send_mdm_command targets, :enable_lost_mode, opts: opts, cnx: cnx end |
#enable_remote_desktop(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an enable_remote_desktop command to one or more targets
683 684 685 686 687 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 683 def enable_remote_desktop(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :enable_remote_desktop, cnx: cnx end |
#enable_voice_roaming(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an enable_voice_roaming command to one or more targets
785 786 787 788 789 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 785 def enable_voice_roaming(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :enable_voice_roaming, cnx: cnx end |
#erase_device(targets, passcode: '', preserve_data_plan: false, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String} Also known as: wipe, wipe_device, erase, wipe_computer
Send an Erase Device command to one or more targets
601 602 603 604 605 606 607 608 609 610 611 612 613 614 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 601 def erase_device(targets, passcode: '', preserve_data_plan: false, api: nil, cnx: Jamf.cnx) cnx = api if api case self::MDM_COMMAND_TARGET when *COMPUTER_TARGETS raise Jamf::InvalidDataError, 'Erasing computers requires a 6-character String passcode' unless passcode.size == 6 opts = { passcode: passcode } when *DEVICE_TARGETS opts = {} opts[:preserve_data_plan] = 'true' if preserve_data_plan end # case send_mdm_command targets, :erase_device, opts: opts, cnx: cnx end |
#flush_mdm_commands(targets, status: nil, api: nil, cnx: Jamf.cnx) ⇒ void
This method returns an undefined value.
Flush pending or failed commands on devices or groups
1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 1060 def flush_mdm_commands(targets, status: nil, api: nil, cnx: Jamf.cnx) cnx = api if api raise Jamf::InvalidDataError, "Status must be one of :#{FLUSHABLE_STATUSES.keys.join ', :'}" unless FLUSHABLE_STATUSES.keys.include? status status = FLUSHABLE_STATUSES[status] # TODO: add 'unmanaged_ok:' param to raw_targets_to_ids method, so that we can # use this to flush commands for unmanaged machines. target_ids = raw_targets_to_ids targets, cnx: cnx, expand_groups: false, unmanaged_ok: true command_flush_rsrc = "commandflush/#{self::MDM_COMMAND_TARGET}/id" flush_rsrc = "#{command_flush_rsrc}/#{target_ids.join ','}/status/#{status}" puts "Sending API DELETE: #{flush_rsrc}" if JSS.devmode? cnx.c_delete flush_rsrc end |
#mdm_command_xml(command, options, targets) ⇒ String
Generate the XML to send to the API, sending the MDM command to the targets
476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 476 def mdm_command_xml(command, , targets) raise Jamf::MissingDataError, 'Targets cannot be empty' if targets.empty? case self::MDM_COMMAND_TARGET when *COMPUTER_TARGETS command_elem = COMPUTER_COMMAND_ELEMENT target_list_elem = Jamf::Computer::RSRC_LIST_KEY.to_s target_elem = Jamf::Computer::RSRC_OBJECT_KEY.to_s when *DEVICE_TARGETS command_elem = DEVICE_COMMAND_ELEMENT target_list_elem = Jamf::MobileDevice::RSRC_LIST_KEY.to_s target_elem = Jamf::MobileDevice::RSRC_OBJECT_KEY.to_s else raise Jamf::NoSuchItemError, "Unknonwn MDM command target: #{self::MDM_COMMAND_TARGET}" end # case xml = REXML::Document.new Jamf::Connection::XML_HEADER xml.root.name = command_elem cmd_xml = xml.root general = cmd_xml.add_element GENERAL_ELEMENT general.add_element(COMMAND_ELEMENT).text = command .each do |opt, val| general.add_element(opt.to_s).text = val.to_s end # do opt val tgt_list = cmd_xml.add_element target_list_elem targets.each do |tgt_id| tgt = tgt_list.add_element(target_elem) tgt.add_element(TARGET_ID_ELEMENT).text = tgt_id.to_s end xml.to_s end |
#passcode_lock_grace_period(targets, secs, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a passcode_lock_grace_period command to one or more targets
877 878 879 880 881 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 877 def passcode_lock_grace_period(targets, secs, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :passcode_lock_grace_period, opts: { passcode_lock_grace_period: secs }, cnx: cnx end |
#play_lost_mode_sound(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send a play_lost_mode_sound command to one or more targets
1022 1023 1024 1025 1026 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 1022 def play_lost_mode_sound(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :play_lost_mode_sound, cnx: cnx end |
#process_computer_xml_result(result) ⇒ Hash{Integer=>String}
Convert the result of senting a computer MDM command into the appropriate hash
373 374 375 376 377 378 379 380 381 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 373 def process_computer_xml_result(result) hash = {} REXML::Document.new(result).elements[COMPUTER_COMMAND_ELEMENT].each_element do |cmd| compid = cmd.elements[COMPUTER_ID_ELEMENT].text.to_i udid = cmd.elements[COMPUTER_COMMAND_UDID_ELEMENT].text hash[compid] = udid end hash end |
#process_mobiledevice_xml_result(result) ⇒ Hash{Integer=>String}
Convert the result of senting a device MDM command into the appropriate hash
390 391 392 393 394 395 396 397 398 399 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 390 def process_mobiledevice_xml_result(result) hash = {} mds = REXML::Document.new(result).elements[DEVICE_COMMAND_ELEMENT].elements[DEVICE_LIST_ELEMENT] mds.each_element do |md| id = md.elements[DEVICE_ID_ELEMENT].text.to_i status = md.elements[DEVICE_COMMAND_STATUS_ELEMENT].text hash[id] = status end hash end |
#raw_targets_to_ids(targets, expand_groups: true, unmanaged_ok: false, api: nil, cnx: Jamf.cnx) ⇒ Array<Integer>
Convert the targets provided for sending a command into the final list of computers or mobile devices.
427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 427 def raw_targets_to_ids(targets, expand_groups: true, unmanaged_ok: false, api: nil, cnx: Jamf.cnx) cnx = api if api targets = targets.is_a?(Array) ? targets : [targets] # flush caches before checking ids and managment cnx.flushcache self::RSRC_LIST_KEY # make sure its an array of ids targets.map! do |md| id = valid_id md, cnx: cnx raise Jamf::NoSuchItemError, "No #{self} matches identifier: #{md}" unless id id end # map! # expand group members if needed if && GROUP_TARGETS.include?(self::MDM_COMMAND_TARGET) target_ids = [] targets.each { |group_id| target_ids += fetch(id: group_id).member_ids } targets = target_ids end # make sure all of them are managed, or else the API will raise a 400 # 'Bad Request' when sending the command to an unmanaged target. # Some actions, like flushing MDM commands (see .flush_mdm_commands) # are OK on unmanaged machines, so they will specify 'unmanaged_ok' unless unmanaged_ok all_mgd = map_all_ids_to(:managed, cnx: cnx).select { |_id, mgd| mgd }.keys targets.each do |target_id| raise Jamf::UnmanagedError, "#{self} with id #{target_id} is not managed. Cannot send command." unless all_mgd.include? target_id end end # unles targets end |
#restart_device(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String} Also known as: restart
Send a restart_device command to one or more targets
908 909 910 911 912 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 908 def restart_device(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :restart_device, cnx: cnx end |
#send_command_rsrc ⇒ String
The API rsrc for sending MDM commands to this kind of target
405 406 407 408 409 410 411 412 413 414 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 405 def send_command_rsrc case self::MDM_COMMAND_TARGET when *COMPUTER_TARGETS COMPUTER_RSRC when *DEVICE_TARGETS DEVICE_RSRC else raise Jamf::InvalidDataError, "Unknown MDM command target: #{self::MDM_COMMAND_TARGET}" end end |
#send_mdm_command(targets, command, opts: {}, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an MDM command to one or more targets without instantiating them.
This general class method, and all the specific ones that all it, have matching instance methods. Use the class method when you don’t have, or don’t want to retrieve, instances of all the targets.
If you do have an instance or a target, call the matching instance method to send commands to that specific target.
335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 335 def send_mdm_command(targets, command, opts: {}, api: nil, cnx: Jamf.cnx) cnx = api if api command = validate_command(command) rsrc = "#{send_command_rsrc}/command/#{command}" targets = raw_targets_to_ids targets, cnx: cnx cmd_xml = mdm_command_xml(command, opts, targets) if JSS.devmode? puts "Sending XML:\n" REXML::Document.new(cmd_xml).write STDOUT, 2 puts "\n\nTo rsrc: #{rsrc}" end result = cnx.c_post rsrc, cmd_xml if command == BLANK_PUSH hash = {} targets.each { |t| hash[t] = BLANK_PUSH_RESULT } elsif COMPUTER_TARGETS.include? self::MDM_COMMAND_TARGET hash = process_computer_xml_result(result) elsif DEVICE_TARGETS.include? self::MDM_COMMAND_TARGET hash = process_mobiledevice_xml_result(result) end hash end |
#shut_down_device(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String} Also known as: shutdown_device, shut_down, shutdown
Send a shut_down_device command to one or more targets
891 892 893 894 895 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 891 def shut_down_device(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :shut_down_device, cnx: cnx end |
#unlock_user_account(targets, user, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String}
Send an unlock_user_account command to one or more targets
653 654 655 656 657 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 653 def unlock_user_account(targets, user, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :unlock_user_account, opts: { user_name: user }, cnx: cnx end |
#unmanage_device(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String} Also known as: remove_mdm_profile
Send an Unmanage Device command to one or more targets
NOTE: when used with computers, the mdm profile will probably be re-installed immediately unless the computer is also no longer managed by Jamf Pro itself. To fully unmanage a computer, use the Computer#make_unmanaged instance method.
633 634 635 636 637 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 633 def unmanage_device(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :unmanage_device, cnx: cnx end |
#update_inventory(targets, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String} Also known as: recon
Send an update_inventory command to one or more targets
714 715 716 717 718 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 714 def update_inventory(targets, api: nil, cnx: Jamf.cnx) cnx = api if api send_mdm_command targets, :update_inventory, cnx: cnx end |
#validate_command(command) ⇒ String
Validate that this command is known and can be sent to this kind of object, raising an error if not.
518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 518 def validate_command(command) raise Jamf::NoSuchItemError, "Unknown command '#{command}'" unless COMMANDS.keys.include? command command = COMMANDS[command] case self::MDM_COMMAND_TARGET when *COMPUTER_TARGETS return command if COMPUTER_COMMANDS.include? command raise Jamf::UnsupportedError, "'#{command}' cannot be sent to computers or computer groups" when *DEVICE_TARGETS return command if DEVICE_COMMANDS.include? command raise Jamf::UnsupportedError, "'#{command}' cannot be sent to mobile devices or mobile device groups" end raise Jamf::NoSuchItemError, "'#{command}' is known, but not available for computers or mobile devices. This is a bug. Please report it." end |
#wallpaper(targets, wallpaper_setting: nil, wallpaper_content: nil, wallpaper_id: nil, api: nil, cnx: Jamf.cnx) ⇒ Hash{Integer=>String} Also known as: set_wallpaper
Send a wallpaper command to one or more targets
842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 842 def wallpaper(targets, wallpaper_setting: nil, wallpaper_content: nil, wallpaper_id: nil, api: nil, cnx: Jamf.cnx) cnx = api if api unless WALLPAPER_LOCATIONS.keys.include? wallpaper_setting raise ArgumentError, "wallpaper_setting must be one of: :#{WALLPAPER_LOCATIONS.keys.join ', :'}" end opts = { wallpaper_setting: WALLPAPER_LOCATIONS[wallpaper_setting] } if wallpaper_content file = Pathname.new wallpaper_content raise Jamf::NoSuchItemError, "Not a file: #{file}" unless file.file? opts[:wallpaper_content] = Base64.encode64 file.read elsif wallpaper_id opts[:wallpaper_id] = wallpaper_id else raise ArgumentError, 'Either wallpaper_id: or wallpaper_content must be provided' end send_mdm_command targets, :wallpaper, opts: opts, cnx: cnx end |