"SoftLayer_" prefix removed for readability.
Attach network components to a security group by creating a network component binding.
Name | Type | Description |
---|---|---|
networkComponentIds | int[] | An array of SoftLayer_Virtual_Guest_Network_Component IDs for components you want to attach |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_SecurityGroup/{SoftLayer_Network_SecurityGroupID}/attachNetworkComponents'