You can find more information about the HPE IMC here: https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-c05367573
You can install the package via composer:
composer require fredbradley/imcapi
This project is still very much a work in progress. The intention is that more default methods will be added.
$imc = new \FredBradley\IMCAPI\Imcapi("http://mydomain.tld:8080/imcrs/", "username", "pa55w0rd");
$listDevices = $imc->getDevices();
$anyOtherRequest = $imc->request('/endpoint');
You can see a list of valid endpoints on your device: http://mydomain.tld:8080/imcrs
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email code@fredbradley.uk instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.