Reference Guide

Table Of Contents
"InitiatorConfig":
{
"IqnPrefix": "iqn.myprefix."
},
"InitiatorIpPoolSettings":
{
"IpRange": "10.33.0.1-10.33.0.255",
"SubnetMask": "255.255.255.0",
"Gateway": "10.33.0.1",
"PrimaryDnsServer": "10.33.0.15",
"SecondaryDnsServer": "10.33.0.16"
}
},
"FcoeSettings":
{
"Mac": {
"IdentityCount": 75,
"StartingMacAddress": "cHBwcHAA"
}
},
"FcSettings":
{
"Wwnn":
{
"IdentityCount": 85,
"StartingAddress": "IACAgICAgAA="
},
"Wwpn":
{
"IdentityCount": 85,
"StartingAddress": "IAGAgICAgAA="
}
},
"UsageCounts":
{
"@odata.id": "/api/IdentityPoolService/IdentityPools(10)/
UsageCounts"
},
"UsageIdentitySets@odata.navigationLink": "/api/
IdentityPoolService/IdentityPools(10)/UsageIdentitySets"
}
]
}
POST method for IdentityPools
This method creates an identity pool.
Description
Creates an identity pool.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"Name":"New Identity Pool 4",
"EthernetSettings":
{
"Mac":
{
"IdentityCount":55,
"StartingMacAddress": "UFBQUFAA"
}
},
"IscsiSettings":
{
"Mac":
Configure 225