ImpSfListEndpoints
The endpoints list request enables a client application to receive a list of all managed and unmanaged endpoints, with their basic details. This list can then be externally filtered or searched by the application to identify individual endpoints that might require action. For any such endpoint, the application can obtain fuller details (see Endpoint Details Request below) and if relevant change its enrollment status.
python · Imperva Skyfence
Details
| ID | ImpSfListEndpoints |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Tags | Imperva Skyfence |
README
Enables a clients application to receive a list of all managed and unmanaged endpoints, with their basic details. This list can then be externally filtered or searched by the application to identify individual endpoints that might require action. For any such endpoint, the application can obtain fuller details (see Endpoint Details Request below) and if relevant change its enrollment status.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | Imperva Skyfence |
Dependencies
This script uses the following commands and scripts.
- imp-sf-list-endpoints
Inputs
There are no inputs for this script.
Outputs
There are no outputs for this script.
commonfields: id: ImpSfListEndpoints version: -1 name: ImpSfListEndpoints script: '' type: python subtype: python2 tags: - Imperva Skyfence comment: The endpoints list request enables a client application to receive a list of all managed and unmanaged endpoints, with their basic details. This list can then be externally filtered or searched by the application to identify individual endpoints that might require action. For any such endpoint, the application can obtain fuller details (see Endpoint Details Request below) and if relevant change its enrollment status. system: true args: [] scripttarget: 0 timeout: 0s dependson: must: - imp-sf-list-endpoints fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10116658 tests: - No tests (auto formatted)