IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Administrator's Guide > Agent-based services > Agent Service Interface
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Agent Service Interface - Service Interface Request
Select Service Interface Request in the Agent Service Interface to enter commands in XML format for information about the agent, such as attribute group definitions.
- Agent Service Interface request - Agent information
This is a request of agent identification information. The data retrieved is in three sections: agent ID, which includes computer hostname, managed system name, subnode list, and operating system information; product ID, which includes product name, version, maintenance and patch level data, product affinity and features; and environment ID, which includes the current environment variable settings.
- Agent Service Interface request - Agent subnode list
Use the <LISTSUBNODE> request in the Service Interface Request to get a listing of all known subnodes on this computer.
- Agent Service Interface request - Attribute files list
Use <ATTRLIST> in a Service Interface Request to get a listing of all known attribute files (.atr) that are available on this computer.
- Agent Service Interface request - Attribute file contents
Use <READATTR> in a Service Interface Request to get a listing of the contents of the specified attribute file (.atr) on this computer.
- Agent Service Interface request - Attribute group report
Use <REPORT> in a Service Interface Request to get a report of the attribute group specified in the TABLENAME attribute, such as UNIXOS or NTPROCESS.
- Agent Service Interface request - Agent table and situation list
Use <TABLESIT> in a Service Interface Request to get a report of the attribute group specified in <TABLENAME> attribute and the situations that are running for the group.
- Agent Service Interface request - Private situation control
Create a service interface <PVTCONTROL> request to start, stop, or recycle a private situation on the monitoring agent.
- Agent Service Interface request - Situation summary
Use the situation summary command to request a listing of the private situations that are running on the monitoring agent.
- Agent Service Interface request - Agent monitoring statistics
Use the agent monitoring statistics command to request information about the monitoring agent activity.
- Agent Service Interface request - History report
Create a service interface <HISTREAD> request to start, stop, or recycle a private situation on the monitoring agent.
- Agent Service Interface request - Configuration control
The Service Interface Request can be used to process configuration load list requests.
Parent topic:
Agent Service Interface