isPingable


SoftLayer_Virtual_Guest_Network_Component::isPingable

Verifies if network component is pingable.

Description

Issues a ping command and returns the success (true) or failure (false) of the ping command.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest_Network_Component/{SoftLayer_Virtual_Guest_Network_ComponentID}/isPingable'