https://api.bitsighttech.com/ratings/v1/remediations
Track your remediation efforts with Issue Tracking.
Parameters
Parameter | Values |
---|---|
company_guid [Query] Identify the company to track remediation. |
[String]Company unique identifier [entity_guid ]. See GET: Portfolio Details. |
created_time_gte [Query] Filter findings by when they were tracked for remediation starting on and after the specified datetime. |
[String] The datetime [YYYY‑MM‑DDTHH:MM:SSZ ]. |
created_time_lte [Query] Filter findings by when they were tracked for remediation starting on and prior to the specified datetime. |
[String] The datetime [YYYY‑MM‑DDTHH:MM:SSZ ]. |
creator [Query] Filter by the user assigned to the finding. |
[String] User unique identifier [user_guid ]. See GET: Users. |
evidence_key [Query] Filter by the company’s asset (domain or IP address) that’s attributed to the finding. |
[String]
|
risk_vector [Query] Filter by risk vector. |
[String] Comma-separated risk vector slug names. See risk types. |
rolledup_observation_id [Query] Filter by finding. |
[String] Finding identifier. See GET: Finding Details. |
status [Query] Filter by remediation status. |
[String] Remediation status:
|
Example Request
curl https://api.bitsighttech.com/ratings/v1/remediations -u api_token:
Example Response
{ "links":{ "previous":null, "next":null }, "count":1, "results":[ { "company_guid":"1b3d260c-9e23-4e19-b3a5-a0bcf67d74d9", "risk_vector":"open_ports", "evidence_key":"11.111.111.111:23", "rolledup_observation_id":"_aAAa1AA_a1aAA1A1aaAAa==", "status":{ "public":false, "value":"Open" }, "comment":{ "public":false, "value":null }, "assignments":[ { "guid":"11111111-aaaa-1111-aaaa-111111111111", "friendly_name":"Arnold Brown", "formal_name":"Arnold Brown", "email":"arnold@actorsfilms.us", "phone_number":" ", "is_active":true, "last_login_date":"2020-08-18T19:29:46.955518Z", "joined_date":"2020-02-02T20:20:20Z", "status":"Activated" } ], "created_time":"2020-08-18T18:28:28.986465Z", "creator":{ "guid":"11111111-aaaa-1111-aaaa-111111111111", "friendly_name":"Arnold Brown", "formal_name":"Arnold Brown", "email":"arnold@actorsfilms.us", "phone_number":" ", "is_active":true, "last_login_date":"2020-08-18T19:29:46.955518Z", "joined_date":"2020-02-02T20:20:20Z", "status":"Activated" } } ] }
Response Attributes
Field | Description | ||
---|---|---|---|
linksObject |
Navigation for multiple pages of results. See pagination. | ||
previousString |
The URL to navigate to the previous page of results. | ||
nextString |
The URL to navigate to the next page of results. | ||
countInteger |
The number of tracked findings for remediation. | ||
resultsArray |
Tracked findings for remediation. | ||
company_guidString [ entity_guid ] |
The queried company. | ||
risk_vectorString |
The slug name of the risk vector associated with this finding. | ||
evidence_keyString |
The company’s asset (domain or IP address) that’s attributed to the finding. | ||
rolledup_observation_idString |
A stable and randomized identifier for findings. It is assigned to a finding when one or more observations with largely similar key properties occur in close succession. | ||
statusObject |
Remediation status details. | ||
publicBoolean |
This value is always false . |
||
valueString |
The current remediation status of this finding. | ||
commentObject |
Finding comment details. | ||
publicBoolean |
true = Comments on this finding are public. |
||
valueString |
For internal Bitsight use. This value is always null . |
||
assignmentsArray |
User details of those who are assigned to remediate this finding. | ||
guidString [ user_guid ] |
The assigned user’s unique identifier. | ||
friendly_nameString |
The assigned user’s full name. | ||
formal_nameString |
The assigned user’s full name. | ||
|
The assigned user’s email address. | ||
phone_numberString |
The assigned user’s phone number. | ||
is_activeBoolean |
true = The assigned user has access to the Bitsight platform. |
||
last_login_dateString [ YYYY‑MM‑DDTHH:MM:SSZ ] |
The datetime when the user last logged in to the Bitsight platform. | ||
joined_dateString [ YYYY‑MM‑DDTHH:MM:SSZ ] |
The datetime when the assigned user’s account was created in the Bitsight platform. | ||
statusString |
The status of the user’s account. | ||
created_timeString [ YYYY‑MM‑DDTHH:MM:SSZ ] |
The datetime when remediation tracking began for this finding. | ||
creatorObject |
User details of who started tracking the remediation of this finding. | ||
guidString [ user_guid ] |
The remediation creator’s unique identifier. | ||
friendly_nameString |
The remediation creator’s full name. | ||
formal_nameString |
The remediation creator’s full name. | ||
|
The remediation creator’s email address. | ||
phone_numberString |
The remediation creator’s phone number. | ||
is_activeBoolean |
true = The remediation creator has access to the Bitsight platform. |
||
last_login_dateString [ YYYY‑MM‑DDTHH:MM:SSZ ] |
The datetime when the remediation creator last logged in to the Bitsight platform. | ||
joined_dateString [ YYYY‑MM‑DDTHH:MM:SSZ ] |
The datetime when the remediation creator’s account was created in the Bitsight platform. | ||
statusString |
The status of the remediation creator’s account. |
- August 20, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.