API Guide

Table Of Contents
Table 96. Attributes
Attribute name Description
ID Iopool Id
Name Name of the Iopool
Description Definition for the Iopool
EthernetSettings- MAC
IdentityCount Number of Identities
Starting MAC address Initial MAC Address
FcSettings
WWPN worldwide port names
IdentityCount IdentityCount
Starting WWPN address Initial WWPN Address
WWNN worldwide Node names
Starting WWNN address Initial WWNN Address
DELETE method for IdentityPools(Id)
This method deletes an identity pool.
Description
Deletes an identity pool.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
204
/api/IdentityPoolService/IdentityPools(Id)/UsageCounts
This URI represents the summary of the usage of identity pools.
GET method for UsageCounts
This method returns the summary of the usage of identity pools.
Description
Returns a summary of the usage of identity pools.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#IdentityPoolService.UsageCounts/
$entity",
"@odata.type": "#IdentityPoolService.UsageCounts",
"@odata.id": "/api/IdentityPoolService/IdentityPools(4)/UsageCounts",
"Counts":
[
{
"IdentityTypeId": 9,
"TotalRequested": 75,
"TotalReserved": 0,
"TotalDeployed": 0
},
Configure 219