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
I'm working on a tool that automatically checks certain things for components I added to Cachet (Right now, I'm only pinging and getting response codes).
I currently have a file that simply stores the settings for each component in an array. In this I store the url, check type, expected response code, timeout, and some other details needed for tests. I tried moving this to tags, but that didn't work because you can't have a custom tag slug (as far as I know).
I would like to be able to add custom data to a component. I imagine this being similar to tags, but instead of the tag slug being automatically generated, it is manually entered by me. That way I can store some data used by my automatic checking tool.
In the API response for GET /components/:id, I could imagine a response like
Hi!
I'm working on a tool that automatically checks certain things for components I added to Cachet (Right now, I'm only pinging and getting response codes).
I currently have a file that simply stores the settings for each component in an array. In this I store the url, check type, expected response code, timeout, and some other details needed for tests. I tried moving this to tags, but that didn't work because you can't have a custom tag slug (as far as I know).
I would like to be able to add custom data to a component. I imagine this being similar to tags, but instead of the tag slug being automatically generated, it is manually entered by me. That way I can store some data used by my automatic checking tool.
In the API response for GET /components/:id, I could imagine a response like
The text was updated successfully, but these errors were encountered: