Property
msrpc
| Property Name |
Type |
Description |
Required |
| actual_count |
integer
|
|
Yes
|
| max_count |
integer
|
|
|
| num_towers |
integer
|
|
|
| towers |
object<string, MsrpcTower>
|
|
Yes
|
MsrpcTower
| Property Name |
Type |
Description |
Required |
| annotation |
string
|
|
|
| bindings |
array of object
|
|
Yes
|
| version |
string
|
|
|
{
"actual_count": 500,
"entries": [
{
"annotation_length": 1,
"annotation_offset": 0,
"object": "765294ba-60bc-48b8-92e9-89fd77769d91",
"referent_id": 1,
"tower": {
"ip_address": "14.21.29.21",
"length": 75,
"num_floors": 5,
"tcp_port": 6005,
"uuid": "d95afe70-a6d5-4259-822e-2c84da1ddb0d"
}
},
{
"annotation_length": 1,
"annotation_offset": 0,
"object": "765294ba-60bc-48b8-92e9-89fd77769d91",
"referent_id": 2,
"tower": {
"length": 80,
"ncalrpc": "WindowsShutdown\u0000",
"num_floors": 4,
"uuid": "d95afe70-a6d5-4259-822e-2c84da1ddb0d"
}
}
],
"max_count": 500,
"num_entries": 500,
"offset": 0
}