Dell PowerConnect W Clearpass 100 Software XMLRPC Interface TechNote - Page 9

Invoking the API

Page 9 highlights

amigopod XMLRPC Interface Version 0.9 Use the XMLRPC profile when creating a user account for API access: Invoking the API An XMLRPC method call consists of: An XML document specifying the method name and parameters Sent as a HTTP POST with Content-Type: text/xml Using HTTP Basic user authorization At https://amigopod/xmlrpc.php SSL Security Different levels of certificate validation checks may be necessary, depending on the SSL certificate that has been installed. This corresponds to the user interface provided by web browsers for certificate trust and verification. The examples presented in this document assume a self-signed certificate has been installed, and reduce the level of SSL verification accordingly. In a secure environment, make use of the peer verification that SSL provides by CONFIDENTIAL 9

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21

amigopod XMLRPC Interface
Version 0.9
CONFIDENTIAL
9
°
Use the XMLRPC profile when creating a user account for API
access:
Invoking the API
An XMLRPC method call consists of:
°
An XML document specifying the method name and parameters
°
Sent as a HTTP POST with
Content-Type: text/xml
°
Using HTTP Basic user authorization
°
At
https://amigopod/xmlrpc.php
SSL Security
Different levels of certificate validation checks may be necessary, depending
on the SSL certificate that has been installed.
This corresponds to the user
interface provided by web browsers for certificate trust and verification.
The examples presented in this document assume a self-signed certificate
has been installed, and reduce the level of SSL verification accordingly. In a
secure environment, make use of the peer verification that SSL provides by