Settings API - Multi-protocol monitor config schema table
Multi-protocol monitor config (builtin:synthetic.multiprotocol.config
)
Multi-protocol monitor
Schema ID | Schema groups | Scope |
---|---|---|
builtin:synthetic.multiprotocol.config |
| MULTIPROTOCOL_MONITOR - Multi-protocol monitor |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
active | Enabled | boolean | - | required |
properties | - | set | - | required |
steps | - | list | - | required |
Request body objects
The RequestConfiguration
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
constraints | List of request constraints | set | - | required |
properties | - | set | - | required |
patternMatcher | Pattern matcher | text | - | optional |
The Constraint
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
type | Constraint type | text | - | required |
value | Constraint value | text | - | required |
The Property
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
key | Property key | text | - | required |
value | Property value | text | - | required |
The Step
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
targetFilter | Hosts filter | text | - | optional |
requestType | Request type | enum | - | required |
preScript | Pre-execution script | text | - | optional |
postScript | Post-execution script | text | - | optional |
targetList | List of hosts | set | - | required |
properties | - | set | - | required |
constraints | List of step constraints | set | - | required |
requestConfigurations | List of request configurations | set | - | required |