Skip to Content
G360InventorySites with Configurations List

Sites with Configurations List

GET/api/v1/inventory/sites/externalInventory

Returns the list of available sites with associated network configurations.

Auth Scope
urn:grt:inventory
Content-Type
application/json
Rate Limit
60 req/min

Headers

HeaderValue
AuthorizationBearer access-token

Query Parameters

ParameterTypeRequiredDescription
granted_tenant_macnumstringNoThe company macnum on whose behalf the action is performed
macnumstringNoFilter results to a specific site by its macnum
pageintegerNoPage number for pagination (starting at 1). Default: 1
page_sizeintegerNoNumber of sites per page. Must be between 1 and 10000. Default: 10000

Response

Success Response (200 OK)

Response Fields

FieldTypeDescription
dataarrayA list containing objects, where each object represents a site with its associated network configurations
metadataobjectAn object containing pagination information for the dataset

Site Object Fields

FieldTypeDescription
addressstringThe street address of the site location
citystringThe city where the site is located
statestringThe two-letter state abbreviation for the site's location
zipstringThe postal ZIP code for the site's address
macnumstringThe unique identifier or MAC number for the site
site_namestringThe descriptive name of the site, typically including the MAC number and business name
site_typestringThe classification or type of the site (e.g., "Child - Par Pays")
configurationsarrayA list of network configuration objects associated with this site. Each configuration object contains the fields listed below

Configuration Object Fields

FieldTypeDescription
config_namestringThe unique identifier or name for this configuration
config_statusstringThe current status of the configuration
config_typestringThe type of network configuration
carrierstringThe telecommunications carrier providing the service
product_offeringstringThe product or service type being offered
ticket_typestringThe category of the service ticket
ticket_subtypestringThe specific subcategory of the ticket
ip_addressstringThe IP address assigned to the configuration
gatewaystringThe network gateway address
subnet_maskstringThe subnet mask for the network configuration
speedstringThe connection speed or bandwidth of the service
circuit_idstringThe identifier for the circuit, if applicable
access_typestringThe type of network access
completion_datestringThe date when the configuration was completed
contract_start_datestringThe start date of the service contract
contract_end_datestringThe end date of the service contract
contract_termstringThe duration or term of the contract
end_datestringThe termination or end date for the service
dns_1stringThe primary DNS server address
dns_2stringThe secondary DNS server address
ip_quantitystringThe number of IP addresses allocated
ip_typestringThe type of IP addressing
mac_addressstringThe MAC address of the network device
modem_serial_numberstringThe serial number of the modem or network equipment
product_codestringThe internal product code for the service
ratestringThe pricing or rate information for the service
vendorstringThe vendor or provider of the network equipment or service

Metadata Object Fields

FieldTypeDescription
pageintegerThe current page number being displayed
page_sizeintegerThe maximum number of records returned per page
total_itemsintegerThe total number of site records available across all pages
total_pagesintegerThe total number of pages in the dataset

Code Examples

Errors

HTTP StatusError DescriptionResolution
401Authentication FailedVerify your access token is valid and included in the Authorization header with the "Bearer " prefix.
403Permission DeniedYour access token does not have the required scope (urn:grt:inventory). Contact your administrator to request the appropriate permissions.
Last updated on