Get Instance
servicediscovery_get_instance | R Documentation |
Gets information about a specified instance¶
Description¶
Gets information about a specified instance.
Usage¶
Arguments¶
ServiceId
[required] The ID of the service that the instance is associated with.
InstanceId
[required] The ID of the instance that you want to get information about.
Value¶
A list with the following syntax:
list(
Instance = list(
Id = "string",
CreatorRequestId = "string",
Attributes = list(
"string"
)
)
)