Example of the GET map function

In the following example, assume that the adapter is used in a GET function:
=PARSE(VALID(GET("MONGO","-HOST 192.168.56.102 -PORT 27017 -USER testuser -PASSWORD ******** -DATABASE testdb -AUTHDATABASE admin -COLLECTION mycollection -QUERY '{""occupation"":""veterinarian""}' -TV m4mongo.mtr -QTY 1 -LSN 0", "{""$inc"":{""salary"":2000}}"), FAIL(LASTERRORMSG())))