API Guide
• 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
Input:
Output:
{
"@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"
}
}
]
}
Configure
159