paws.networking (version 0.1.6)

servicediscovery_get_instance: Gets information about a specified instance

Description

Gets information about a specified instance.

Usage

servicediscovery_get_instance(ServiceId, InstanceId)

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.

Request syntax

svc$get_instance(
  ServiceId = "string",
  InstanceId = "string"
)