XML API using Python 2.7
The information covered in the following section is based on running theArubaXMLDemo.py脚本在Windows 8.1 64位和Python 2.7。
Understanding Request and Response
Mobility Masterprocesses theXMLExtensible Markup Language. XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.APIApplication Programming Interface. Refers to a set of functions, procedures, protocols, and tools that enable users to build application software.request and sends the response to theXMLExtensible Markup Language. XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.APIApplication Programming Interface. Refers to a set of functions, procedures, protocols, and tools that enable users to build application software.server. TheXMLExtensible Markup Language. XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.response contains the status of the request and a code in case of an error.
Request format: