SoftLayer Network Subnet IpAddress

From SoftLayer Development Network Wiki

Jump to: navigation, search

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

Contents

Overview

Every SoftLayer IP address is defined in the SoftLayer_Network_Subnet_IpAddress service. SoftLayer IP addresses are assigned to a SoftLayer_Network_Subnet. The SoftLayer_Network_Subnet_IpAddress service gives you information about an IP address such if it is reserved, a network address, or a gateway. Use the data returned by these methods with other API services to get more detailed information about your services.

SoftLayer customers can order and manage IP addresses through the customer portal. If you need to cancel a subnet please open a sales ticket in our customer portal and our account management staff will assist you.

Endpoints

SOAP WSDL http://api.service.softlayer.com/soap/v3/SoftLayer_Network_Subnet_IpAddress?wsdl
XML-RPC http://api.service.softlayer.com/xmlrpc/v3/SoftLayer_Network_Subnet_IpAddress

User Access

Users wishing to access the SoftLayer_Network_Subnet_IpAddress service must have the View Hardware permission assigned to their account.

Methods

editObject

Edit the object by passing in a modified instance of the object

  • returns
boolean
  • parameters
SoftLayer_Network_Subnet_IpAddress templateObject



editObjects

Edit multiple objects by passing in modified instances of the object.

  • returns
boolean
  • parameters
SoftLayer_Network_Subnet_IpAddressArray templateObjects



getEndpointSubnets

Retrieve all the subnets routed to an IP address.

  • returns
SoftLayer_Network_SubnetArray
  • parameters
None



getHardware

Retrieve a server that this IP address is routed to.

  • returns
SoftLayer_Hardware
  • parameters
None



getNetworkComponent

Retrieve a network component that is statically routed to an IP address.

  • returns
SoftLayer_Network_Component
  • parameters
None



getObject

Retrieve a SoftLayer_Network_Subnet_IpAddress record.

  • returns
SoftLayer_Network_Subnet_IpAddress
  • parameters
None



getRemoteManagementNetworkComponent

Retrieve an IPMI-based management network component of the IP address.

  • returns
SoftLayer_Hardware
  • parameters
None



getSubnet

Retrieve an IP address' associated subnet.

  • returns
SoftLayer_Network_Subnet
  • parameters
None



getSyslogEventsOneDay

Retrieve all events for this IP address stored in the datacenter syslogs from the last 24 hours

  • returns
SoftLayer_Network_Logging_SyslogArray
  • parameters
None



getSyslogEventsSevenDays

Retrieve all events for this IP address stored in the datacenter syslogs from the last 7 days

  • returns
SoftLayer_Network_Logging_SyslogArray
  • parameters
None



getTopTenSyslogEventsByDestinationPortOneDay

Retrieve top Ten network datacenter syslog events, grouped by destination port, for the last 24 hours

  • returns
SoftLayer_Network_Logging_SyslogArray
  • parameters
None



getTopTenSyslogEventsByDestinationPortSevenDays

Retrieve top Ten network datacenter syslog events, grouped by destination port, for the last 7 days

  • returns
SoftLayer_Network_Logging_SyslogArray
  • parameters
None



getTopTenSyslogEventsByProtocolsOneDay

Retrieve top Ten network datacenter syslog events, grouped by protocol, for the last 24 hours

  • returns
SoftLayer_Network_Logging_SyslogArray
  • parameters
None



getTopTenSyslogEventsByProtocolsSevenDays

Retrieve top Ten network datacenter syslog events, grouped by protocol, for the last 7 days

  • returns
SoftLayer_Network_Logging_SyslogArray
  • parameters
None



getTopTenSyslogEventsBySourceIpOneDay

Retrieve top Ten network datacenter syslog events, grouped by source ip address, for the last 24 hours

  • returns
SoftLayer_Network_Logging_SyslogArray
  • parameters
None



getTopTenSyslogEventsBySourceIpSevenDays

Retrieve top Ten network datacenter syslog events, grouped by source ip address, for the last 7 days

  • returns
SoftLayer_Network_Logging_SyslogArray
  • parameters
None



getTopTenSyslogEventsBySourcePortOneDay

Retrieve top Ten network datacenter syslog events, grouped by source port, for the last 24 hours

  • returns
SoftLayer_Network_Logging_SyslogArray
  • parameters
None



getTopTenSyslogEventsBySourcePortSevenDays

Retrieve top Ten network datacenter syslog events, grouped by source port, for the last 7 days

  • returns
SoftLayer_Network_Logging_SyslogArray
  • parameters
None

See Also

External Links

Personal tools