Get SSMS Risk
Using this API, will return the list of SSMS risk details.
Resource Informations
Name | Value |
---|---|
Requires authentication? | Yes |
Rate limited? | No |
Request
Request headers
Key | Value |
---|---|
Authorization | Bearer token |
Content-Type | application/json |
HTTP request URL for SSMS
GET https://{tenantId}.{hostname}/digitanium/v4/riskbits/ssms
HTTP request URL for SHIFT
GET https://{hostname}/auth/realms/{tenantId}/kobilssmsrisks/resources-auth
note
At this moment, this API is applicable only for SSMS based installations.
note
API requests must be made over https. Calls made over plain http will fail.
Parameters
No Parameter fields are required
Request body
No request body fields are required
Response
Field Name | Type | Description |
---|---|---|
id | String | Id of the risk |
riskName | String | Name of the risk |
riskDescription | String | Description of the risk |
Sample Response
[
{
"id": "ae2ebc80-7078-4f0f-9afb-3df5542a007d",
"riskName": "CodeInjection",
"riskDescription": "CodeInjection"
},
{
"id": "9afb-3df5542a-007dae2ebc80-7078",
"riskName": "JBreak",
"riskDescription": "JBreak"
}
]
Response Status Information
Status Code | Status | Message |
---|---|---|
201 | Created | Successfully created. |
204 | No Content | No Content. |
401 | Unauthorized | HTTP 401 Unauthorized. |