ResetCounters
Resets the values of the specified logging and monitoring counters to zero.
Request schema
<xsd:complexType name="ResetCounters">
<xsd:sequence>
<xsd:element name="CounterIDList" type="typens:ArrayOfLong"/>
</xsd:sequence>
</xsd:complexType>
Request elements
CounterIDList
The list of counters to reset.
Response schema
<xsd:element name="ResetCountersResponse"/>