Developers Guide

Table Of Contents
Identity pools
/api/IdentityPoolService/IdentityPools
This URI represents the identity pools.
GET method for IdentityPools
This method returns the details of all identity pools.
Description Returns identity pools.
Privilege VIEW
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,
Configure
225