Using azure-sdk-for-java with azure.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Azure/azure-sdk-for-java
Returns a collection of machines matching the specified conditions. The retu…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machines
Returns all machine groups during the specified time interval.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/machineGroups
Returns summary information about the machines in the workspace.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/features/serviceMap/summaries/machines
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-java
Java
API
azure.com
azure.com:service-map-arm-service-map
At a glance
Language Java
Endpoints25
✓ Official