HP Intelligent Management Center Extended API User Guide
2 Client Access
The IMC Extended API (eAPI) provides a number of Java test code examples based on common
web services:
• Apache Commons HTTP Client 3.x
• Apache HTTP Client 4.x
• SpringFramework 3.0
• Jersey Client
• Android SDK
These Java test code examples are located in the rest_en\manual\client folder in your eAPI
package.
Access iMC-RS Resources with Apache Commons HTTP Client 3.x
For more information, see the Test Code Example: CommonsClientTest.java.
Access iMC-RS Resources with Apache HTTP Client 4.x
For more information, see the Test Code Example: HttpClientTest.java.
Access iMC-RS Resources with RestTemplate of SpringFramework 3.0
For more information, see the Test Code Example: RestTemplateTest.java.
Access iMC-RS Resources with Jersey Client
For more information, see the Test Code Example: JerseyClientTest.java.
Access iMC-RS Resources with Android SDK
For more information, see the Test Code Example: AndroidTest.java.
26 Client Access