How can we use OpenShift in Ready API?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can we use OpenShift in Ready API?
There is a scenario where I need to login to particular server of Open Shift using code and fetch the logs (SOAP response) from there. Can we do it using Java or Groovy? Any code help will suffice.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No problem, hope you get it sorted out. I'd like to hear how you accomplish this, when you do! 🙂
---
Click the Accept as Solution button if my answer has helped, and remember to give kudos where appropriate too!
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I used selenium to fetch the logs. The logs used to come row wise with the row numbers and I wanted the latest logs once I hit the service. So, What I did was, I counted the total number of rows inside logs then took the last 3 rows values (using for loop) which used to contain the latest logs value. Further, I used XmlSlurper() - getNodeValues() method to fetch the particular node and stored to excel for data validation.
But Still, I am looking for any other approach to get this. may be by using any OpenShift jar. Once, I get this. I will let you know.

- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »