UNPKG

on-http-y1

Version:
17 lines (16 loc) 611 B
{ "@odata.context" : "<%= basepath %>/$metadata#Systems/Links/Members/<%= identifier %>/Processors/#entity", "@odata.id": "<%= url %>", "@odata.type": "#Procssors.1.0.0.ProcessorsCollection", "Oem" : {}, "Name": "Processors Collection", "Members@odata.count": <%= hardware.data.cpus.length %>, "Members": [ <% hardware.data.cpus.forEach(function(chassis, i, arr) { %> { "@odata.id": "<%= basepath %>/Systems/<%=identifier%>/Processors/<%=i%>" } <%= ( arr.length > 0 && i < arr.length-1 ) ? ',': '' %> <% }); %> ] }