github.com/fastly/cli@v1.7.2-0.20240304164155-9d0f1d77c3bf/pkg/commands/aclentry/testdata/batch.json (about) 1 { 2 "entries": [ 3 { 4 "op": "create", 5 "ip": "192.168.0.1", 6 "subnet": 8 7 }, 8 { 9 "op": "update", 10 "id": "6yxNzlOpW1V7JfSwvLGtOc", 11 "ip": "192.168.0.2", 12 "subnet": 16 13 }, 14 { 15 "op": "delete", 16 "id": "6yxNzlOpW1V7JfSwvLGtOc" 17 } 18 ] 19 }