SoftLayer Network Backbone::getObject
From SoftLayer Development Network Wiki
getObject is a member of the SoftLayer_Network_Backbone service.
Contents |
Overview
Retrieve an individual SoftLayer_Network_Backbone record. Use the getAllBackbones() method to retrieve a list of all SoftLayer network backbones.
Return Type
getObject returns the SoftLayer_Network_Backbone data type.
Headers
Required Headers
getObject requires the following headers:
Optional Headers
getObject may use the following headers:
Error Handling
getObject throws the following exceptions:
- SoftLayer_Exception_ObjectNotFound
- Throw the error "Unable to find object with id of {id}." if the given initialization parameter has an invalid id field.

