{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-2/76fd4bb9d069fd2530d7a02f0b3a4ca00eccfd35/f117fa98-ad23-3ca8-adf8-21349b86b3ff","info":{"title":"Crosswork Performance APIs","description":"Performance APIs allow the user to perform CRUD operations on performance service","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"7.2.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/EMF/performance-api-overview.md"}},"openapi":"3.1.0","servers":[{"url":"https://{{server}}:30603/crosswork/performance","description":"Generated server url"}]},"spec":{"type":"object","description":"The collection of top N summary results.","example":[{"groupname":"dg-1","groupuuid":"819ffc9c-883e-4eee-90bc-86c9613d4637","total":2.86,"display":{"value":2.86,"unit":"GPACKETS"}},{"groupname":"dg-2","groupuuid":"5b015803-3356-43cc-a7e3-846703587536","total":0,"display":{"value":0,"unit":"PACKETS"}}],"properties":{"groupname":{"type":"string","description":"The device group's name.","example":"dg-1"},"groupuuid":{"type":"string","description":"The device group's UUID.","example":"3596a5f4-cca3-46c7-b1a3-ab69a3b0ee61"},"total":{"type":"number","description":"The total number of elements under the device group from the given metric.","example":2.86},"display":{"description":"The display label on the summary dashboard.","example":{"value":2.86,"unit":"GPACKETS"},"type":"object","properties":{"value":{"type":"number","description":"The value of the metric.","example":3.75},"unit":{"type":"string","description":"The unit of the metric.","enum":["NUMBER","KNUMBER","MNUMBER","GNUMBER","PACKETS","KPACKETS","MPACKETS","GPACKETS","TPACKETS","PPACKETS","PACKETS_PER_SECOND","KPACKETS_PER_SECOND","MPACKETS_PER_SECOND","GPACKETS_PER_SECOND","BYTES","KBYTES","MBYTES","GBYTES","TBYTES","PBYTES","BYTES_PER_SECOND","KBYTES_PER_SECOND","MBYTES_PER_SECOND","GBYTES_PER_SECOND","TBYTES_PER_SECOND","BITS","KBITS","MBITS","GBITS","TBITS","PBITS","BITS_PER_SECOND","KBITS_PER_SECOND","MBITS_PER_SECOND","GBITS_PER_SECOND","WATTS","KWATTS","MWATTS","KWATTS_PER_DAY","MWATTS_PER_DAY","MILLIAMP","AMP","PERCENTAGE","CELSIUS","VOLT","DBM","DB","DBQ","MICROSECONDS","MILLISECONDS","SECONDS"],"example":"BITS_PER_SECOND"}},"$$ref":"#/components/schemas/DisplayDTO"}},"$$ref":"#/components/schemas/TopNSummaryRow","title":"TopNSummaryRow"}}