-
Notifications
You must be signed in to change notification settings - Fork 120
CloudWatch Metrics API #160
Comments
domain-end-point/api/metrics } And for the headers, I have included authorization, because this is the only way to put a CloudWatch metrics, but the authorization changes each time, would it be possible to do this without any authorization header. |
I'm not really sure I understand your question correctly, but the link below is the codes to list metrics and fetch the metric data. Or do you want to create a new Metric using LambStatus API? Unfortunately the API for this is not supported. |
Yeah I am trying to post cloudwatch metrics using an API, however there is no documentation on how to post these graphs using APIs. I am trying to get/post/delete cloudwatch metrics, without using the admin page. I realized I am using the same exact CloudWatch metrics, so I wanted automatize it using a script. Update: It does work, I am not sure if this is the easiest way though.
|
Currently each (cloudwatch) metric needs to be added manually in the admin menu... |
I was wondering how you are implementing the cloudwatch metrics to LambStatus, I could not find API information on it on the documentation.
I am trying to write a request so it creates, the same set of cloudwatch graphs for different stacks I currently have. It takes too much time to manually do it for each and new ones.
The text was updated successfully, but these errors were encountered: