adminapi.xml events
adminapi.xml.encoding
- Severity
 - 
ERROR
 - Description
 - 
This event is generated in case of a mismatched XML encoding received by ONTAP server.
 - Corrective Action
 - 
Correct the mismatched encoding and retry the API.
 - Syslog Message
 - 
ONTAP server got unexpected encoding (expected %s, got %s
 - Parameters
 - 
expEnco (STRING): The expected xml encoding.
recvEnco (STRING): The actual received encoding. 
adminapi.xml.namespace
- Severity
 - 
ERROR
 - Description
 - 
This event is generated in case of a mismatched xml namespace received by ONTAP server.
 - Corrective Action
 - 
Correct the XML namespace and retry the API.
 - Syslog Message
 - 
ONTAP server namespace (expected %s, got %s
 - Parameters
 - 
expNamesp (STRING): The expected xml namespace.
uri (STRING): The received uri