SevOne

 View Only

 GraphQL on DataInsight

  • Technical Query
Daniel Fisher's profile image
Daniel Fisher posted Wed April 23, 2025 04:09 PM

Hello, I'm semi-new to GraphQL and can make my way around SevOne.

I'm attempting to pull some metrics/data back from DataInsight GraphQL.

My limited access to the server prevents me from being able to look at the retinaserver for schema assistance.

Does anyone have GraphQL experience that could send me a query that can help me pull metrics back for a specific device?

Maybe List of monitored interfaces on below device, or throughput on an interface for the below device?

any assistance would be helpful!

I'm at least able to get a query going to list a single device being monitored.

Query {

    SevOneQueries:devices(filter{name: "testserver.local"}) {

            id

            name

            description

            ipAddress

            peerId

            dateAdded

        }

    }

many thanks! -Dan