GET api/esbcall/Metric/count/summary
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EsbCallEntryMetric| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Type": "sample string 1",
"Count": 2
},
{
"Type": "sample string 1",
"Count": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfEsbCallEntryMetric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Budget.SweepingTactics.Models">
<EsbCallEntryMetric>
<Count>2</Count>
<Type>sample string 1</Type>
</EsbCallEntryMetric>
<EsbCallEntryMetric>
<Count>2</Count>
<Type>sample string 1</Type>
</EsbCallEntryMetric>
</ArrayOfEsbCallEntryMetric>