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)
Arguments¶
NamespaceName |
[required] The |
ServiceName |
[required] The name of the service that you specified when you registered the instance. |
Value¶
A list with the following syntax:
list(
InstancesRevision = 123
)
Request syntax¶
svc$discover_instances_revision(
NamespaceName = "string",
ServiceName = "string"
)