API Guide
"Description": "Assigned to a profile; deployment pending."
}
/api/IdentityPoolService/Actions/
IdentityPoolService.DeleteIdentityPools
POST method for IdentityPoolService.DeleteIdentityPools
This method deletes identity pools.
Description Deletes identity pools.
Privilege TEMPLATE_MANAGEMENT
HTTP response
codes
200
Example
Input:
{
"IdentityPoolIds":[1,3,4]
}
Output:
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
Input:
Output:
{
"@odata.context": "/api/
$metadata#Collection(NetworkConfigurationService.Network)",
"@odata.count": 2,
"value": [
{
"@odata.id": "/api/NetworkConfigurationService/Networks(42214)",
"Id": 42214,
"Name": "Network-1",
"Description": "",
"VlanMaximum": 3,
"VlanMinimum": 3,
Configure 161