API Guide
Attribute name Description
Starting WWNN address Initial WWNN Address
DELETE method for IdentityPools(Id)
This method deletes an identity pool.
Description Deletes an identity pool.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
204
/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 response
body
{
"@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,
"TotalDeployed": 0
},
{
"IdentityTypeId": 3,
"TotalRequested": 85,
"TotalReserved": 3,
"TotalDeployed": 0
},
{
"IdentityTypeId": 4,
"TotalRequested": 85,
"TotalReserved": 3,
"TotalDeployed": 0
},
{
"IdentityTypeId": 7,
Configure
183