"SoftLayer_" prefix removed for readability.
Checks the current Service Endpoint network connection status.
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.
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.
SoftLayer_Exception_NotReady Thrown when the current network configuration will not support connection alteration.
None
None
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network/isConnectedToPrivateEndpointService'