diff --git a/src/corelib/Providers/Rackspace/Objects/Monitoring/HttpCheckDetails.cs b/src/corelib/Providers/Rackspace/Objects/Monitoring/HttpCheckDetails.cs
index e3e0a828d..cee8b9ad4 100644
--- a/src/corelib/Providers/Rackspace/Objects/Monitoring/HttpCheckDetails.cs
+++ b/src/corelib/Providers/Rackspace/Objects/Monitoring/HttpCheckDetails.cs
@@ -88,8 +88,8 @@ protected HttpCheckDetails()
/// The target URI.
/// The username of the user to authenticate over HTTP.
/// The password of the user to authenticate over HTTP.
- /// The regular expression to match against the body of the reply.
- /// A collection of named regular expressions to match against the body of the reply.
+ /// The regular expression to match against the body of the reply. For more information, see .
+ /// A collection of named regular expressions to match against the body of the reply. For more information, see .
/// to follow redirects; otherwise, .
/// A collection of additional HTTP headers which are sent with the request.
/// The HTTP method to use for the request.
@@ -159,6 +159,10 @@ public string AuthUser
///
/// Gets the regular expression to match against the body of the reply.
///
+ ///
+ /// The data matched by this regular expression is provided by the
+ /// body_match metric in the alarm criteria.
+ ///
public string Body
{
get
@@ -171,6 +175,16 @@ public string Body
/// Gets a collection of named regular expressions to match against the
/// body of the reply.
///
+ ///
+ /// When this property is specified, a metric will be available for each of
+ /// the named regular expressions. The keys of this dictionary provide the
+ /// names for each of the regular expressions and determine the names of
+ /// alarm criteria metrics which provide the data matched by the expression.
+ /// For example, if contains a key
+ /// helloworld, the metric
+ /// body_match_helloworld provides the data in the body
+ /// matched by the associated regular expression.
+ ///
public ReadOnlyDictionary BodyMatches
{
get