presslabs / zinc

Route 53 zone manager.
https://www.presslabs.com/code/zinc/
Other
42 stars 2 forks source link

API endpoint for policies don't expose the state for a policy member #219

Closed calind closed 7 years ago

calind commented 7 years ago

The api for policies don't expose the state for a policy member:

 {
    "id": "2ea01bfc-1b64-40b8-b040-101525c06db1",
    "name": "geo01",
    "members": [
        {
            "id": "87d04c0a-3dbe-49de-948e-ad4ef87cd296",
            "region": "ap-southeast-1",
            "ip": "209.58.183.150",
            "weight": 10
        }
    ]
}

We should expose the ip_enabled and enabled for members.

calind commented 7 years ago

Closed by e0c3a809e93cb21dcb3e1ce1db5848e24604fd56