New endpoint to list the resources attached to a Network
We added a new endpoint to the API: GET /v1/networks/$ID/members The new endpoint lists the resources attached to a Network, so you no longer have to collect them from the individual Server and Load Balancer resources. Each entry in the members response field contains the following properties: Property Description type The type of the attached resource, either server or load_balancer. id The ID of…