SoftLayer Network Subnet Rwhois Data (type)

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_Network_Subnet_Rwhois_Data data type. For information on the SoftLayer_Network_Subnet_Rwhois_Data service please see SoftLayer_Network_Subnet_Rwhois_Data.

Contents

Overview

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.

User Access

Users wishing to access the SoftLayer_Network_Subnet_Rwhois_Data type must have the Manage DNS permission assigned to their account.

Warning! Even though our API is object based, XML-RPC can only return data as array values. The SOAP implementation treats data as object properties.

Local Properties

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
  • Length: 100 characters



accountId

An account's RWHOIS data's associated account identifier.

  • Type: integer
  • Length: 10 digits



address1

The first line of the mailing address associated with an account's RWHOIS data.

  • Type: string
  • Length: 75 characters



address2

The second line of the mailing address associated with an account's RWHOIS data.

  • Type: string
  • Length: 75 characters



city

The city of the mailing address associated with an account's RWHOIS data.

  • Type: string
  • Length: 50 characters



companyName

The company name associated with an account's RWHOIS data.

  • Type: string
  • Length: 100 characters



country

A two-letter abbreviation of the country of the mailing address associated with an account's RWHOIS data.

  • Type: string
  • Length: 2 characters



createDate

The date an account's RWHOIS data was created.



firstName

The first name associated with an account's RWHOIS data.

  • Type: string
  • Length: 30 characters



id

An account's RWHOIS data's internal identifier.

  • Type: integer



lastName

The last name associated with an account's RWHOIS data.

  • Type: string
  • Length: 30 characters



modifyDate

The date an account's RWHOIS data was last modified.



postalCode

The postal code of the mailing address associated with an account's RWHOIS data.

  • Type: string
  • Length: 50 characters



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
  • Length: 2 characters


Relational Properties

account

The SoftLayer customer account associated with this reverse WHOIS data.
account can be queried by object mask.
account must be a unique value.

Associated Methods

See Also

External Links

Personal tools