API Guide

Table Of Contents
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(IdentityPoolService.IdentityPool)",
"@odata.count": 2,
"value":
[
{
"@odata.type": "#IdentityPoolService.IdentityPool",
"@odata.id": "/api/IdentityPoolService/IdentityPools(1)",
"Id": 1,
"Name": "Pool 1",
"Description": "This is Pool 1",
"CreatedBy": "admin",
"CreationTime": "2018-09-06 16:41:47.612624",
"LastUpdatedBy": "admin",
"LastUpdateTime": "2018-09-06 16:41:47.612624",
"EthernetSettings":
{
"Mac":
{
"IdentityCount": 200,
"StartingMacAddress": "EBAQEBAB"
}
},
"IscsiSettings":
{
"Mac":
{
"IdentityCount": 220,
"StartingMacAddress": "EhISEhIB"
},
"InitiatorConfig":
{
"IqnPrefix": "iqn.pool1."
},
"InitiatorIpPoolSettings":
{
"IpRange": "15.15.15.0/24",
"SubnetMask": "255.255.255.0",
"Gateway": null,
"PrimaryDnsServer": null,
"SecondaryDnsServer": null
}
},
"FcoeSettings":
{
"Mac":
{
"IdentityCount": 240,
"StartingMacAddress": "FBQUFBQB"
}
},
"FcSettings":
{
"Wwnn":
{
"IdentityCount": 260,
"StartingAddress": "IAAWFhYWFgE="
},
"Wwpn":
{
"IdentityCount": 260,
"StartingAddress": "IAEWFhYWFgE="
}
},
"UsageCounts":
{
214
Configure