Sites
Sites represent any physical location where your ISP has equipment. These can be towers, customer locations, or anywhere else you have equipment.
Site CSV Format
Below is the format required for the Sites CSV to be imported into Nucleo. Feel free to download the CSV template below.
Columns
- Name
ID
- Type
- string | int
- Description
Unique identifier on your current system. In subsequent imports, Nucleo will bind imported data to this ID for any service or device that references this site.
- Name
Customer ID
- Type
- string (';' separated)
- Description
A list of customer account ids on your current system that the site belongs to. This list is separated by
;
which means that a site can belong to many customers. Leave this empty if the site doesn't belong to a customer and is an internal site.
- Name
Enabled
- Type
- int
- Description
Flag if the site is enabled or not.
0
= enabled,1
= disabled.
- Name
Type
- Type
- string
- Description
The type of the site. The valid options are
customer
orinternal
.
- Name
Sub Type
- Type
- string
- Description
Optional field. This describes the sub type of the site. Valid for
internal
sites only. The valid options aretower
,datacenter
,mtu
(Multi Tenant Unit).
- Name
DNS Abbreviation
- Type
- string
- Description
The DNS abbreviation for the site. This is used to generate the DNS name for the site.
- Name
Address 1
- Type
- string
- Description
The first line of the address for the site.
- Name
Address 2
- Type
- string
- Description
The second line of the address for the site.
- Name
City
- Type
- string
- Description
The city of the site.
- Name
State
- Type
- string
- Description
The state of the site. This is the two letter abbreviation for the state.
- Name
Zip
- Type
- string
- Description
The zip code of the site.
- Name
Latitude
- Type
- decimal
- Description
The latitude of the site. This must be a valid decimal number.
- Name
Longitude
- Type
- string
- Description
The longitude of the site. This must be a valid decimal number.
- Name
Tower Structure
- Type
- string
- Description
The tower structure of the site. This is only valid for tower sites. The valid options are
guyed
,self-support
,water
,grain-leg
,building-rooftop
, orother
- Name
Height
- Type
- Number
- Description
The height of the tower in feet. This is only valid for tower sites.
- Name
Electrical Provider
- Type
- string
- Description
The electrical provider for the site. This is only valid for tower sites.
- Name
On Site Generator
- Type
- boolean
- Description
Flag if the site has an on site generator. This is only valid for tower sites.
0
= no,1
= yes.
- Name
Primary Subnet
- Type
- string
- Description
The primary subnet for the site. This is only valid for internal sites.
- Name
Secondary Subnet
- Type
- string
- Description
The secondary subnet for the site. This is only valid for internal sites.
- Name
Radius
- Type
- string
- Description
The coverage radius in miles for the site. This is only valid for tower sites.
- Name
FCC Tech Code
- Type
- string
- Description
The FCC tech code for the site. This is only valid for tower sites.
- Name
FCC Call Sign
- Type
- string
- Description
The FCC call sign for the site. This is only valid for tower sites.
- Name
Max Download Rate
- Type
- string
- Description
The maximum download rate for the site. This is only valid for tower sites.
- Name
Max Upload Rate
- Type
- string
- Description
The maximum upload rate for the site. This is only valid for tower sites.
- Name
Section Azimuth
- Type
- string
- Description
The section azimuth for the site. This is only valid for tower sites.
- Name
Section Beam Width
- Type
- string
- Description
The section beam width for the site. This is only valid for tower sites.
- Name
Lease Start Date
- Type
- date
- Description
The lease start date for the site. This must be a date and it represents the day the lease of the tower started
- Name
Initial Payment
- Type
- Number
- Description
The initial dollar amount paid for the lease of the tower. This is only valid for tower sites.
- Name
Annual Escalator Percentage
- Type
- string
- Description
The annual escalator percentage for the lease of the tower. This is only valid for tower sites.
- Name
Contract Terms
- Type
- string
- Description
The contract terms for the lease of the tower. This is only valid for tower sites.
- Name
Notes
- Type
- string
- Description
Any notes about the site.