Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: As per http://docs.redhat.com/docs/en-US/OpenShift/2.0/html/REST_API_Guide/index.html, we don't have REST APIs for App status, and App Cartridge status. This came up as a result of a comment on the forums/KB: https://openshift.redhat.com/community/kb/kb-e1055-how-to-restart-an-application
Hi, Nam We could check status like this: curl -k -H "Accept: application/json" --user "xtian+test1:****" https://stg.openshift.redhat.com/broker/rest/domains/domstage1/applications/phpapp1/gear_groups , there's a state value in the gears, not sure if this is what you or user wants { "data": [ { "cartridges": [ { "name": "php-5.3" } ], "gear_profile": "small", "gears": [ { "id": "b1b25db0965645168d88588862d66deb", "state": "started" } ], "name": "@@app/cart-php-5.3" } ], "messages": [], "status": "ok", "supported_api_versions": [ 1.0, 1.1 ], "type": "gear_groups", "version": "1.1" }
added user story https://rally1.rallydev.com/#/4670514611d/detail/userstory/7530370529
(In reply to comment #2) > added user story > > https://rally1.rallydev.com/#/4670514611d/detail/userstory/7530370529 Let's close this bug as upstream to let the user story to track it
How is this related to https://issues.jboss.org/browse/JBIDE-11881 (which the curl above is referring to)?
Sorry, wrong pasted issue: How is this related to https://bugzilla.redhat.com/show_bug.cgi?id=805989 (which the curl above is referring to)?