@emoscardini sure here they are, yeah sorry i was just getting the json from the web console…
"data": [
{
"_links": {
"self": {
"href": "./configs/7jFCIuWEQwGRJCa1u5Van3"
}
},
"createdAt": "2022-11-28T07:10:18.062Z",
"id": "7jFCIuWEQwGRJCa1u5Van3",
"tags": {},
"updatedAt": "2022-11-29T07:34:57.877Z",
"configType": {
"_links": {
"self": {
"href": "./config-types/NH5p4FpGR"
}
},
"entity": "config-types",
"id": "NH5p4FpGR",
"name": "host.v1"
},
"configTypeId": "NH5p4FpGR",
"data": {
"allowedAddresses": [
"*.XXX.local"
],
"allowedPortRanges": [
{
"high": 65535,
"low": 1
}
],
"allowedProtocols": [
"tcp",
"udp"
],
"forwardAddress": true,
"forwardPort": true,
"forwardProtocol": true
},
"name": "xxx.local.ad.server"
}
],
"meta": {
"filterableFields": [
"tags",
"isSystem",
"name",
"type",
"id",
"createdAt",
"updatedAt"
],
"pagination": {
"limit": 10,
"offset": 0,
"totalCount": 1
}
}
}
intercept
{
"data": [
{
"_links": {
"self": {
"href": "./configs/7AdSebZxOAWjeS0nftfOST"
}
},
"createdAt": "2022-11-28T07:06:42.838Z",
"id": "7AdSebZxOAWjeS0nftfOST",
"tags": {},
"updatedAt": "2022-11-29T07:34:42.158Z",
"configType": {
"_links": {
"self": {
"href": "./config-types/g7cIWbcGg"
}
},
"entity": "config-types",
"id": "g7cIWbcGg",
"name": "intercept.v1"
},
"configTypeId": "g7cIWbcGg",
"data": {
"addresses": [
"*.XXX.local"
],
"dialOptions": {
"identity": ""
},
"portRanges": [
{
"high": 65535,
"low": 1
}
],
"protocols": [
"tcp",
"udp"
],
"sourceIp": ""
},
"name": "xxx.local.ad.client"
}
],
"meta": {
"filterableFields": [
"name",
"type",
"id",
"createdAt",
"updatedAt",
"tags",
"isSystem"
],
"pagination": {
"limit": 10,
"offset": 0,
"totalCount": 1
}
}
}