Lists summary information about the instances that you registered by using a specified service
Source:R/servicediscovery_operations.R
servicediscovery_list_instances.RdLists summary information about the instances that you registered by using a specified service.
See https://www.paws-r-sdk.com/docs/servicediscovery_list_instances/ for full documentation.
Arguments
- ServiceId
[required] The ID or Amazon Resource Name (ARN) of the service that you want to list instances for. For services created in a shared namespace, specify the service ARN. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.
- NextToken
For the first
list_instancesrequest, omit this value.If more than
MaxResultsinstances match the specified criteria, you can submit anotherlist_instancesrequest to get the next group of results. Specify the value ofNextTokenfrom the previous response in the next request.- MaxResults
The maximum number of instances that you want Cloud Map to return in the response to a
list_instancesrequest. If you don't specify a value forMaxResults, Cloud Map returns up to 100 instances.