Hello
we are using one automation 12.3
We have a JWEB in order to connect to the meraki api with a RESTCONNEXION
it works:
the request is :
https://api.meraki.com/api/v1/organizations/YYYYYYYYand the
result of this request is bellow (I have too much information)but as i have many answers, I would like to filter :
for example, bellow, I wave plenty of devices with some information and I would like to get only the list of the devices, for example :
result wanted :AAAAA
BBBBBB
CCCCCC
(and why not AAAAA,BBBBB,CCCCC with one other propriety for each )
the result of the request, I want to improve : [
{
"name": "
AAAAAAA",
"serial": "xxxxx",
"mac": "xxxx",
"publicIp": "xxxx",
"networkId": "xxxxx",
"status": "online",
"lastReportedAt": "xxxx",
"productType": "appliance",
"components": {
"powerSupplies": [
]
},
"model": "VMX-L",
"tags": [
],
"lanIp": "1xxxxx",
"gateway": "xxxxx",
"ipType": "dhcp",
"primaryDns": "1xxxx",
"secondaryDns": null
},
{
"name": "
BBBBBBBBB",
"serial": "xxxx",
"mac": "xxxxx",
"publicIp": "xxxx",
"networkId": "xxxx1",
"status": "online",
"lastReportedAt": "2022-10-04T15:28:02.263000Z",
"productType": "appliance",
"components": {
"powerSupplies": [
]
},
"model": "VMX-L",
"tags": [
],
"lanIp": "xxxx",
"gateway": "xxx",
"ipType": "dhcp",
"primaryDns": "xxx",
"secondaryDns": null
},
{
"name": "CCCCCCCCC","serial": "vvvvv",
"mac": "vvvv",
"publicIp": null,
"networkId": "vvvvv",
"status": "dormant",
"lastReportedAt": null,
"productType": "wireless",
"model": "MR36",
"tags": [
"vvvvv"
],
"lanIp": null
},
can you help
thanks a lot
marc broussard
INEO EQUANS