Skip to content

Commit 813cf77

Browse files
authored
Merge pull request #39 from ruperthair/patch-1
Adding to help for 'adql query' command
2 parents 401363b + 4ba34ac commit 813cf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

act.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ doc adql << EOF
9393
These commands allow you to run ADQL queries agains the controller (not the event service!)
9494
EOF
9595
adql_query() { apiCall -X POST -d '{"requests":[{"query":"{{q:query}}","label":"DataQuery","customResponseRequest":true,"responseConverter":"UIGRID","responseType":"ORDERED","start":"{{s:start}}","end":"{{e:end}}","chunk":false,"mode":"page","scrollId":"","size":"50000","offset":"0","limit":"1000000"}],"start":"","end":"","chunk":false,"mode":"none","scrollId":"","size":"","offset":"","limit":"1000000","chunkDelayMillis":"","chunkBreakDelayMillis":"","chunkBreakBytes":"","others":"false","emptyOnError":"false","token":"","dashboardId":0,"warRoomToken":"","warRoom":false}' '/controller/restui/analytics/adql/query' "$@" ; }
96-
rde adql_query "Run an ADQL query" "" ""
96+
rde adql_query "Run an ADQL query:" "Provide an adql query (-q), a start time (-s) and an end time (-e) as parameters. Remember to escape double quotes in the query." "-q 'SELECT eventTimestamp FROM transactions LIMIT 1' -s 2022-06-05T00:00:00.000Z -e 2022-06-16T06:00:00.000Z"
9797
doc agents << EOF
9898
List, Reset, Disable AppDynamics Agents
9999
EOF

0 commit comments

Comments
 (0)