| name | data type | description |
|---|---|---|
| ConnectionMonitoringPermission | array of ConnectionServicePermissionStructure |
Example
{
"ConnectionMonitoringPermission" : [ {
"OperatorPermissions" : {
"AllowAll" : true,
"OperatorPermission" : [ { }, { } ]
},
"LinePermissions" : {
"AllowAll" : true,
"LinePermission" : [ { }, { } ]
},
"ConnectionLinkPermissions" : {
"AllowAll" : true,
"ConnectionLinkPermission" : [ { }, { } ]
},
"Extensions" : {
"any" : { }
},
"AllParticipants" : "...",
"ParticipantRef" : {
"value" : "..."
},
"GeneralCapabilities" : {
"RequestResponse" : true,
"PublishSubscribe" : true
}
}, {
"OperatorPermissions" : {
"AllowAll" : true,
"OperatorPermission" : [ { }, { } ]
},
"LinePermissions" : {
"AllowAll" : true,
"LinePermission" : [ { }, { } ]
},
"ConnectionLinkPermissions" : {
"AllowAll" : true,
"ConnectionLinkPermission" : [ { }, { } ]
},
"Extensions" : {
"any" : { }
},
"AllParticipants" : "...",
"ParticipantRef" : {
"value" : "..."
},
"GeneralCapabilities" : {
"RequestResponse" : true,
"PublishSubscribe" : true
}
} ]
}