Microsoft.Insights (preview:2018-05-01)

2025/01/17 • 3 updated methods

ProactiveDetectionConfigurations_List (updated)
Description Gets a list of ProactiveDetection configurations of an Application Insights component.
Reference Link ¶

⚶ Changes

{
  "#id": "ProactiveDetectionConfigurations_List",
  "$responses": {
    "200": {
      "$items": {
        "$properties": {
          "properties": [
            {
              "@added_5f27db42df77454fb4c65c8bea86d8bb": {
                "#name": "name",
                "Description": "The rule name",
                "Required": false,
                "Type": "string"
              }
            },
            {
              "@added_6809ac7d54394970b4941eccd3448fa3": {
                "#name": "enabled",
                "Description": "A flag that indicates whether this rule is enabled by the user",
                "Required": false,
                "Type": "boolean"
              }
            },
            {
              "@added_27618089eb184e4a87197cd1367d31a0": {
                "#name": "sendEmailsToSubscriptionOwners",
                "Description": "A flag that indicated whether notifications on this rule should be sent to subscription owners",
                "Required": false,
                "Type": "boolean"
              }
            },
            {
              "@added_70e71d1226b046abafdeb13462d68077": {
                "#name": "customEmails",
                "Description": "Custom email addresses for this rule notifications",
                "Required": false,
                "Type": "array",
                "$items": {
                  "Type": "string"
                }
              }
            },
            {
              "@added_7daed0cb496941c58fa84faf4f4b99d4": {
                "#name": "lastUpdatedTime",
                "Description": "The last time this rule was updated",
                "Required": false,
                "Type": "string"
              }
            },
            {
              "@added_b6bc0c5cdc5f48afa9a38eb1f1f3f407": {
                "#name": "ruleDefinitions",
                "Description": "Static definitions of the ProactiveDetection configuration rule (same values for all components).",
                "Required": false,
                "Type": "object",
                "$properties": [
                  {
                    "#name": "Name",
                    "Description": "The rule name",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "DisplayName",
                    "Description": "The rule name as it is displayed in UI",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "Description",
                    "Description": "The rule description",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "HelpUrl",
                    "Description": "URL which displays additional info about the proactive detection rule",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "IsHidden",
                    "Description": "A flag indicating whether the rule is hidden (from the UI)",
                    "Required": false,
                    "Type": "boolean"
                  },
                  {
                    "#name": "IsEnabledByDefault",
                    "Description": "A flag indicating whether the rule is enabled by default",
                    "Required": false,
                    "Type": "boolean"
                  },
                  {
                    "#name": "IsInPreview",
                    "Description": "A flag indicating whether the rule is in preview",
                    "Required": false,
                    "Type": "boolean"
                  },
                  {
                    "#name": "SupportsEmailNotifications",
                    "Description": "A flag indicating whether email notifications are supported for detections for this rule",
                    "Required": false,
                    "Type": "boolean"
                  }
                ]
              }
            },
            {
              "@removed_bcec693f15e142e2b030ac726f345e25": {
                "#name": "Name",
                "Description": "The rule name",
                "Required": false,
                "Type": "string"
              }
            },
            {
              "@removed_c51360c357a24555a824a5b62765c178": {
                "#name": "Enabled",
                "Description": "A flag that indicates whether this rule is enabled by the user",
                "Required": false,
                "Type": "boolean"
              }
            },
            {
              "@removed_a4ebf429e7d74b65816a895056aa622e": {
                "#name": "SendEmailsToSubscriptionOwners",
                "Description": "A flag that indicated whether notifications on this rule should be sent to subscription owners",
                "Required": false,
                "Type": "boolean"
              }
            },
            {
              "@removed_3030c565718642feaa0ba0414f864de1": {
                "#name": "CustomEmails",
                "Description": "Custom email addresses for this rule notifications",
                "Required": false,
                "Type": "array",
                "$items": {
                  "Type": "string"
                }
              }
            },
            {
              "@removed_30f2f6626b894ca694ddda3499c0c19b": {
                "#name": "LastUpdatedTime",
                "Description": "The last time this rule was updated",
                "Required": false,
                "Type": "string"
              }
            },
            {
              "@removed_899ab2d4e64f4af0910b48b2aaefde58": {
                "#name": "RuleDefinitions",
                "Description": "Static definitions of the ProactiveDetection configuration rule (same values for all components).",
                "Required": false,
                "Type": "object",
                "$properties": [
                  {
                    "#name": "Name",
                    "Description": "The rule name",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "DisplayName",
                    "Description": "The rule name as it is displayed in UI",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "Description",
                    "Description": "The rule description",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "HelpUrl",
                    "Description": "URL which displays additional info about the proactive detection rule",
                    "Required": false,
                    "Type": "string"
                  },
                  {
                    "#name": "IsHidden",
                    "Description": "A flag indicating whether the rule is hidden (from the UI)",
                    "Required": false,
                    "Type": "boolean"
                  },
                  {
                    "#name": "IsEnabledByDefault",
                    "Description": "A flag indicating whether the rule is enabled by default",
                    "Required": false,
                    "Type": "boolean"
                  },
                  {
                    "#name": "IsInPreview",
                    "Description": "A flag indicating whether the rule is in preview",
                    "Required": false,
                    "Type": "boolean"
                  },
                  {
                    "#name": "SupportsEmailNotifications",
                    "Description": "A flag indicating whether email notifications are supported for detections for this rule",
                    "Required": false,
                    "Type": "boolean"
                  }
                ]
              }
            }
          ]
        }
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
resourceName: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
name: string ,
enabled: boolean ,
sendEmailsToSubscriptionOwners: boolean ,
customEmails:
[
string ,
]
,
lastUpdatedTime: string ,
ruleDefinitions:
{
Name: string ,
DisplayName: string ,
Description: string ,
HelpUrl: string ,
IsHidden: boolean ,
IsEnabledByDefault: boolean ,
IsInPreview: boolean ,
SupportsEmailNotifications: boolean ,
}
,
}
,
}
ProactiveDetectionConfigurations_Get (updated)
Description Get the ProactiveDetection configuration for this configuration id.
Reference Link ¶

⚶ Changes

{
  "#id": "ProactiveDetectionConfigurations_Get",
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "@added_704040304b0e41c6a0414dfa5923206f": {
              "#name": "name",
              "Description": "The rule name",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "@added_bb57ac5ebb9d44158ddcba9d22b6e17e": {
              "#name": "enabled",
              "Description": "A flag that indicates whether this rule is enabled by the user",
              "Required": false,
              "Type": "boolean"
            }
          },
          {
            "@added_7324e18ced4d4770b29bbaa14b5bfe88": {
              "#name": "sendEmailsToSubscriptionOwners",
              "Description": "A flag that indicated whether notifications on this rule should be sent to subscription owners",
              "Required": false,
              "Type": "boolean"
            }
          },
          {
            "@added_a146ceb626d04aa6911551aa09841a3f": {
              "#name": "customEmails",
              "Description": "Custom email addresses for this rule notifications",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "string"
              }
            }
          },
          {
            "@added_c0b23e948afa47be803896beea23c061": {
              "#name": "lastUpdatedTime",
              "Description": "The last time this rule was updated",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "@added_a76ff881417b4837b4124bad93c118a2": {
              "#name": "ruleDefinitions",
              "Description": "Static definitions of the ProactiveDetection configuration rule (same values for all components).",
              "Required": false,
              "Type": "object",
              "$properties": [
                {
                  "#name": "Name",
                  "Description": "The rule name",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "DisplayName",
                  "Description": "The rule name as it is displayed in UI",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "Description",
                  "Description": "The rule description",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "HelpUrl",
                  "Description": "URL which displays additional info about the proactive detection rule",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "IsHidden",
                  "Description": "A flag indicating whether the rule is hidden (from the UI)",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "IsEnabledByDefault",
                  "Description": "A flag indicating whether the rule is enabled by default",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "IsInPreview",
                  "Description": "A flag indicating whether the rule is in preview",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "SupportsEmailNotifications",
                  "Description": "A flag indicating whether email notifications are supported for detections for this rule",
                  "Required": false,
                  "Type": "boolean"
                }
              ]
            }
          },
          {
            "@removed_becde474068b4c5b9dd616d3fcccc6d6": {
              "#name": "Name",
              "Description": "The rule name",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "@removed_18397e474a6445d68169153554c0b479": {
              "#name": "Enabled",
              "Description": "A flag that indicates whether this rule is enabled by the user",
              "Required": false,
              "Type": "boolean"
            }
          },
          {
            "@removed_793cfe47af3d4ec9bba01ccef8a4fcb0": {
              "#name": "SendEmailsToSubscriptionOwners",
              "Description": "A flag that indicated whether notifications on this rule should be sent to subscription owners",
              "Required": false,
              "Type": "boolean"
            }
          },
          {
            "@removed_2c131ed777cb4011a44f9cbf29f3357e": {
              "#name": "CustomEmails",
              "Description": "Custom email addresses for this rule notifications",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "string"
              }
            }
          },
          {
            "@removed_dea92c7b02dc4c53b318ba8163cf98a2": {
              "#name": "LastUpdatedTime",
              "Description": "The last time this rule was updated",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "@removed_87fe6d94a3cf45c28174070826d68ded": {
              "#name": "RuleDefinitions",
              "Description": "Static definitions of the ProactiveDetection configuration rule (same values for all components).",
              "Required": false,
              "Type": "object",
              "$properties": [
                {
                  "#name": "Name",
                  "Description": "The rule name",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "DisplayName",
                  "Description": "The rule name as it is displayed in UI",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "Description",
                  "Description": "The rule description",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "HelpUrl",
                  "Description": "URL which displays additional info about the proactive detection rule",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "IsHidden",
                  "Description": "A flag indicating whether the rule is hidden (from the UI)",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "IsEnabledByDefault",
                  "Description": "A flag indicating whether the rule is enabled by default",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "IsInPreview",
                  "Description": "A flag indicating whether the rule is in preview",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "SupportsEmailNotifications",
                  "Description": "A flag indicating whether email notifications are supported for detections for this rule",
                  "Required": false,
                  "Type": "boolean"
                }
              ]
            }
          }
        ]
      }
    }
  }
}

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs/{ConfigurationId}
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
resourceName: string ,
ConfigurationId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
name: string ,
enabled: boolean ,
sendEmailsToSubscriptionOwners: boolean ,
customEmails:
[
string ,
]
,
lastUpdatedTime: string ,
ruleDefinitions:
{
Name: string ,
DisplayName: string ,
Description: string ,
HelpUrl: string ,
IsHidden: boolean ,
IsEnabledByDefault: boolean ,
IsInPreview: boolean ,
SupportsEmailNotifications: boolean ,
}
,
}
,
}
ProactiveDetectionConfigurations_Update (updated)
Description Update the ProactiveDetection configuration for this configuration id.
Reference Link ¶

⚶ Changes

{
  "#id": "ProactiveDetectionConfigurations_Update",
  "$parameters": {
    "ProactiveDetectionProperties": {
      "$properties": {
        "properties": [
          {
            "@added_db6817b69c064ee18021ca58dbf2d647": {
              "#name": "name",
              "Description": "The rule name",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "@added_93af4ebeec314275a0c5a51d380ac14d": {
              "#name": "enabled",
              "Description": "A flag that indicates whether this rule is enabled by the user",
              "Required": false,
              "Type": "boolean"
            }
          },
          {
            "@added_0b6a2a7386ef4a109329702090d0388f": {
              "#name": "sendEmailsToSubscriptionOwners",
              "Description": "A flag that indicated whether notifications on this rule should be sent to subscription owners",
              "Required": false,
              "Type": "boolean"
            }
          },
          {
            "@added_9eaa65f781c34c0e90fe5590ebfb58a9": {
              "#name": "customEmails",
              "Description": "Custom email addresses for this rule notifications",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "string"
              }
            }
          },
          {
            "@added_ba1452de9c59424baa34db54e58af05b": {
              "#name": "lastUpdatedTime",
              "Description": "The last time this rule was updated",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "@added_bc6acb4fd67f4958b9e2d164bd435812": {
              "#name": "ruleDefinitions",
              "Description": "Static definitions of the ProactiveDetection configuration rule (same values for all components).",
              "Required": false,
              "Type": "object",
              "$properties": [
                {
                  "#name": "Name",
                  "Description": "The rule name",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "DisplayName",
                  "Description": "The rule name as it is displayed in UI",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "Description",
                  "Description": "The rule description",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "HelpUrl",
                  "Description": "URL which displays additional info about the proactive detection rule",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "IsHidden",
                  "Description": "A flag indicating whether the rule is hidden (from the UI)",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "IsEnabledByDefault",
                  "Description": "A flag indicating whether the rule is enabled by default",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "IsInPreview",
                  "Description": "A flag indicating whether the rule is in preview",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "SupportsEmailNotifications",
                  "Description": "A flag indicating whether email notifications are supported for detections for this rule",
                  "Required": false,
                  "Type": "boolean"
                }
              ]
            }
          },
          {
            "@removed_a18d89d5f8c348f789537c5a804d8070": {
              "#name": "Name",
              "Description": "The rule name",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "@removed_36312149924a48f49343488230901786": {
              "#name": "Enabled",
              "Description": "A flag that indicates whether this rule is enabled by the user",
              "Required": false,
              "Type": "boolean"
            }
          },
          {
            "@removed_e5ea0ded9ca74db4b86130b955cecd61": {
              "#name": "SendEmailsToSubscriptionOwners",
              "Description": "A flag that indicated whether notifications on this rule should be sent to subscription owners",
              "Required": false,
              "Type": "boolean"
            }
          },
          {
            "@removed_3bfcf1972705477fbfcea5ddf7af752d": {
              "#name": "CustomEmails",
              "Description": "Custom email addresses for this rule notifications",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "string"
              }
            }
          },
          {
            "@removed_c01ed84923554db7bc649fa5a6cf0858": {
              "#name": "LastUpdatedTime",
              "Description": "The last time this rule was updated",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "@removed_41719081f50440e5b1f64f467610b98b": {
              "#name": "RuleDefinitions",
              "Description": "Static definitions of the ProactiveDetection configuration rule (same values for all components).",
              "Required": false,
              "Type": "object",
              "$properties": [
                {
                  "#name": "Name",
                  "Description": "The rule name",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "DisplayName",
                  "Description": "The rule name as it is displayed in UI",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "Description",
                  "Description": "The rule description",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "HelpUrl",
                  "Description": "URL which displays additional info about the proactive detection rule",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "IsHidden",
                  "Description": "A flag indicating whether the rule is hidden (from the UI)",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "IsEnabledByDefault",
                  "Description": "A flag indicating whether the rule is enabled by default",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "IsInPreview",
                  "Description": "A flag indicating whether the rule is in preview",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "SupportsEmailNotifications",
                  "Description": "A flag indicating whether email notifications are supported for detections for this rule",
                  "Required": false,
                  "Type": "boolean"
                }
              ]
            }
          }
        ]
      }
    }
  },
  "$responses": {
    "200": {
      "$properties": {
        "properties": [
          {
            "@added_f6e592f05dc6445ea7997b5780fb6752": {
              "#name": "name",
              "Description": "The rule name",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "@added_23dcf408f909433abbca7479409fa8e0": {
              "#name": "enabled",
              "Description": "A flag that indicates whether this rule is enabled by the user",
              "Required": false,
              "Type": "boolean"
            }
          },
          {
            "@added_09a97d4fbd324e2c87dcaccb944ccc56": {
              "#name": "sendEmailsToSubscriptionOwners",
              "Description": "A flag that indicated whether notifications on this rule should be sent to subscription owners",
              "Required": false,
              "Type": "boolean"
            }
          },
          {
            "@added_9246e0552f4743ea9227f928b5bc4530": {
              "#name": "customEmails",
              "Description": "Custom email addresses for this rule notifications",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "string"
              }
            }
          },
          {
            "@added_b97b9ad13ee54b98aa3c488d3575d7eb": {
              "#name": "lastUpdatedTime",
              "Description": "The last time this rule was updated",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "@added_e3b3abaf2ce240bf945acd292ab73664": {
              "#name": "ruleDefinitions",
              "Description": "Static definitions of the ProactiveDetection configuration rule (same values for all components).",
              "Required": false,
              "Type": "object",
              "$properties": [
                {
                  "#name": "Name",
                  "Description": "The rule name",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "DisplayName",
                  "Description": "The rule name as it is displayed in UI",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "Description",
                  "Description": "The rule description",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "HelpUrl",
                  "Description": "URL which displays additional info about the proactive detection rule",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "IsHidden",
                  "Description": "A flag indicating whether the rule is hidden (from the UI)",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "IsEnabledByDefault",
                  "Description": "A flag indicating whether the rule is enabled by default",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "IsInPreview",
                  "Description": "A flag indicating whether the rule is in preview",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "SupportsEmailNotifications",
                  "Description": "A flag indicating whether email notifications are supported for detections for this rule",
                  "Required": false,
                  "Type": "boolean"
                }
              ]
            }
          },
          {
            "@removed_9ce459273d784245afe406f7a28fb432": {
              "#name": "Name",
              "Description": "The rule name",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "@removed_5e73bc1c92ce482bbb13b3ee365285c4": {
              "#name": "Enabled",
              "Description": "A flag that indicates whether this rule is enabled by the user",
              "Required": false,
              "Type": "boolean"
            }
          },
          {
            "@removed_e770a269680248d5acb4d462a1941a78": {
              "#name": "SendEmailsToSubscriptionOwners",
              "Description": "A flag that indicated whether notifications on this rule should be sent to subscription owners",
              "Required": false,
              "Type": "boolean"
            }
          },
          {
            "@removed_edd0aad4ac36468d988f9d03bc8b8139": {
              "#name": "CustomEmails",
              "Description": "Custom email addresses for this rule notifications",
              "Required": false,
              "Type": "array",
              "$items": {
                "Type": "string"
              }
            }
          },
          {
            "@removed_394dc9920dd74f4a9fe1fd2feb8c922d": {
              "#name": "LastUpdatedTime",
              "Description": "The last time this rule was updated",
              "Required": false,
              "Type": "string"
            }
          },
          {
            "@removed_cd062f0086304185b8c7280be1125769": {
              "#name": "RuleDefinitions",
              "Description": "Static definitions of the ProactiveDetection configuration rule (same values for all components).",
              "Required": false,
              "Type": "object",
              "$properties": [
                {
                  "#name": "Name",
                  "Description": "The rule name",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "DisplayName",
                  "Description": "The rule name as it is displayed in UI",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "Description",
                  "Description": "The rule description",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "HelpUrl",
                  "Description": "URL which displays additional info about the proactive detection rule",
                  "Required": false,
                  "Type": "string"
                },
                {
                  "#name": "IsHidden",
                  "Description": "A flag indicating whether the rule is hidden (from the UI)",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "IsEnabledByDefault",
                  "Description": "A flag indicating whether the rule is enabled by default",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "IsInPreview",
                  "Description": "A flag indicating whether the rule is in preview",
                  "Required": false,
                  "Type": "boolean"
                },
                {
                  "#name": "SupportsEmailNotifications",
                  "Description": "A flag indicating whether email notifications are supported for detections for this rule",
                  "Required": false,
                  "Type": "boolean"
                }
              ]
            }
          }
        ]
      }
    }
  }
}

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/ProactiveDetectionConfigs/{ConfigurationId}
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
resourceName: string ,
ConfigurationId: string ,
ProactiveDetectionProperties:
{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
name: string ,
enabled: boolean ,
sendEmailsToSubscriptionOwners: boolean ,
customEmails:
[
string ,
]
,
lastUpdatedTime: string ,
ruleDefinitions:
{
Name: string ,
DisplayName: string ,
Description: string ,
HelpUrl: string ,
IsHidden: boolean ,
IsEnabledByDefault: boolean ,
IsInPreview: boolean ,
SupportsEmailNotifications: boolean ,
}
,
}
,
}
,
}

⚐ Response (200)

{
id: string ,
name: string ,
type: string ,
location: string ,
properties:
{
name: string ,
enabled: boolean ,
sendEmailsToSubscriptionOwners: boolean ,
customEmails:
[
string ,
]
,
lastUpdatedTime: string ,
ruleDefinitions:
{
Name: string ,
DisplayName: string ,
Description: string ,
HelpUrl: string ,
IsHidden: boolean ,
IsEnabledByDefault: boolean ,
IsInPreview: boolean ,
SupportsEmailNotifications: boolean ,
}
,
}
,
}