Hendrik Siegeln Posted November 12, 2019 Posted November 12, 2019 Hello, currently I am using this REST API of the BWAGENT to retrieve information about application instances:GET/domains/{domain}/appspaces/{appspace}/applications/{name}/{version} However, this call returns the entire application, including its process definitions. In my case this can result in 10+ MB network traffic; Is there a better API to use, which will not return the actual process definitions BTW,GET/browse/appsshows the same behavior. Thank you, Hendrik
Hendrik Siegeln Posted November 13, 2019 Author Posted November 13, 2019 Hello, for future reference: I found the answer here: https://community.tibco.com/questions/tibco-bw-642-bwagent-rest-api, which redirects to here: https://github.com/TIBCOSoftware/bw-samples/blob/master/Open%20API/BW6%2...'s/CommandFuntions.sh tl;dr; append the list of fields to return to the URL like this: http://.../fields=state Regards, Hendrik
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now