CreateFindingRoutingRule
Finding Routing Rules
Create Finding Routing Rule
Create a new finding routing rule that defines which policy to use for auto-routing matching findings.
POST
CreateFindingRoutingRule
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Body
application/json
The CreateFindingRoutingRuleRequest message.
The FindingRoutingRule message.
Response
200 - application/json
Successful response
The CreateFindingRoutingRuleResponse message.
The FindingRoutingRule message.