Data - Retrieve Rule Configuration

Retrieves rule configuration for Rule ID provided.

GET http://<Servername>/OperationsManager/data/ruleConfiguration/{id}

URI Parameters

Name In Required Type Description
id
path True

string

Specify the Rule ID

Responses

Name Type Description
200 OK

string

OK.Successfully retrieved Rule Configuration

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Examples

RetrieveRuleConfiguration

Sample Request

GET http://<Servername>/OperationsManager/data/ruleConfiguration/E86293C0-D842-58CF-20AA-315267B0934C

Sample Response

[
  "<Name>$Target/Host/Property[Type=\"Microsoft.SystemCenter.Apm.ApplicationInstanceBase\"]/ApplicationName$</Name><AspectType>applicationfailure</AspectType><RootName>$Target/Property[Type=\"Microsoft.SystemCenter.Apm.WcfTransaction\"]/ClassName$/$Target/Property[Type=\"Microsoft.SystemCenter.Apm.WcfTransaction\"]/MethodName$</RootName>"
]