API Guide

Table Of Contents
"@odata.id": "/api/IdentityPoolService/IdentityPools(4)/
UsageIdentitySets(2)",
"IdentitySetId": 2,
"Name": "iSCSI",
"Details@odata.navigationLink": "/api/IdentityPoolService/
IdentityPools(4)/UsageIdentitySets(2)/Details"
},
{
"@odata.type": "#IdentityPoolService.UsageIdentitySet",
"@odata.id": "/api/IdentityPoolService/IdentityPools(4)/
UsageIdentitySets(3)",
"IdentitySetId": 3,
"Name": "FCoE",
"Details@odata.navigationLink": "/api/IdentityPoolService/
IdentityPools(4)/UsageIdentitySets(3)/Details"
},
{
"@odata.type": "#IdentityPoolService.UsageIdentitySet",
"@odata.id": "/api/IdentityPoolService/IdentityPools(4)/
UsageIdentitySets(4)",
"IdentitySetId": 4,
"Name": "FC",
"Details@odata.navigationLink": "/api/IdentityPoolService/
IdentityPools(4)/UsageIdentitySets(4)/Details"
}
]
}
/api/IdentityPoolService/IdentityPoolsI(Id)/UsageIdentitySets(Id)
This URI represents a specific usage identity set.
GET method for UsageIdentitySets(Id)
This method returns a specific usage identity set.
Description
Returns a usage identity set.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#IdentityPoolService.UsageIdentitySet/
$entity",
"@odata.type": "#IdentityPoolService.UsageIdentitySet",
"@odata.id": "/api/IdentityPoolService/IdentityPools(4)/
UsageIdentitySets(1)",
"IdentitySetId": 1,
"Name": "Ethernet",
"Details@odata.navigationLink": "/api/IdentityPoolService/
IdentityPools(4)/UsageIdentitySets(1)/Details"
}
Configure 221