SoftLayer_Network_Subnet_Rwhois_Data


SoftLayer_Network_Subnet_Rwhois_Data

Description

Deprecated

Every SoftLayer customer account has contact information associated with it for reverse WHOIS purposes. An account’s RWHOIS data, modeled by the SoftLayer_Network_Subnet_Rwhois_Data data type, is used by SoftLayer’s reverse WHOIS server as well as for SWIP transactions. SoftLayer’s reverse WHOIS servers respond to WHOIS queries for IP addresses belonging to a customer’s servers, returning this RWHOIS data.

A SoftLayer customer’s RWHOIS data may not necessarily match their account or portal users’ contact information.

Local


abuseEmail

An email address associated with an account’s RWHOIS data that is responsible for responding to network abuse queries about malicious traffic coming from your servers’ IP addresses.
Type: string


accountId

An account’s RWHOIS data’s associated account identifier.
Type: int


address1

The first line of the mailing address associated with an account’s RWHOIS data.
Type: string


address2

The second line of the mailing address associated with an account’s RWHOIS data.
Type: string


city

The city of the mailing address associated with an account’s RWHOIS data.
Type: string


companyName

The company name associated with an account’s RWHOIS data.
Type: string


country

A two-letter abbreviation of the country of the mailing address associated with an account’s RWHOIS data.
Type: string


createDate

The date an account’s RWHOIS data was created.
Type: dateTime


firstName

The first name associated with an account’s RWHOIS data.
Type: string


id

An account’s RWHOIS data’s internal identifier.
Type: int


lastName

The last name associated with an account’s RWHOIS data.
Type: string


modifyDate

The date an account’s RWHOIS data was last modified.
Type: dateTime


postalCode

The postal code of the mailing address associated with an account’s RWHOIS data.
Type: string


privateResidenceFlag

Whether an account’s RWHOIS data refers to a private residence or not.
Type: boolean


state

A two-letter abbreviation of the state of the mailing address associated with an account’s RWHOIS data. If an account does not reside in a province then this is typically blank.
Type: string

Relational


account

The SoftLayer customer account associated with this reverse WHOIS data.
Type: SoftLayer_Account

Count