/rest/{version}/scanner/
...
denyListAllowList/new
Descriptor | Value |
---|---|
HTTP Method | POST |
Description | Creates a new deny list or read allow list entry for a scanner |
Required Permission | Manage Vulnerability Types |
Version Introduced | 2.78.92 |
Request Header Parameters
Parameter | Value | Required | Description |
---|---|---|---|
Accept | String | Yes | A value of ‘application/json’ must be provided. |
Request POST Data Parameters
Parameter | Value | Required | Description |
---|---|---|---|
channelTypeId | Integer | Yes | The ID of the channel type. |
channelTypeName | String | No* | The name of the channel type (e.g. Checkmarx, Black Duck, etc.).
|
channelVulnerabilityId | Integer | Yes | The ID of the channel vulnerability |
channelVulnerabilityName | String | No* | The name of the channel vulnerability. *Required if channelVulnerabilityId not used. |
Sample Call:
|
Sample Output:
|
...