https://api.bitsighttech.com/ratings/v1/tiers/summary
Get a summary of your tiers, including action plan and risk threshold information.
Parameters
Parameter | Values |
---|---|
folder [Query] Filter by folder. |
[String] Folder unique identifier [folder_guid ]. See GET: Folder Details. |
Example Request
curl 'https://api.bitsighttech.com/ratings/v1/tiers/summary' -u api_token:
Example Response
[ { "guid":"86b6ffa2-ca5a-4585-9fbf-b22f9be8e99b", "name":"Tier 1", "count":84, "categories":[ { "count":54, "vendor_action_plan":"monitor", "name":"monitor", "rating":{ "lt":700, "gte":null } }, […] } ] } […] ]
Response Attributes
Field | Description | ||
---|---|---|---|
guidString [ tier_guid ] |
The unique identifier of this tier. | ||
nameString |
The name of this tier. | ||
countInteger |
The number of companies in this tier. | ||
categoriesArray |
The distribution of companies in a particular action plan phase. | ||
countInteger |
The number of companies in this action plan phase. | ||
vendor_action_planString |
The slug name of this action plan phase. | ||
nameString |
The name of this action plan phase. | ||
ratingObject |
The risk thresholds set for companies in this rating category. | ||
ltInteger |
This risk threshold is set to include any company with less than this security rating value. | ||
gteInteger |
This risk threshold is set to include any company with greater than or equal to this security rating value. |
- November 18, 2020: Updated field descriptions to reflect the New TPRM Experience.
- May 27, 2020: Published.
Feedback
0 comments
Please sign in to leave a comment.