REST API Method: POST /rest/spmconditionrule/{identifier}
Page Tree |
---|
root | Resource - spmconditionrule |
---|
|
Modifies a Protocol Repair Condition Rule given a specific Table ID.
URL:
https://134.56.227.163/rest/spmconditionrule/{identifier}
HTTP Method
POST
Requires Authentication:
true
Parameters
Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|
Description | No | No | string | none | 64 - Max Length | Description of Condition Rule |
---|
Operand1 | Yes | No | string | none | 128 - Max Length | The first operand for the logical condition expressed by this rule, which must be a parameter tree token identifier. Ex: from.sipuri.userinfo.user or contact.sipuri.host |
---|
Operand2Type | Yes | No | Enum | 0 | Possible values: - 0 - eValue_Literal
- 1 - eValue_Token
- 2 - eValue_Regex
| Specifies the value type associated with Operand2. If the ConditionMatchType is a regex then this value type must be eValue_Regex, otherwise it may be either eValue_Literal or eValue_Token. |
---|
Operand2 | Yes | No | string | none | 1024 - Max Length | Value of the Parameter to match. This will hold the literal if the Operand2Type is a literal, or a token if the Operand2Type is a token, or a regex string if the Operand2Type is regex. |
---|
ConditionMatchType | Yes | No | Enum | 1 | Possible values: - 0 - eMatchType_Regex
- 1 - eMatchType_Equals
- 2 - eMatchType_NotEquals
- 3 - eMatchType_Contains
- 4 - eMatchType_DoesNotContain
| Specifies the match type for this condition. For now, only Regex and Equals match type is supported. If the match type is Regex, then the Operand2 has to be a regex string. Equals is applicable to only Literal or Token operands. |
---|
Tip |
---|
|
The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource |
Code Block |
---|
|
Put code example here |
Response:
Code Block |
---|
|
Put Code response here |