Search hosts using filters
Returns a filtered list of hosts based on specified criteria
post/bus/hosts
Request body
Example request
{
"addressContains": "foo.com"
}Response
List of filtered hosts
Example response
[
{
"netAddress": "foo.bar:1234",
"priceTable": {
"uid": "4d3b2a1c9f8e7d6c5b4a3f2e1d0c9b8a",
"validity": 3600000000000,
"hostblockheight": 92813,
"maxduration": 14400,
"windowsize": 1000,
"registryentriesleft": 5000,
"registryentriestotal": 10000
},
"settings": {
"revisionNumber": 246,
"release": "hostd 1.0.0"
},
"v2Settings": {
"protocolVersion": [
1,
2,
3
],
"release": "hostd 1.0.0"
},
"v2SiamuxAddresses": [
"foo.bar:5678"
]
}
]