Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support starting and down appliances #37

Open
jesseolsen opened this issue Dec 7, 2016 · 0 comments
Open

Support starting and down appliances #37

jesseolsen opened this issue Dec 7, 2016 · 0 comments

Comments

@jesseolsen
Copy link
Contributor

Support appliances that are in a starting state, or are offline (down).
Currently the bot will not start until a connection is established, and will fail on subsequent calls if the apliance goes down.

Currently, if you send a REST call to an appliance that is starting, you get:

$ curl -k https://16.125.73.152/rest/status/starting
{"errorSource":null,"nestedErrors":[],"errorCode":"ERR_CONTROLLER_STARTING","data":{},"recommendedActions":["Wait for the appliance to complete its startup, then resend the request."],"details":"Requests cannot be serviced while the appliance is starting up.","message":"The appliance is starting."}

This could be detected by the bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants