Host Ethernet Adapter
This API provides the details of the port configuration of the physical Host Ethernet Adapters on the managed system, and also allows to change the configuration of any of the ports on an HEA. Host Ethernet Adapter is child object of ManagedSystem.
Resource
/rest/api/uom/ManagedSystem/{ManagedSystem_uuid}/HostEthernetAdapter
This API provides all the HostEthernetAdapters information for the given ManagedSystem
/rest/api/uom/ManagedSystem/{ManagedSystem_uuid}/HostEthernetAdapter/{HostEthernetAdapter_uuid}
This API provides the HostEthernetAdapters information of the given instance for a ManagedSystem
Since: Version 1.1.0
Resource
/rest/api/uom/ManagedSystem/{ManagedSystem_uuid}/HostEthernetAdapter/quick/{Property name}
/rest/api/uom/ManagedSystem/{ManagedSystem_uuid}/HostEthernetAdapter/{HostEthernetAdapter_uuid}/
quick/{Property name}
Since:
Version 1.1.0 | Property name | Description |
|---|---|
| AdapterState | Fetch the state of the HostEthernetAdapter |
| Method | Description | Internet media type |
|---|---|---|
| GET | It retrieves information identified by the Request-URI. Produced data shall be returned as the entity in the response. The list of attributes produced as part of feed is found at HostEthernetAdapter_xsd.html | application/vnd.ibm.powervm.uom+xml; Type=HostEthernetAdapter |
| POST | It is used to request the web server to accept the entity enclosed in the request and allow them to change state of the entity. The list of attributes which allow to change is found at HostEthernetAdapter_xsd.html | application/vnd.ibm.powervm.uom+xml; Type=HostEthernetAdapter |