Values.HttpInstanceSummarySourceIn a response to a DiscoverInstances request, HttpInstanceSummary contains information about one instance that matches the values that you specified in the request.
type nonrec t = {instanceId : ResourceId.t option;The ID of an instance that matches the values that you specified in the request.
*)namespaceName : NamespaceNameHttp.t option;The HttpName name of the namespace. It's found in the HttpProperties member of the Properties member of the namespace.
*)serviceName : ServiceName.t option;The name of the service that you specified when you registered the instance.
*)healthStatus : HealthStatus.t option;If you configured health checking in the service, the current health status of the service instance.
*)attributes : Attributes.t option;If you included any attributes when you registered the instance, the values of those attributes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of AttrKey.t ] * [> `String of AttrValue.t ]) list
| `String of ResourceId.t ])
list ]