createObject


SoftLayer_Network_Monitor_Version1_Query_Host::createObject

Create a monitoring entry

Description

Passing in an unsaved instances of a Query_Host object into this function will create the object and return the results to the user.

Parameters

Name Type Description
templateObject SoftLayer_Network_Monitor_Version1_Query_Host The SoftLayer_Network_Monitor_Version1_Query_Host object 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/createObject'