Skip to content

Commit

Permalink
Improve core list risky hosts host_id argument documentation (demisto…
Browse files Browse the repository at this point in the history
…#36240)

* fixes

* added rn
  • Loading branch information
YuvHayun committed Sep 11, 2024
1 parent ea6ee8a commit c772481
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 7 deletions.
3 changes: 1 addition & 2 deletions Packs/Core/Integrations/CortexCoreIR/CortexCoreIR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2884,8 +2884,7 @@ script:
description: The score.
type: Number
- arguments:
- description: >
Unique ID of a specific host.
- description: The host name of a specific host.
name: host_id
- description: Limit the number of hosts that will appear in the list. (Use limit when no specific host is requested).
name: limit
Expand Down
2 changes: 1 addition & 1 deletion Packs/Core/Integrations/CortexCoreIR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2471,7 +2471,7 @@ Required license: Cortex XDR Pro per Endpoint, Cortex XDR Pro, or Cortex XDR Pro

| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
| host_id | Unique ID of a specific host.<br/>. | Optional |
| host_id | The host name of a specific host. | Optional |
| limit | Limit the number of hosts that will appear in the list. By default, the limit is 50 hosts.(Use limit when no specific host is requested.). Default is 50. | Optional |

#### Context Output
Expand Down
6 changes: 6 additions & 0 deletions Packs/Core/ReleaseNotes/3_0_61.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Investigation & Response

- Documentation and metadata improvements.
2 changes: 1 addition & 1 deletion Packs/Core/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Core - Investigation and Response",
"description": "Automates incident response",
"support": "xsoar",
"currentVersion": "3.0.60",
"currentVersion": "3.0.61",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/CortexXDR/Integrations/CortexXDRIR/CortexXDRIR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3417,7 +3417,7 @@ script:
description: The score.
type: Number
- arguments:
- description: The name of the host.
- description: The host name of a specific host.
name: host_id
- description: Limit the number of hosts that will appear in the list. By default, the limit is 50 hosts.(Use limit when no specific host is requested.)
name: limit
Expand Down
2 changes: 1 addition & 1 deletion Packs/CortexXDR/Integrations/CortexXDRIR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3285,7 +3285,7 @@ Required license: Cortex XDR Pro per Endpoint, Cortex XDR Pro, or Cortex XDR Pro

| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
| host_id | The name of the host. | Optional |
| host_id | The host name of a specific host. | Optional |
| limit | Limit the number of hosts that will appear in the list. By default, the limit is 50 hosts.(Use limit when no specific host is requested.). Default is 50. | Optional |

#### Context Output
Expand Down
6 changes: 6 additions & 0 deletions Packs/CortexXDR/ReleaseNotes/6_1_70.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Palo Alto Networks Cortex XDR - Investigation and Response

- Documentation and metadata improvements.
2 changes: 1 addition & 1 deletion Packs/CortexXDR/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cortex XDR by Palo Alto Networks",
"description": "Automates Cortex XDR incident response, and includes custom Cortex XDR incident views and layouts to aid analyst investigations.",
"support": "xsoar",
"currentVersion": "6.1.69",
"currentVersion": "6.1.70",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit c772481

Please sign in to comment.