Entities, metrics, lookup information, and API calls for the BMC - TrueSight Operations Management 10.1/10.5/10.7/11.0/11.3 extractor
This topic covers the following information:
Entities and metrics
The following table provides metric mapping details for entities monitored by TrueSight Operations Management for each platform.
Click
to download a zip file that contains metric mapping details in Excel format or click a link in the following table to view the metric mapping details in PDF format.Platform | TrueSight Operations Management | |
---|---|---|
V 10.1 | V 10.5, 10.7, 11.0, 11.3 | |
AIX | ||
Solaris | ||
Standalone | ||
KVM | ||
Hyper-V |
Lookup details
- Strong fields:
- TOKEN_ID
- HOSTNAME
- Weak fields: NAME
Data Integration API calls to TrueSight Operations Management
Task | API call |
---|---|
Authenticate to Presentation Server | POST https://<PresentationServerHostName>/tsws/10.0/api/authenticate/login |
Retrieves a list of tenants | GET https://<PresentationServerHostName>/tsws/10.0/api/omprovider/tenants |
Retrieves a list of devices | GET https://<PresentationServerHostName>/tsws/10.0/api/omprovider/devices |
Retrieves a list of monitor types | GET https://<PresentationServerHostName>/tsws/10.0/api/omprovider/monitorTypes |
Retrieves all instances present on the device | GET https://<PresentationServerHostName>/tsws/10.0/api/omprovider/instances |
Retrieves configuration data | POST https://<PresentationServerHostName>/tsws/10.0/api/omprovider/configdata |
Retrieves performance data | POST https://<PresentationServerHostName>/tsws/10.0/api/omprovider/perfdata |
Log out and disconnect | POST https://<PresentationServerHostName>/tsws/10.0/api/authenticate/logout |
For more information, see Retrieving Presentation Server data with Web services.