isConnectedToPrivateEndpointService


SoftLayer_Network::isConnectedToPrivateEndpointService

Checks the current Service Endpoint network connection status.

Description

Accessing select IBM Cloud services attached to the private back-end network is made possible by establishing a network relationship between an account’s private network and the Service Endpoint network.

Responses

True The account and Service Endpoint networks are currently connected.

False The account and Service Endpoint networks are not connected; both networks are properly configured to connect.

Exceptions

SoftLayer_Exception_NotReady Thrown when the current network configuration will not support connection alteration.


Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean

Error Handling

  • If user account (or) Private Endpoint Service is not ready.

Associated Methods

curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network/isConnectedToPrivateEndpointService'