{ "@odata.type": "#ManagerCollection.ManagerCollection", "Name": "Manager Collection", "Members@odata.count": {{ manager_count }}, "Members": [ {% for manager in managers %} { "@odata.id": {{ "/redfish/v1/Managers/%s"|format(manager)|tojson }} }{% if not loop.last %},{% endif %} {% endfor %} ], "Oem": {}, "@odata.context": "/redfish/v1/$metadata#ManagerCollection.ManagerCollection", "@odata.id": "/redfish/v1/Managers", "@Redfish.Copyright": "Copyright 2014-2017 Distributed Management Task Force, Inc. (DMTF). For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright." }