ImpSfSetEndpointStatus Deprecated
Deprecated. Call imp-sf-set-endpoint-status directly. No available replacement.
python · Imperva Skyfence
Details
| ID | ImpSfSetEndpointStatus |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python:2.7.18.24398 |
| Tags | Imperva Skyfence |
README
Enables a clients application to enroll an endpoint or revoke its enrollment. This is usually relevant for endpoints with pending status but can be applicable to endpoints with any current status. The endpoint needs to be specified by its ID, which have been received from an endpoint list request, from a new endpoint notification, or from any other implemented manual or automated input.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | Imperva Skyfence |
Dependencies
This script uses the following commands and scripts.
- imp-sf-set-endpoint-status
Inputs
| Argument Name | Description |
|---|---|
| endpointId | The ID of the endpoint. |
| action | Whether to “enroll” or “revoke”. |
Outputs
There are no outputs for this script.
commonfields: id: ImpSfSetEndpointStatus version: -1 name: ImpSfSetEndpointStatus script: '' type: python subtype: python2 tags: - Imperva Skyfence comment: 'Deprecated. Call imp-sf-set-endpoint-status directly. No available replacement.' system: true args: - default: true description: 'The id of the endpoint. ' name: endpointId required: true - description: '"enroll" / "revoke"' name: action required: true scripttarget: 0 timeout: 0s dependson: must: - imp-sf-set-endpoint-status fromversion: 5.0.0 dockerimage: demisto/python:2.7.18.24398 deprecated: true tests: - No tests (auto formatted)