SoftLayer Network Subnet Rwhois Data
From SoftLayer Development Network Wiki
This page refers to the SoftLayer_Network_Subnet_Rwhois_Data service. For information on the SoftLayer_Network_Subnet_Rwhois_Data data type please see SoftLayer_Network_Subnet_Rwhois_Data (type).
Contents |
Overview
Every SoftLayer customer account has a RWHOIS record tied to it. This RWHOIS record is used by SoftLayer's Reverse Whois system as well as SoftLayer's Automated SWIP system.
This service allows you to update your stored RWHOIS record. Changing this record automatically updates the RWHOIS record in 24 hours, but does NOT update SWIP data. You will need to use the SWIP service to do that.
Endpoints
| SOAP WSDL | http://api.service.softlayer.com/soap/v3/SoftLayer_Network_Subnet_Rwhois_Data?wsdl |
| XML-RPC | http://api.service.softlayer.com/xmlrpc/v3/SoftLayer_Network_Subnet_Rwhois_Data |
User Access
Users wishing to access the SoftLayer_Network_Subnet_Rwhois_Data service must have the Manage DNS permission assigned to their account.
Methods
editObject
Edit the RWHOIS record by passing in a modified version of the record object. All fields are editable. The fields are as follows:
- companyName
- firstName
- lastName
- city
- country
- postalCode
- abuseEmail
- address1
- returns
- boolean
- parameters
- SoftLayer_Network_Subnet_Rwhois_Data templateObject
getAccount
Retrieve the SoftLayer customer account associated with this reverse WHOIS data.
- returns
- parameters
- None
getObject
Retrieve a SoftLayer_Network_Subnet_Rwhois_Data record.
- returns
- SoftLayer_Network_Subnet_Rwhois_Data
- parameters
- None

