2.2.4.26 AuditPurgeSettings

The AuditPurgeSettings complex type specifies the configuration to be used for performing the audit purge operation.

 <xs:complexType name="AuditPurgeSettings">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:BaseIpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="EndDate" nillable="true" type="xsd:dateTime" />
         <xs:element minOccurs="0" name="PurgeDhcpConfigurationAudit" type="xsd:boolean" />
         <xs:element minOccurs="0" name="PurgeIPAddressAudit" type="xsd:boolean" />
         <xs:element minOccurs="0" name="PurgeIpamConfigurationAudit" type="xsd:boolean" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

EndDate: This specifies the end date for the audit purge operation. All the rows in the applicable audit tables that have been logged before the specified date will be purged.

PurgeDhcpConfigurationAudit: This specifies whether the DHCP configuration audit entries are to be purged or not.

PurgeIPAddressAudit: This specifies whether the IP address audit entries are to be purged or not.

PurgeIpamConfigurationAudit: This specifies whether the IPAM configuration audit entries are to be purged or not.