API Guide
/api/IdentityPoolService/IdentityPoolsI(Id)/
UsageIdentitySets(Id)
This URI represents a specific usage identity set.
GET method for UsageIdentitySets(Id)
This method returns a specific usage identity set.
Description Returns a usage identity set.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "/api/$metadata#IdentityPoolService.UsageIdentitySet/
$entity",
"@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"
}
/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
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(IdentityPoolService.UsageDetail)",
"@odata.count": 2,
"value":
[
{
Configure 169