API Guide

},
"Wwpn":
{
"IdentityCount": 85,
"StartingAddress": "IAGAgICAgAA="
}
}
}
Output:
DELETE method for IdentityPools(Id)
This method deletes an identity pool.
Description Deletes an identity pool.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
204
Example
Input:
Output:
/api/IdentityPoolService/IdentityPools(Id)/UsageCounts
This URI represents the summary of the usage of identity pools.
GET method for UsageCounts
This method returns the summary of the usage of identity pools.
Description
Returns a summary of the usage of identity pools.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/$metadata#IdentityPoolService.UsageCounts/$entity",
"@odata.type": "#IdentityPoolService.UsageCounts",
"@odata.id": "/api/IdentityPoolService/IdentityPools(4)/UsageCounts",
"Counts":
[
{
"IdentityTypeId": 9,
"TotalRequested": 75,
"TotalReserved": 0,
"TotalDeployed": 0
},
{
"IdentityTypeId": 10,
"TotalRequested": 65,
"TotalReserved": 0,
"TotalDeployed": 0
},
{
"IdentityTypeId": 8,
"TotalRequested": 55,
"TotalReserved": 42,
156 Configure