This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
aix:hmc_rest_api [2021/01/01 21:24] 127.0.0.1 external edit |
aix:hmc_rest_api [2023/07/05 10:46] (current) manu |
||
---|---|---|---|
Line 3: | Line 3: | ||
HMC REST web services operate on 12443 HTTP Port. The following URL is an example of the full URL that must be used to get the management console information: | HMC REST web services operate on 12443 HTTP Port. The following URL is an example of the full URL that must be used to get the management console information: | ||
- | https://<hmcIP>:12443/rest/api/uom/ManagementConsole | + | https://<hmcIP>:12443/rest/api/uom/ManagementConsole \\ |
https://<hmcIP>:12443/rest/api/uom/ManagedSystem | https://<hmcIP>:12443/rest/api/uom/ManagedSystem | ||
+ | ====== SNMP ====== | ||
+ | |||
+ | Question | ||
+ | How to configure HMC SNMP? | ||
+ | |||
+ | Answer | ||
+ | The HMC does not support being managed by an external SNMP application/agent. The only SNMP related features | ||
+ | available on the HMC is the ability to send a SNMP traps (short notification messages) to an external server. |