View source: R/servicediscovery_operations.R
servicediscovery_get_instances_health_status | R Documentation |
Gets the current health status (Healthy
, Unhealthy
, or Unknown
) of one or more instances that are associated with a specified service.
See https://www.paws-r-sdk.com/docs/servicediscovery_get_instances_health_status/ for full documentation.
servicediscovery_get_instances_health_status(
ServiceId,
Instances = NULL,
MaxResults = NULL,
NextToken = NULL
)
ServiceId |
[required] The ID of the service that the instance is associated with. |
Instances |
An array that contains the IDs of all the instances that you want to get the health status for. If you omit To get the IDs for the instances that you've registered by using a
specified service, submit a
|
MaxResults |
The maximum number of instances that you want Cloud Map to return in the
response to a
|
NextToken |
For the first
If more than |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.