krystal/go-katapult

View on GitHub
core/fixtures/security_groups_list.json

Summary

Maintainability
Test Coverage
{
  "pagination": {
    "current_page": 1,
    "total_pages": 1,
    "total": 3,
    "per_page": 30,
    "large_set": false
  },
  "security_groups": [
    {
      "id": "sg_3uXbmANw4sQiF1J3",
      "name": "group-1",
      "allow_all_inbound": false,
      "allow_all_outbound": false,
      "associations": []
    },
    {
      "id": "sg_NFP2Ns2frZJV8gD1",
      "name": "group-2",
      "allow_all_inbound": false,
      "allow_all_outbound": false,
      "associations": []
    },
    {
      "id": "sg_FcIOv1SCf8366ZxJ",
      "name": "group-3",
      "allow_all_inbound": false,
      "allow_all_outbound": false,
      "associations": []
    }
  ]
}