API Guide
HTTP response
codes
200
Example
Input
{
"SourceDeviceEntityId":1234,
"DestinationDeviceEntityId":5555,
"ForceMigrate":false
}
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
Input:
Output:
{
"@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":
Configure
161