SoftLayer Network Subnet IpAddress
From SoftLayer Development Network Wiki
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).
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
- parameters
- None
getHardware
Retrieve a server that this IP address is routed to.
- returns
- parameters
- None
getNetworkComponent
Retrieve a network component that is statically routed to an IP address.
- returns
- 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
- parameters
- None
getSubnet
Retrieve an IP address' associated subnet.
- returns
- parameters
- None
getSyslogEventsOneDay
Retrieve all events for this IP address stored in the datacenter syslogs from the last 24 hours
- returns
- parameters
- None
getSyslogEventsSevenDays
Retrieve all events for this IP address stored in the datacenter syslogs from the last 7 days
- returns
- parameters
- None
getTopTenSyslogEventsByDestinationPortOneDay
Retrieve top Ten network datacenter syslog events, grouped by destination port, for the last 24 hours
- returns
- parameters
- None
getTopTenSyslogEventsByDestinationPortSevenDays
Retrieve top Ten network datacenter syslog events, grouped by destination port, for the last 7 days
- returns
- parameters
- None
getTopTenSyslogEventsByProtocolsOneDay
Retrieve top Ten network datacenter syslog events, grouped by protocol, for the last 24 hours
- returns
- parameters
- None
getTopTenSyslogEventsByProtocolsSevenDays
Retrieve top Ten network datacenter syslog events, grouped by protocol, for the last 7 days
- returns
- parameters
- None
getTopTenSyslogEventsBySourceIpOneDay
Retrieve top Ten network datacenter syslog events, grouped by source ip address, for the last 24 hours
- returns
- parameters
- None
getTopTenSyslogEventsBySourceIpSevenDays
Retrieve top Ten network datacenter syslog events, grouped by source ip address, for the last 7 days
- returns
- parameters
- None
getTopTenSyslogEventsBySourcePortOneDay
Retrieve top Ten network datacenter syslog events, grouped by source port, for the last 24 hours
- returns
- parameters
- None
getTopTenSyslogEventsBySourcePortSevenDays
Retrieve top Ten network datacenter syslog events, grouped by source port, for the last 7 days
- returns
- parameters
- None

