FlaggedQuery
{
"links": [ // HATEOAS LINKS
{
"rel": "self",
"href": "http://vp-dev12/api/public/queryLog/flaggedQueries/32"
},
{
"rel": "system",
"href": "http://vp-dev12/api/public/monitoredSystems/401"
}
],
"flagId": "32", // ID of the FlaggedQuery
"systemId": 401, // ID of the system FlaggedQuery was run on
"username": "admin", // Username
"logDate": "2018-05-01", // Date FlaggedQuery was logged
"queryId": "307181055192338051", // ID of the FlaggedQuery in the TD system
"sqlText": "BEGIN QUERY LOGGING WITH SQL LIMIT SQLTEXT=0 ON SystemFE ;", // FlaggedQuery SQL Stmt
"flagTime": 1525393409772 // timestamp Query was flagged
}
ReturnStatus
{
"message": "Access Denied. Error ID: 15524dfd-6806-4f95-a0b5-e59a64cbb833"
}