Skip to content

fctl_child_cids

This lookup returns a list of Flight Control child CIDs from your given parent credentials. You can further limit the results by passing in a secondary parent CID.

Added in version 4.5.0

ParameterTypeRequiredDefaultDescription
_termsNoOptionally pass in a secondary parent CID to limit the results. If no terms are passed in, all child CIDs associated with the parent credentials will be returned.
- name: Print all child CIDs
ansible.builtin.debug:
msg: "{{ lookup('crowdstrike.falcon.fctl_child_cids') }}"
- name: Print all child CIDs for a secondary parent CID
ansible.builtin.debug:
msg: "{{ lookup('crowdstrike.falcon.fctl_child_cids', '123456789abcdefg') }}"
- name: Get information about all child CIDs
crowdstrike.falcon.fctl_child_cid_info:
cids: "{{ lookup('crowdstrike.falcon.fctl_child_cids') }}"
KeyTypeDescription
_raw-