Hello there! Hope you are doing well. Are there any specific examples or use cases that you are looking for? Depending on what is it that you are trying to accomplish, we could provide some examples yo get you started.
Let me know!
Regards!
Thank you. I am looking more towards API parsers. I am not sure the backend data that is pulled. So, I am trying to get a better understanding of where I get the possible param variables for Meraki and Velocloud devices. I have been using postman to get the results. BuildParameters / GetDeviceProperties/ etc.
I was reading the : https://www.netbraintech.com/docs/ie71/help/creating-an-api-parser.htm
but the examples + the training videos are a bit limited. So an example for :List the Networks in an Organization for Meraki - fthis is example data] I want to pull something like what we see below, but not sure how.
{
"id": "L_123456",
"organizationId": "2930418",
"name": "Long Island Office",
"timeZone": "America/Los_Angeles",
"tags": o
"tag1",
"tag2"
],
"productTypes": 2
"appliance",
"switch",
"wireless"
],
"enrollmentString": "long-island-office"
}
]