Hi,
Using the link here Configuring GQI queries for Data Aggregator | DataMiner Docs
I am trying to create a JSON for ‘OpenQuerySession’ as described. I’m using Postman to send the POST request, with the details (connection and query) added to the body as a Json payload.
{
  “connection”: “1afa6ebe……….”,
“query”: {
  “ID”: “Elements”,
  “Version”: 0.29,
  “__type”: “Skyline.DataMiner.Web.Common.v1.DMAGenericInterfaceQuery”,
  “NodeKey”: “3ed8259b………..”}
}
I get a Error: getaddrinfo ENOTFOUND dataminer.company.local response.
Does anyone know where I am going wrong?
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 1st February 2024
							In the URL, you should replace “dataminer.company.local” with the hostname (or IP address) of a server that runs a DataMiner Agent.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 1st February 2024