API Guide

{
"IdentityTypeId": 10,
"TotalRequested": 65,
"TotalReserved": 0,
"TotalDeployed": 0
},
{
"IdentityTypeId": 8,
"TotalRequested": 55,
"TotalReserved": 42,
"TotalDeployed": 0
},
{
"IdentityTypeId": 3,
"TotalRequested": 85,
"TotalReserved": 3,
"TotalDeployed": 0
},
{
"IdentityTypeId": 4,
"TotalRequested": 85,
"TotalReserved": 3,
"TotalDeployed": 0
},
{
"IdentityTypeId": 7,
"TotalRequested": 0,
"TotalReserved": 14,
"TotalDeployed": 0
}
]
}
/api/IdentityPoolService/IdentityPools(Id)/UsageIdentitySets
This URI represents the usage identity sets.
GET method for UsageIdentitySets
This method returns usage identity sets. These sets represent the different protocols for which identity values get reserved.
Description
Returns the usage identity sets.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(IdentityPoolService.UsageIdentitySet)",
"@odata.count": 4,
"value":
[
{
"@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"
},
{
"@odata.type": "#IdentityPoolService.UsageIdentitySet",
190 Configure