Skip to content

Discover Instances Revision

servicediscovery_discover_instances_revision R Documentation

Discovers the increasing revision associated with an instance

Description

Discovers the increasing revision associated with an instance.

Usage

servicediscovery_discover_instances_revision(NamespaceName, ServiceName,
  OwnerAccount)

Arguments

NamespaceName

[required] The HttpName name of the namespace. The HttpName is found in the HttpProperties member of the Properties member of the namespace.

ServiceName

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

OwnerAccount

The ID of the Amazon Web Services account that owns the namespace associated with the instance, as specified in the namespace ResourceOwner field. For instances associated with namespaces that are shared with your account, you must specify an OwnerAccount. For more information about shared namespaces, see Cross-account Cloud Map namespace sharing in the Cloud Map Developer Guide.

Value

A list with the following syntax:

list(
  InstancesRevision = 123
)

Request syntax

svc$discover_instances_revision(
  NamespaceName = "string",
  ServiceName = "string",
  OwnerAccount = "string"
)