Share via


2.2.4.85 DnsZoneEvent

DnsZoneEvent specifies a specific instance of the DNS zone related event.

 <xs:complexType name="DnsZoneEvent">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:BaseIpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="EventId" type="xsd:long" />
         <xs:element minOccurs="0" name="EventParametersString" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="LoggedEventLevel" type="ipam:EventLevel" />
         <xs:element minOccurs="0" name="LoggedOn" nillable="true" type="xsd:dateTime" />
         <xs:element minOccurs="0" name="RecordId" type="xsd:long" />
         <xs:element minOccurs="0" name="ServerZone" nillable="true" type="ipam:DnsServerZone" />
         <xs:element minOccurs="0" name="ServerZoneId" type="xsd:long" />
         <xs:element minOccurs="0" name="TaskCategory" nillable="true" type="xsd:int" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

EventId: The EventID portion of the event descriptor for the DNS zone event.

EventParametersString: The EventData portion of the event ([MS-EVEN6] section 2.2.13)

LoggedEventLevel: The critical nature of the event – whether it is informational, warning or an error event.

LoggedOn: The time at which the event was logged.

RecordId: The unique identifier for the data in the IPAM data store.

ServerZone: The server zone instance to which the event was logged.

ServerZoneId: The RecordId of the server zone whose instance is specified in ServerZone element.

TaskCategory: The task category (task portion of the event descriptor).