Jump to content

How to retreive GV's using BWAGENT REST API


Sairam Kanneganti

Recommended Posts

Hi Team,

I am seeing an empty response when I am trying to retrieve one GV's from the running application profile using bwagent REST API-

help me in correcting the syntax , thank you.

http://localhost:8XXX/bw/v1/domains/<DomainName>/appspaces/<AppspaceName>/applications/<ApplicationName>/<ApplicationVersion>?fields=fields=profile.globalVariables.<VariableName>

Link to comment
Share on other sites

  • 4 weeks later...

You can get the running Module Properties using the lap command from the OSGI interface accessible through HTTP. You can try with this URL http://localhost:8090/bw/framework.json/osgi?command=lap where localhost:8090 is the internal HTTP port exposed by the AppNode you want to reach.

You can take a look here for other OSGI commands accesible: https://docs.tibco.com/pub/activematrix_businessworks/6.10.0/doc/html/administration/osgi-commands.htm

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...