3.1.4.168.3.1 ExecuteSPPurgeReportingEventInstancesRequestBody
The ExecuteSPPurgeReportingEventInstancesRequestBody complex type contains properties that are used for filtering the set of ReportingEvent instances before the instances are deleted.
-
<xsd:element name="ExecuteSPPurgeReportingEventInstancesRequestBody"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="ComputerId" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="updateId" type="s1:guid" /> <s:element minOccurs="0" maxOccurs="1" name="targetGroupId" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="fromDate" type="s:dateTime" /> <s:element minOccurs="1" maxOccurs="1" name="toDate" type="s:dateTime" /> </s:sequence> </s:complexType> </xsd:element>
ComputerId: If this field is present, it specifies the deletion of ReportingEvent instances for a specific computer.
updateId: If this field is present, it specifies the ReportingEvent instances for a specific update.
targetGroupId: If this field is present, it specifies the deletion of ReportingEvent instances for a specified computer target group.
fromDate: This field specifies the beginning of a time period for which to delete the ReportingEvent instances that were recorded during the specified time period. If this field is present, the toDate field MUST also be present.
toDate: This field specifies the end of a time period for which to delete the ReportingEvent instances that were recorded during the specified time period. If this field is present, the fromDate field MUST also be present.