Skip to content

Commit

Permalink
Fix PR Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
shabina-metron committed Nov 3, 2023
1 parent 00075f9 commit 157077a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Packs/Cybereason/Integrations/Cybereason/Cybereason.py
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ def main():
elif demisto.command() == 'cybereason-get-sensor-id':
return_results(get_sensor_id_command(client, args))

elif demisto.command() == 'cybereason-get-machine-sensors':
elif demisto.command() == 'cybereason-fetch-machine-details':
return_results(fetch_machine_details_command(client, args))

else:
Expand Down
2 changes: 1 addition & 1 deletion Packs/Cybereason/Integrations/Cybereason/Cybereason.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ script:
name: machineName
required: true
description: Get the Machine FQDN and Machine Group Details.
name: cybereason-get-machine-sensors
name: cybereason-fetch-machine-details
outputs:
- contextPath: Cybereason.Sensor.MachineID
description: Sensor ID of machine.
Expand Down
6 changes: 3 additions & 3 deletions Packs/Cybereason/Integrations/Cybereason/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1566,15 +1566,15 @@ There is no context output for this command.
>Sensor ID for the machine 'machine-id' is: SENSOR_ID
### cybereason-get-machine-sensors
### cybereason-fetch-machine-details
***
Get the results related to machines.
#### Base Command
`cybereason-get-machine-sensors`
`cybereason-fetch-machine-details`
#### Input
Expand All @@ -1595,7 +1595,7 @@ Get the results related to machines.
#### Command example
```!cybereason-get-machine-sensors machineName=xyz-1```
```!cybereason-fetch-machine-details machineName=xyz-1```
#### Context Example
Expand Down
2 changes: 1 addition & 1 deletion Packs/Cybereason/ReleaseNotes/2_1_14.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

##### Cybereason
- Updated the Docker image to: *demisto/python3:3.10.13.78960*.
- Added a new command ***cybereason-get-machine-sensors*** to fetch machine details.
- Added a new command ***cybereason-fetch-machine-details*** to fetch machine details.

#### Scripts

Expand Down

0 comments on commit 157077a

Please sign in to comment.