createObjects


SoftLayer_Network_SecurityGroup::createObjects

Create new security groups.

Description

Create new security groups.

Parameters

Name Type Description
templateObjects SoftLayer_Network_SecurityGroup[] An array of SoftLayer_Network_SecurityGroup objects that you wish to create.

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_SecurityGroup]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_SecurityGroup/createObjects'