Forum Discussion
Hi Mukeshkumar20,
Got it.
Understand you mentioned about "users with active Cato connection".
Can we check the timeline and the filters used? ___
Is there an assigned Cato Rep/engineer assisting you on this? ___
Cheers
Hi michaelsaw
Below is the GrphQL we are using to get the data. Please suggest if we are on right path , if need any refinement for complete data please guide with updated Query.
Yes we have a open case with Cato request (#1113817) who has redirected our issue to Cato community .
graphqlQuery = `
query accountSnapshot($accountID: ID!) {
accountSnapshot(accountID: $accountID) {
users {
connectivityStatus
connectedInOffice
name
deviceName
}
timestamp
}
}
`;
- michaelsaw1 month ago
Cato Professional Services
Noted on the snapshot Cato API syntax.
Because it is a snapshot, the users is based on a certain instance of time.
The report would give a duration-based information.
Can we check if a snapshot-based or a duration-based report is required?Cheers
- Mukeshkumar201 month ago
Making Connections
Hi michaelsaw
My simple answer is we required cato manual csv type report via api/automation.
How can we get that please suggest the solution.
- michaelsaw1 month ago
Cato Professional Services
Understood.
Just to clarify on your requirements, do you require a snapshot-based or a duration-based report?Cheers