Getting the Reachable IP Address for a Private Endpoint
Get the reachable IP address of a private endpoint in Resource Manager.
Note
To troubleshoot error code 431 related to this request, see Error Code 431 When Getting Reachable IP Address.
To troubleshoot error code 431 related to this request, see Error Code 431 When Getting Reachable IP Address.
Using a Terraform Configuration
Get reachable IP addresses by referencing them from Terraform configurations.
Add code to the Terraform configuration that references an existing reachable IP address.
For an example, see Example Usage (Data Source: oci_resourcemanager_private_endpoint_reachable_ip).
This task can't be performed using the Console. Use the
oci resource-manager private-endpoint get-reachable-ip
command to get a reachable IP address for a private endpoint.oci resource-manager private-endpoint get-reachable-ip --private-endpoint-id <private_endpoint_ocid> --private-ip <ip_address>
For a complete list of parameters and values for CLI commands, see the Command Line Reference for Resource Manager.
Use the GetReachableIp operation to get the reachable IP address of a private endpoint.