HttpInstanceSummary
In a response to a DiscoverInstances request, HttpInstanceSummary
contains information about one instance
that matches the values that you specified in the request.
Contents
- Attributes
-
If you included any attributes when you registered the instance, the values of those attributes.
Type: String to string map
Key Length Constraints: Maximum length of 255.
Key Pattern:
^[a-zA-Z0-9!-~]+$
Value Length Constraints: Maximum length of 1024.
Value Pattern:
^([a-zA-Z0-9!-~][ \ta-zA-Z0-9!-~]*){0,1}[a-zA-Z0-9!-~]{0,1}$
Required: No
- HealthStatus
-
If you configured health checking in the service, the current health status of the service instance.
Type: String
Valid Values:
HEALTHY | UNHEALTHY | UNKNOWN
Required: No
- InstanceId
-
The ID of an instance that matches the values that you specified in the request.
Type: String
Length Constraints: Maximum length of 64.
Required: No
- NamespaceName
-
The
HttpName
name of the namespace. It's found in theHttpProperties
member of theProperties
member of the namespace.Type: String
Length Constraints: Maximum length of 1024.
Pattern:
^[!-~]{1,1024}$
Required: No
- ServiceName
-
The name of the service that you specified when you registered the instance.
Type: String
Pattern:
((?=^.{1,127}$)^([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9])(\.([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9]))*$)|(^\.$)
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: