getObject


SoftLayer_Network_Firewall_Update_Request::getObject

Retrieve a SoftLayer_Network_Firewall_Update_Request record.

Description

‘‘getObject’’ returns a SoftLayer_Network_Firewall_Update_Request object. You can only get historical objects for servers attached to your account that have a network firewall enabled. ‘‘createObject’’ inserts a new SoftLayer_Network_Firewall_Update_Request object. You can only insert requests for servers attached to your account that have a network firewall enabled. ‘‘getFirewallUpdateRequestRuleAttributes’’ Get the possible attribute values for a firewall update request rule.

Parameters

None

Required Headers

Optional Headers

Return Values

Error Handling

  • Throw the error “Access Denied.” if the given initialization parameter id field is not the account id of the user making the API call.
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Firewall_Update_Request/{SoftLayer_Network_Firewall_Update_RequestID}/getObject'