https://api.bitsighttech.com/ratings/v1/companies/company_guid/industries/statistics
A company's average performance can be compared with its industry average in the Rating Details page. This returns the industry averages for the Compromised Systems risk category:
- The number of times a risk vector event occurred.
- The average risk vector event duration.
- The period of time risk vector event occurred.
This path can be used in conjunction with the GET: Statistics path [companies/company_guid/observations/statistics?fields=risk_types
] to perform an industry comparison of a specific company.
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/industries/statistics -u api_token:
Example Response
{ "risk_vectors": { "spam_propagation": { "count": 14, "average_duration_days": 2, "count_period": "year" }, […] }
Response Attributes
Field | Description | ||
---|---|---|---|
risk_vectorsObject |
Statistical information of a Compromised Systems risk vector. | ||
Risk Vector Slug Name Object |
A Compromised Systems risk vector and its statistical information. See risk types. | ||
countInteger |
The average number of events for this risk vector. | ||
average_duration_daysDecimal |
The average number of days that issues persist. | ||
count_periodString |
The unit of time measurement. |
Publication Date – February 6, 2020
Feedback
0 comments
Please sign in to leave a comment.