API Guide

Table Of Contents
/api/IdentityPoolService/IdentityPools(Id)/
UsageIdentitySets(Id)/Details
This URI represents usage details for a specific identity pool and identity set (protocol).
GET method for Details of UsageIdentitySets(Id)
This method returns the usage details for a specific identity pool and identity set or protocol.
NOTE:
To get the identifier for each available Identity Pool, use the API /IdentityPoolService/IdentityPools.
To get the identifier for each identity set, use the API /IdentityPoolService/IdentityPools(Id)/
UsageIdentitySets.
Description Returns the usage details for a specific identity pool and identity set.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(IdentityPoolService.UsageDetail)",
"@odata.count": 2,
"value":
[
{
"@odata.type": "#IdentityPoolService.UsageDetail",
"TypeofDataSchemaFunction": 3,
"IdentitySetId": 1,
"Status": 2,
"MacAddress": "10:10:10:10:10:22",
"IscsiIqn": null,
"IscsiInitiatorIp": null,
"Wwnn": null,
"Wwpn": null,
"NicIdentifier": "NIC in Mezzanine 1A Port 2 Partition 1",
"DeviceInfo":
{
"ChassisName": "MX-LCX",
"SlotNumber": "7",
"ServerName": "idrac-SRVC333",
"ManagementIp": "10.215.2.134"
}
},
{
"@odata.type": "#IdentityPoolService.UsageDetail",
"TypeofDataSchemaFunction": 3,
"IdentitySetId": 1,
"Status": 2,
"MacAddress": "10:10:10:10:10:23",
"IscsiIqn": null,
"IscsiInitiatorIp": null,
"Wwnn": null,
"Wwpn": null,
"NicIdentifier": "NIC in Mezzanine 1B Port 1 Partition 1",
"DeviceInfo":
{
"ChassisName": "MX-LCX",
"SlotNumber": "7",
"ServerName": "idrac-SRVC333",
"ManagementIp": "10.215.2.134"
}
}
222
Configure