SoftLayer Location

From SoftLayer Development Network Wiki

Jump to: navigation, search

Contents

Overview

Every piece of hardware and network connection owned by SoftLayer is tracked physically by location and stored in the SoftLayer_Location datatype. SoftLayer locations exist in parent/child relationships, a convenient way to track equipment from it's city, datacenter, server room, rack, then slot. Network backbones are tied to datacenters only, not to a room, rack, or slot.

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

The unique identifier of a specific location.

  • Type: integer



longName

A longer location description.

  • Type: string
  • Length: 100 characters



name

A short location description.

  • Type: string
  • Length: 100 characters


Relational Properties

onlinePptpVpnUserCount

The total number of users online using SoftLayer's PPTP VPN service for a location.
onlinePptpVpnUserCount can be queried by object mask.
onlinePptpVpnUserCount must be a unique value.

  • Type: integer



onlineSslVpnUserCount

The total number of users online using SoftLayer's SSL VPN service for a location.
onlineSslVpnUserCount can be queried by object mask.
onlineSslVpnUserCount must be a unique value.

  • Type: integer



regions

A location can be a member of 1 or more regions. This will show which regions to which a location belongs.
regions can be queried by object mask.


Count Properties

regionCount

A count of a location can be a member of 1 or more regions. This will show which regions to which a location belongs.
regionCount must be a unique value.

  • Type: unsigned long

Associated Methods

Personal tools