Imran Patan 2 Posted October 11, 2018 Share Posted October 11, 2018 As per documentation, we can exceute commands remotely from BWADMIN utility connecting to remote BWAGENT. I could not find any configuration or steps in the Tibco documentation to do this. Please share any steps if some one tried this succesfully. Link to comment Share on other sites More sharing options...
Mohamed Shahat 2 Posted February 15, 2019 Share Posted February 15, 2019 hi Imran, are you trying to do that for automation purposes if yes, the recommendation is to use the bwagent REST apiwhich provides a similar but richer functionality. Cheers Link to comment Share on other sites More sharing options...
Imran Patan 2 Posted February 21, 2019 Author Share Posted February 21, 2019 Hi Shahat, Thanks for your inputs.yes we are trying to use it for automation as TEA GUI is becomes very slow at times. I have tried bw api by running bwagent apiserver and tried accessing it via URL. but the only few HTTP methods are working like GET /agents/info , but other methods related to node is not working like get /domains/{domain}/appspaces/{appspace}/appnodes/{name}/info The error I get is {"message":"TIBCO-BW-ADMIN-500300: The AppNode [testAppNode] does not exist in AppSpace [testAppSpace] and Domain [TEST].","code":null} while TEA is clearly show the configured nodes in that domain Is there any configurations required apart from starting the API server Regards, Imran Link to comment Share on other sites More sharing options...
Imran Patan 2 Posted April 1, 2019 Author Share Posted April 1, 2019 Unable to uploading the archive file using the BWAGENT REST API for uploading an archive http://localhost:8079/bw/v1/domains/testDomain/archivesreplace=false. Its a POST request with ear file content to sent on HTTP POST. I am getting HTTP error HTTP ERROR 415. Some issue with HTTP headers Regards, Imran. Link to comment Share on other sites More sharing options...
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