SoftLayer Network Backbone

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_Network_Backbone service. For information on the SoftLayer_Network_Backbone data type please see SoftLayer_Network_Backbone (type).

Contents

Overview

A SoftLayer_Network_Backbone represents a single backbone connection from SoftLayer to the public Internet, from the Internet to the SoftLayer private network, or a link that connects the private networks between SoftLayer's datacenters. The SoftLayer_Network_Backbone service is unique in that it is not referenced by any of the other SoftLayer API services.

Endpoints

SOAP WSDL Public Network: https://api.softlayer.com/soap/v3/SoftLayer_Network_Backbone?wsdl
Private Network: http://api.service.softlayer.com/soap/v3/SoftLayer_Network_Backbone?wsdl
XML-RPC Endpoint Public Network: https://api.softlayer.com/xmlrpc/v3/SoftLayer_Network_Backbone
Private Network: http://api.service.softlayer.com/xmlrpc/v3/SoftLayer_Network_Backbone
REST URL Public Network: https://api.softlayer.com/rest/v3/SoftLayer_Network_Backbone/
Private Network: https://api.service.softlayer.com/rest/v3/SoftLayer_Network_Backbone/

Methods

getAllBackbones

Retrieve a list of all SoftLayer Backbones

  • returns
SoftLayer_Network_BackboneArray
  • parameters
None



getGraphImage

Retrieve a graph of a SoftLayer backbone's last 24 hours of activity.

  • returns
binary data
  • parameters
None



getHealth

Retrieve a backbone's status.

  • returns
string
  • parameters
None



getLocation

Retrieve which of the SoftLayer datacenters a backbone is connected to.

  • returns
SoftLayer_Location
  • parameters
None



getNetworkComponent

Retrieve a backbone's primary network component.

  • returns
SoftLayer_Network_Component
  • parameters
None



getObject

Retrieve a SoftLayer_Network_Backbone record.

  • returns
SoftLayer_Network_Backbone
  • parameters
None
Personal tools