XDRDisconnectedEndpoints
The widget returns the number of the disconnected endpoints using xdr-get-endpoints command.
python · Cortex XDR by Palo Alto Networks
Details
| ID | XDRDisconnectedEndpoints |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | widget |
README
The widget returns the number of the disconnected endpoints using xdr-get-endpoints command.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | widget |
| Cortex XSOAR Version | 6.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| from | The start date by which to filter incidents. Date format will be the same as in the incidents query page, for example: “3 days ago”, “2019-01-01T00:00:00 +0200”). |
| to | The end date by which to filter incidents. Date format will be the same as in the incidents query page, for example: “3 days ago”, “2019-01-01T00:00:00 +0200”). |
| limit | The maximum number of incidents to fetch. The default value is 100. |
Outputs
There are no outputs for this script.
commonfields: id: XDRDisconnectedEndpoints version: -1 name: XDRDisconnectedEndpoints script: '' type: python tags: - widget enabled: true args: - name: from description: 'The start date by which to filter incidents. Date format will be the same as in the incidents query page, for example: "3 days ago", "2019-01-01T00:00:00 +0200").' - name: to description: 'The end date by which to filter incidents. Date format will be the same as in the incidents query page, for example: "3 days ago", "2019-01-01T00:00:00 +0200").' - name: limit description: The maximum number of incidents to fetch. The default value is 100. defaultValue: '100' scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole comment: The widget returns the number of the disconnected endpoints using xdr-get-endpoints command. fromversion: 6.0.0 tests: - No tests (auto formatted)