createObjects


SoftLayer_Network_Monitor_Version1_Query_Host::createObjects

Create multiple monitoring entries at once

Description

Passing in a collection of unsaved instances of Query_Host objects into this function will create all objects and return the results to the user.

Parameters

Name Type Description
templateObjects SoftLayer_Network_Monitor_Version1_Query_Host[] An array of SoftLayer_Network_Monitor_Version1_Query_Host 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_Monitor_Version1_Query_Host]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Monitor_Version1_Query_Host/createObjects'