Shared Processor Pool
Shared Processor Pool is a pool of shared processors whose processing capacity is shared among multiple logical partitions. Logical partition is allocated with the shared processor pool.
Resource
/rest/api/uom/ManagedSystem/{ManagedSystem_uuid}/SharedProcessorPool This API provides all the shared processor pool information of the given managed system.
/rest/api/uom/ManagedSystem/{ManagedSystem_uuid}/SharedProcessorPool/{SharedProcessorPool_uuid}
This API provides the shared processor pool information of the given instance.
/rest/api/uom/ManagedSystem/{ManagedSystem_uuid}/ResourceGroup/{ResourceGroup_uuid}/SharedProcessorPool
For a resource group capable managed system, this API provides all the shared processor pool
information of a given resource group belonging to given managed
system.
/rest/api/uom/ManagedSystem/{ManagedSystem_uuid}/ResourceGroup/{ResourceGroup_uuid}/SharedProcessorPool/{SharedProcessorPool_uuid}For a resource group capable managed system, this API provides the shared processor pool information of a given instance for a given resource group belonging to given managed system .
/rest/api/uom/ManagedSystem/{ManagedSystem_uuid}/SharedProcessorPool/quick/{Property name}
/rest/api/uom/ManagedSystem/{ManagedSystem_uuid}/SharedProcessorPool/{SharedProcessorPool_uuid}/ quick/{Property name} Since: Version 1.1.0
| Method | Description | Internet media type for XML | Internet media type for JSON |
|---|---|---|---|
| GET |
It retrieves information identified by the Request-URI. Produced data is returned as the entity in the response. The list of attributes produced as part of feed is found at SharedProcessorPool_xsd.htm. |
application/ vnd.ibm.powervm.uom+xml;
Type=SharedProcessorPool |
Accept: application/json |
| PUT | It is used to request the web server to accept the entity enclosed in the request and allow them to change the state of the entity. The list of attributes that allow to change is found at SharedProcessorPool_xsd.html | application/ vnd.ibm.powervm.uom+xml;
Type=SharedProcessorPool |
Accept: application/json Content-Type: application/json; type=SharedProcessorPool |