disconnectPrivateEndpointService


SoftLayer_Network::disconnectPrivateEndpointService

Terminates the connection between the account and Service Endpoint networks.

Description

Initiate the automated process to revoke mutual connectivity from the account network and IBM Cloud Service Endpoint network. Once initiated, the configuration process occurs asynchronously in the background.

Responses

True The request to disconnect was successfully initiated.

False The account and Service Endpoint networks are already disconnected.

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 to disconnect.

Associated Methods

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