https://api.bitsighttech.com/ratings/v1/findings/wfh/bulk/wfh_guid/rescan
Rescan IP addresses from a previously uploaded CSV file for Work From Home (WFH). A rescan updates the WFH findings within a WFH request with the most recent data. You can only rescan WFH requests that you’ve submitted.
Parameters
* Required.
Parameter | Values |
---|---|
bulk_request_guid * [Path] Identify the WFH request to rescan. |
[String] The unique identifier of a WFH request [wfh_guid ]. See GET: Bulk Work From Home Requests. |
Example Request
cURL:
curl -X POST https://api.bitsighttech.com/ratings/v1/findings/wfh/bulk/wfh_guid/rescan -u api_token: --header "Content-Type:application/json"
Example Response
{ "created_time":"2020-08-05T15:57:58.075340Z", "filename":"WFH%20IPs.csv", "guid":"f518aa14-a755-4c96-acb7-ae35e79098a6", "updated_time":"2020-08-26T20:04:10.264216Z", "length":31, "status":"completed" }
Response Attributes
Field | Description |
---|---|
created_time String [ |
The datetime when the CSV of IP addresses for the WFH request was uploaded to the Bitsight platform. |
filename String |
The name of the CSV file that was uploaded for the bulk WFH request. |
guid String [ |
The unique identifier of the WFH request. |
updated_time String [ |
The most recent datetime when the WFH request was last modified (creation or rescan date). |
length Integer |
The number of IP addresses in the WFH request. |
status String |
The processing status of this WFH request. |
- August 27, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.