REST API Method: POST /rest/ribbonprotectbadactors/{identifier}

Modifies a Ribbon Protect Bad Actors entry.

URL:

https://192.168.0.111/rest/ribbonprotectbadactors/{identifier}

HTTP Method

POST

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
ActorTypeYesNoEnum0Possible values:
  • 0 - CALLINGNUMBER
  • 1 - CALLEDNUMBER
  • 2 - IPV4ADDRESS
  • 3 - IPV6ADDRESS
Specifies the action taken by this rule if there is a match.
ActorDataYesNostringnone64 - Max Length Specifies the data for the actor.
PrecedenceYesNointPossible values:
  • 0 - Minimum
  • 1000 - Maximum
Specifies the precedence of the rule. It is applicable only for actors which are of source ip address type The precedence range applicable for the source ip address type is 1-1000.

Helpful Tip

The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource

  • No labels