/solarwinds-examples

Examples for solarwinds-soap

Primary LanguagePHPMIT LicenseMIT

Example code for solarwinds-soap

Installation

composer update

Setup

cp config.yml.example config.yml
vim config.yml

Command execution

./ncentral.php

Retrieve a list of customers.

./ncentral.php customer:list

Retrieve a list of devices for a customer.

./ncentral.php device:list [customerid]

Retrieve some basic information for a device.

./ncentral.php device:get [deviceid]

Retrieve the custom fields for a device.

./ncentral.php device:property:list [deviceid]