https://api.bitsighttech.com/ratings/v1/findings/wfh/bulk
Upload IP addresses in bulk via CSV file for Work From Home (WFH). Each user can upload up to 10 CSV files.
Parameters
* Required.
Parameter | Values |
---|---|
file * [formData] Provide the location of the CSV file containing a single column of IP addresses for your WFH request. |
[String] File directory path and the file name. Example:
|
filename * [formData] Identify the file. |
[String] Example:
|
Example Request
cURL Example
curl -X POST https://api.bitsighttech.com/ratings/v1/findings/wfh/bulk -u api_token: -F "filename=WFH%20IPs.csv" -F "file=@path/WFH%20IPs.csv"
Example Response
{ "created_time":"2020-08-27T16:55:21.078465Z", "filename":"WFH%20IPs.csv", "guid":"f518aa14-a755-4c96-acb7-ae35e79098a6", "updated_time":"2020-08-27T16:55:21.078505Z", "length":31, "status":"not_started" }
Response Attributes
Field | Description |
---|---|
created_timeString [ YYYY‑MM‑DDTHH:MM:SSZ ] |
The date and time when the CSV of IP addresses for this WFH request was uploaded to the Bitsight platform. |
filenameString |
The name of the uploaded file for this WFH request. |
guidString [ wfh_guid ] |
The unique identifier of this WFH request. |
updated_timeString [ YYYY‑MM‑DDTHH:MM:SSZ ] |
The most recent date and time when this WFH request was last modified (creation or rescan date). |
lengthInteger |
The number of IP addresses in this WFH request. |
statusString |
The processing status of this WFH request. |
August 27, 2020: Published.
Feedback
1 comment
This seems to be a copy of the "POST Submit a Bulk Work From Home Request" and does not include the GET information.
Please sign in to leave a comment.