---
title: "Retrieves the ManagementConfigurations list for the subscription"
method: GET
path: "/subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/ManagementConfigurations"
tags: ["ManagementConfiguration"]
---

# Retrieves the ManagementConfigurations list for the subscription

`GET /subscriptions/{subscriptionId}/providers/Microsoft.OperationsManagement/ManagementConfigurations`

Retrieves the ManagementConfigurations list.

## Path parameters

- `subscriptionId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK response definition.

- ManagementConfigurationPropertiesList — the list of ManagementConfiguration response
  - `value` ManagementConfiguration[] — List of Management Configuration properties within the subscription.
    - `id` string — Resource ID.
    - `name` string — Resource name.
    - `type` string — Resource type.
    - `location` string — Resource location
    - `properties` ManagementConfigurationProperties — ManagementConfiguration properties supported by the OperationsManagement resource provider.
      - `applicationId` string — The applicationId of the appliance for this Management.
      - `parentResourceType` string, required — The type of the parent resource.
      - `parameters` ArmTemplateParameter[], required — Parameters to run the ARM template
        - `name` string — name of the parameter.
        - `value` string — value for the parameter. In Jtoken
      - `provisioningState` string — The provisioning state for the ManagementConfiguration.
      - `template` object, required — The Json object containing the ARM template to deploy

## Other responses

- `default` — Error response definition.

---

[API](https://skmtc.net/azure/apis/azure-log-analytics-operations-management.md) · [All operations](https://skmtc.net/azure/apis/azure-log-analytics-operations-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/azure-log-analytics-operations-management/versions/3c5d7c96843e/schema)
