#WebAPI #Monitoring: We are on 7.11 cloud. We have developed WebAPIs and want to

#WebAPI #Monitoring: We are on 7.11 cloud. We have developed WebAPIs and want to monitor them, by updating a database table. Thought of using executestoredprocedure fn from within WebAPI but the function does not support writes, it supports only reads ! Thought of using writer functions (bind() within load()) but it isn't working. Looks like, it works only from a saveInto or SAIL UI. Any ideas or thoughts on how can we update/write to a database table from within WebAPI expression in 7.11 ? Or should I consider that since WebAPIs in 7.11 support only GET method, therefore it is not possible to write/update database table ?

OriginalPostID-196045

OriginalPostID-196045

  Discussion posts and replies are publicly visible