API Guide

Table Of Contents
/api/IdentityPoolService/IdentityPools(Id)
This URI represents a specific identity pool.
GET method for IdentityPools(Id)
This method returns the details of a specific identity pool.
Description Returns a specific identity pool.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#IdentityPoolService.IdentityPool/
$entity",
"@odata.type": "#IdentityPoolService.IdentityPool",
"@odata.id": "/api/IdentityPoolService/IdentityPools(4)",
"Id": 4,
"Name": "New Identity Pool 4",
"Description": null,
"CreatedBy": "admin",
"CreationTime": "2018-09-13 15:45:37.83158",
"LastUpdatedBy": "admin",
"LastUpdateTime": "2018-09-13 15:45:37.83158",
"EthernetSettings":
{
"Mac":
{
"IdentityCount": 55,
"StartingMacAddress": "UFBQUFAA"
}
},
"IscsiSettings":
{
"Mac":
{
"IdentityCount": 65,
"StartingMacAddress": "YGBgYGAA"
},
"InitiatorConfig":
{
"IqnPrefix": "Iqn.MyIqnPrefix"
},
"InitiatorIpPoolSettings": null
},
"FcoeSettings":
{
"Mac":
{
"IdentityCount": 75,
"StartingMacAddress": "cHBwcHAA"
}
},
"FcSettings":
{
"Wwnn":
{
"IdentityCount": 85,
"StartingAddress": "IACAgICAgAA="
},
"Wwpn":
{
"IdentityCount": 85,
"StartingAddress": "IAGAgICAgAA="
}
Configure
217