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
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
_terms | No | Optionally 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. |
Examples
Section titled “Examples”- 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') }}"Return Values
Section titled “Return Values”| Key | Type | Description |
|---|---|---|
_raw | - |