API Guide

Table Of Contents
"@odata.type": "#IdentityPoolService.IdentityState",
"@odata.id": "/api/IdentityPoolService/IdentityStates(1)",
"Id": 1,
"Name": "Reserved",
"Description": "Assigned to a profile; deployment pending."
}
/api/IdentityPoolService/Actions/
IdentityPoolService.DeleteIdentityPools
POST method for deleting identity pools
This method deletes identity pools.
Description Deletes identity pools.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example request
body
{
"IdentityPoolIds":[1,3,4]
}
Network Configuration Service
This resource enables you to access the network service and perform network-related tasks. These tasks include viewing the
logical networks and the network types, creating a new logical network, deleting a logical network, and so on.
Use the URIs in this resource to access the network service and the associated actions.
/api/NetworkConfigurationService/Networks
This URI represents the logical networks.
GET method for Networks
This method returns a list of available logical networks.
Description
Returns a list of available logical networks.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/
$metadata#Collection(NetworkConfigurationService.Network)",
"@odata.count": 3,
"value": [
{
"@odata.type": "#NetworkConfigurationService.Network",
224 Configure