Results 5 comments of Blaine Schanfeldt

Here's the functioning change I've come up with thus far. ``` type GraphDefinition struct { ... RequestsRawMessage json.RawMessage `json:"requests,omitempty"` Requests []GraphDefinitionRequest `json:"-"` ScatterplotRequests struct { Y struct { Q string...

@bkabrda please double check me, but when I used `/api/v1/dashboard` the result was not equivalent. I'll see if I can get specific details on that again.

Am I missing something `/api/v1/dashboard` isn't supported yet by this lib? I added my own functionality in a fork.

- Would you want to set the MAC address in the task definition? _Yes that is my specific use case, as there's only one of these kind of tasks/container per...