krystal/go-katapult

View on GitHub
core/fixtures/load_balancers_list.json

Summary

Maintainability
Test Coverage
{
  "pagination": {
    "current_page": 1,
    "total_pages": 1,
    "total": 3,
    "per_page": 30,
    "large_set": false
  },
  "load_balancers": [
    {
      "id": "lb_7vClpn0rlUegGPDS",
      "name": "web",
      "resource_type": "tags"
    },
    {
      "id": "lb_sESSo8rKfcL79D3y",
      "name": "db",
      "resource_type": "virtual_machines"
    },
    {
      "id": "lb_WSjTHQDJ6jOjzXVy",
      "name": "assets",
      "resource_type": "virtual_machine_groups"
    }
  ]
}