You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
Hey guys, first, thank you for the SimianArmy, especially for Janitor Monkey! ❤️
I've just set it up and it works! It gives me lists of unused resources, which is pretty truthful.
However, the only way I was able to get the information from Janitor is email.
Is there any other way to get information from Janitor? Any CLI or REST API?
Basically I need the same information I'm receiving in email, but in interactive form. 😬
I've tried GET /simianarmy/api/v1/janitor and all I get is:
[
- {
JanitorMonkeyStatus: "OnLikeDonkeyKong"
}
]
I have also tried GET /simianarmy/api/v1/chaos, and it returns [], but this is not related to Janitor Monkey AFAIK, it's about Chaos Monkey, which I do not use now (I'm just cutting costs at this stage).
Thank you!
The text was updated successfully, but these errors were encountered:
Unfortunately there isn't an API to get info out of Janitor. It is
designed to be fairly autonomous.
Your best bet would be to query the datastore (SimpleDB or RDS).
On Wed, Apr 19, 2017 at 7:44 AM, Ivan Ilves ***@***.***> wrote:
Hey guys, first, thank you for the SimianArmy, especially for Janitor
Monkey! ❤️
I've just set it up and it works! It gives me lists of unused resources,
which is pretty truthful.
*However, the only way I was able to get the information from Janitor is
email. Is there any other way to get information from Janitor? Any CLI or
REST API?*
Basically I need the same information I'm receiving in email, but in
interactive form. 😬
I've tried GET /simianarmy/api/v1/janitor and all I get is:
[
- {
JanitorMonkeyStatus: "OnLikeDonkeyKong"
}
]
I have also tried GET /simianarmy/api/v1/chaos, and it returns [], but
this is not related to Janitor Monkey AFAIK, it's about Chaos Monkey, which
I do not use now (I'm just cutting costs at this stage).
Thank you!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#301>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKXxgRpwuIcLMGZW7p6ecGSYMPLxMF39ks5rxh3SgaJpZM4NByYv>
.
Hey guys, first, thank you for the SimianArmy, especially for Janitor Monkey! ❤️
I've just set it up and it works! It gives me lists of unused resources, which is pretty truthful.
However, the only way I was able to get the information from Janitor is email.
Is there any other way to get information from Janitor? Any CLI or REST API?
Basically I need the same information I'm receiving in email, but in interactive form. 😬
I've tried
GET /simianarmy/api/v1/janitor
and all I get is:I have also tried
GET /simianarmy/api/v1/chaos
, and it returns[]
, but this is not related to Janitor Monkey AFAIK, it's about Chaos Monkey, which I do not use now (I'm just cutting costs at this stage).Thank you!
The text was updated successfully, but these errors were encountered: