Skip to content

maintenance_token

This lookup returns a maintenance token which can be used for uninstalls and other maintenance

Added in version 4.4.0

ParameterTypeRequiredDefaultDescription
_termsNoThe host ID (AID) for which the maintenance token should be fetched. If O(bulk) is set to true, this parameter is ignored.
bulkboolNofalseRetrieve a bulk maintenance token.
- name: Print maintenance token for a specific host
ansible.builtin.debug:
msg: "{{ lookup('crowdstrike.falcon.maintenance_token', '12345678901234567890') }}"
- name: Print maintenance token for multiple hosts
ansible.builtin.debug:
msg: "{{ lookup('crowdstrike.falcon.maintenance_token', '12345678901234567890', '09876543210987654321') }}"
- name: Print bulk maintenance token
ansible.builtin.debug:
msg: "{{ lookup('crowdstrike.falcon.maintenance_token', bulk=true) }}"
KeyTypeDescription
_rawO