SoftLayer Network Subnet Swip Transaction (type)
From SoftLayer Development Network Wiki
This page refers to the SoftLayer_Network_Subnet_Swip_Transaction data type. For information on the SoftLayer_Network_Subnet_Swip_Transaction service please see SoftLayer_Network_Subnet_Swip_Transaction.
Contents |
Overview
The SoftLayer_Network_Subnet_Swip_Transaction data type contains basic information tracked at SoftLayer to allow automation of SWIP creation, update, and removal requests. A specific transaction is attached to an accountId and a subnetId. This also contains a "Status Name" which tells the customer what the transaction is doing:
- REQUEST QUEUED: Request is queued up to be sent to ARIN
- REQUEST SENT: The email request has been sent to ARIN
- REQUEST CONFIRMED: ARIN has confirmed that the request is good, and should be available in 24 hours
- OK: The subnet has been checked with WHOIS and it the SWIP transaction has completed correctly
- REMOVE QUEUED: A subnet is queued to be removed from ARIN's systems
- REMOVE SENT: The removal email request has been sent to ARIN
- REMOVE CONFIRMED: ARIN has confirmed that the removal request is good, and the subnet should be clear in WHOIS in 24 hours
- DELETED: This specific SWIP Transaction has been removed from ARIN and is no longer in effect
- SOFTLAYER MANUALLY PROCESSING: Sometimes a request doesn't go through correctly and has to be manually processed by SoftLayer. This may take some time.
User Access
Users wishing to access the SoftLayer_Network_Subnet_Swip_Transaction 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
id
A SWIP transaction's unique identifier.
- Type: integer
statusName
A Name describing which state a SWIP transaction is in.
- Type: string
subnetId
ID Number of the Subnet for this SWIP transaction.
- Type: integer
- Length: 10 digits
Relational Properties
account
The Account whose RWHOIS data was used to SWIP this subnet
account can be queried by object mask.
account must be a unique value.
- Type: SoftLayer_Account
subnet
The subnet that this SWIP transaction was created for.
subnet can be queried by object mask.
subnet must be a unique value.
- Type: SoftLayer_Network_Subnet

