Skip to content

Commit

Permalink
cs-falcon-search-device improve filter description (#38559)
Browse files Browse the repository at this point in the history
* improve docs

* improve docs

* update rn
  • Loading branch information
tcarmeli1 authored Feb 12, 2025
1 parent 4f7ada7 commit 90cb08c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ script:
- No
description: Whether or not to get additional data about the device.
auto: PREDEFINED
- description: The query by which to filter the device.
- description: The query by which to filter the device. The query format should be `filter_parameter_name:'filter_value'`.
name: filter
- description: The maximum records to return [1-5000].
name: limit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Searches for a device that matches the query.
| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
| extended_data | Whether or not to get additional data about the device. Possible values are: Yes, No. | Optional |
| filter | The query by which to filter the device. | Optional |
| filter | The query by which to filter the device. The query format should be `filter_parameter_name:'filter_value'`. | Optional |
| limit | The maximum records to return [1-5000]. Default is 50. | Optional |
| offset | The offset to start retrieving records from. | Optional |
| ids | A comma-separated list of device IDs to limit the results. | Optional |
Expand Down
6 changes: 6 additions & 0 deletions Packs/CrowdStrikeFalcon/ReleaseNotes/2_1_13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### CrowdStrike Falcon

- Documentation and metadata improvements.
2 changes: 1 addition & 1 deletion Packs/CrowdStrikeFalcon/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "CrowdStrike Falcon",
"description": "The CrowdStrike Falcon OAuth 2 API (formerly the Falcon Firehose API), enables fetching and resolving detections, searching devices, getting behaviors by ID, containing hosts, and lifting host containment.",
"support": "xsoar",
"currentVersion": "2.1.12",
"currentVersion": "2.1.13",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 90cb08c

Please sign in to comment.