paws.networking (version 0.1.6)

servicediscovery_discover_instances: Discovers registered instances for a specified namespace and service

Description

Discovers registered instances for a specified namespace and service.

Usage

servicediscovery_discover_instances(NamespaceName, ServiceName,
  MaxResults, QueryParameters, HealthStatus)

Arguments

NamespaceName

[required] The name of the namespace that you specified when you registered the instance.

ServiceName

[required] The name of the service that you specified when you registered the instance.

MaxResults

The maximum number of instances that you want Cloud Map to return in the response to a DiscoverInstances request. If you don\'t specify a value for MaxResults, Cloud Map returns up to 100 instances.

QueryParameters

A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all the specified key/value pairs will be returned.

HealthStatus

The health status of the instances that you want to discover.

Request syntax

svc$discover_instances(
  NamespaceName = "string",
  ServiceName = "string",
  MaxResults = 123,
  QueryParameters = list(
    "string"
  ),
  HealthStatus = "HEALTHY"|"UNHEALTHY"|"ALL"
)