Skip to content

Commit

Permalink
delete useless (')
Browse files Browse the repository at this point in the history
  • Loading branch information
TOUFIKIzakarya committed Nov 18, 2024
1 parent 8c2bdd0 commit c90f96b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Packs/SekoiaXDR/Integrations/SekoiaXDR/SekoiaXDR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ category: Analytics & SIEM
sectionOrder:
- Connect
- Collect
description: "Fetch alerts and events from SEKOIA.IO XDR.\nTo use this integration, please create an API Key with the appropriate permissions."
description: Fetch alerts and events from SEKOIA.IO XDR.\nTo use this integration, please create an API Key with the appropriate permissions.
configuration:
- section: Connect
display: API key
Expand Down Expand Up @@ -433,10 +433,10 @@ script:
arguments:
- name: earliest_time
required: true
description: "Valid formats <sign + or -><number><time unit> or ISO 8601 e.g -3d, -2w, -7d, 2023-01-15T00:00:00Z."
description: Valid formats <sign + or -><number><time unit> or ISO 8601 e.g -3d, -2w, -7d, 2023-01-15T00:00:00Z.
- name: lastest_time
required: true
description: "Valid formats <sign + or -><number><time unit> or ISO 8601 e.g +3d, +2w, now, 2023-01-15T00:00:00Z."
description: Valid formats <sign + or -><number><time unit> or ISO 8601 e.g +3d, +2w, now, 2023-01-15T00:00:00Z.
- name: query
defaultValue: ""
description: 'The query to use, i.e: "alert_short_ids:ALUnyZCYZ9Ga".'
Expand Down Expand Up @@ -595,10 +595,10 @@ script:
arguments:
- name: earliest_time
required: true
description: "Valid formats <sign + or -><number><time unit> or ISO 8601 e.g -3d, -2w, -7d, 2023-01-15T00:00:00Z."
description: Valid formats <sign + or -><number><time unit> or ISO 8601 e.g -3d, -2w, -7d, 2023-01-15T00:00:00Z.
- name: lastest_time
required: true
description: "Valid formats <sign + or -><number><time unit> or ISO 8601 e.g +3d, +2w, now, 2023-01-15T00:00:00Z."
description: Valid formats <sign + or -><number><time unit> or ISO 8601 e.g +3d, +2w, now, 2023-01-15T00:00:00Z.
- name: query
description: 'The query to use, i.e: "alert_short_ids:ALUnyZCYZ9Ga".'
defaultValue: ""
Expand Down Expand Up @@ -1115,15 +1115,15 @@ script:
- name: value
required: true
description: The value of attributes.
description: "Command to add attributes to an asset in Sekoia XDR."
description: Command to add attributes to an asset in Sekoia XDR.
- name: sekoia-xdr-add-keys-asset
arguments:
- name: asset_uuid
required: true
description: 'UUID of the asset to get, the UUID should appear with "sekoia-xdr-list-assets" if that alert have assets related, example: "d4cc3b05-a78d-4f29-b27c-c637d86fa03a".'
- name: name
required: true
description: "The name of the key to be added."
description: The name of the key to be added.
- name: value
required: true
description: The value of the key to be added.
Expand Down Expand Up @@ -1173,7 +1173,7 @@ script:
defaultValue: GET
- name: url_sufix
required: true
description: "The URL suffix after https://api.sekoia.io, i.e. /v1/sic/alerts/ or /v1/asset-management/assets/."
description: The URL suffix after https://api.sekoia.io, i.e. /v1/sic/alerts/ or /v1/asset-management/assets/.
- name: parameters
description: Query parameters, i.e. limit -> 10 , match['status_name'] -> Ongoing.
type: keyValue
Expand Down

0 comments on commit c90f96b

Please sign in to comment.