Inventory Device Serial Ipping
Endpoints Summary
GET
/inventory_device_serial_ipping/{serial_number}/
Swagger ↗
The
inventoryInventorydeviceDeviceserialSerialippingMapping API providesfunctionalityendpointstoforretrieveretrieving device informationbased onby serialnumbers.number. This endpoint isprimarily usedessential for device identification, inventorymanagement,tracking, and assettrackingmanagementwithinworkflows where you need to quickly lookup device details using only thecontrolserialsystem.number.
Base URL: https://control.zequenze.com/api/v1
Authentication: All endpoints require a Bearer token:
Authorization: Bearer <your-api-token>
Overview
The inventoryInventory deviceDevice serialSerial ippingMapping API category focusescontains onendpoints specifically designed for device identificationlookup and retrievalidentification operations using serial numbers as unique identifiers.operations. This API is essentialparticularly foruseful inventorywhen managementyou systemshave wherea devicesdevice's serial number and need to beretrieve quicklyits locatedcorresponding andsystem identifiedinformation withinor anverify organization'sits assetexistence database.in your inventory.
Common scenarios include:
-
Asset verification
-: Confirming a devicedetailsexists in your inventory during physical auditsor maintenance -
DeviceSupportlookupworkflows:-LookingFinding specificup device information whenonlycustomerstheprovide serialnumber is knownnumbers -
InventoryIntegrationtrackingprocesses:-MappingMonitoringexternal devicestatusdataandtolocationyourbasedinternaloninventoryserial identificationsystem -
SupportQualityoperationsassurance:- RetrievingValidating devicedetailsserialfornumberstroubleshootingduring intake orwarrantydeploymentclaimsprocesses
TheThis "ipping"endpoint terminologyserves suggestsas thisa maybridge bebetween relatedphysical todevices IP(identified addressby assignmentserial ornumbers) networkand configurationyour fordigital devices,inventory makingmanagement itsystem, valuableenabling for network administrators managingefficient device deployments.tracking and management workflows.
Endpoints
GET /inventory_device_serial_ipping/{serial_number}/
Description: Retrieves detaileddevice information about a specific device using itsby serial number. This endpoint is essential for device identification and inventory management, allowingallows you to quicklylook accessup a specific device in your inventory using its serial number as the identifier. It returns the internal system ID and other relevant device details whenassociated youwith have thethat serial number available.number.
Use Cases:
LookingVerifyupif a deviceinformationwithduringaphysicalspecific serial number exists in your inventoryauditsRetrievingRetrieve system ID for a devicedetailswhenforyoumaintenanceonlyorhavesupporttheticketsserial numberVerifying device configuration and status before deployment
Full URL Example:
https://control.zequenze.com/api/v1/inventory_device_serial_ipping/ABC123DEF456/ABC123456789/
Path Parameters:
| Parameter | Type | In | Required | Description |
|---|---|---|---|---|
| serial_number | string | path | Yes | The |
cURL Example:
curl -X GET "https://control.zequenze.com/api/v1/inventory_device_serial_ipping/ABC123DEF456/ABC123456789/" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json"
Example Response:
{
"id": 1547,
"serial_number": "ABC123DEF456",
"device_name": "Network Router - Building A",
"model": "Cisco ISR 4331",
"manufacturer": "Cisco Systems",
"mac_address": "00:1B:44:11:3A:B7",
"ip_address": "192.168.1.254",
"location": "Server Room A - Rack 3",
"status": "active",
"organization_id": 42,
"organization_name": "Acme Corporation",
"asset_tag": "ACME-NET-001",
"purchase_date": "2023-05-15",
"warranty_expiry": "2026-05-15",
"last_updated": "2024-01-15T14:30:00Z",
"created_at": "2023-05-20T09:15:00Z"12345
}
Response Codes:
| Status | Description |
|---|---|
| 200 | Success - Returns the device information for the specified serial number |
| 401 | Unauthorized - Invalid or missing |
| 404 | Not Found - No device found with the specified serial number |
Common Use Cases
Use Case 1: Physical InventoryDevice Audit Verification
When conductingDuring physical inventory audits, staffuse canthis scanendpoint to verify that devices found on-site are properly registered in your system. Scan or manually enter device serial numbers to quicklyconfirm retrieveeach completedevice's devicepresence information,in verifyyour locationinventory accuracy, and update asset records.database.
Use Case 2: TechnicalCustomer Support IntegrationLookup
SupportWhen teamscustomers cancontact integratesupport and provide a device serial number, use this endpoint intoto theirquickly ticketingretrieve systemsthe internal device ID, which can then be used with other inventory endpoints to automaticallyget populatecomplete device informationdetails, whenwarranty customersinformation, provideor serialservice numbers, streamlining the support process.history.
Use Case 3: Asset Verification Before DeploymentIntegration
BeforeWhen deployingintegrating with external asset management systems or importing device data, use this endpoint to check if devices toalready newexist locations,in administratorsyour caninventory verifybefore devicecreating specifications,duplicates, warrantyhelping status,maintain anddata configuration details using the serial number lookup.integrity.
Use Case 4: MaintenanceDevice SchedulingRegistration Validation
FacilityBefore managementregistering systemsnew can use serial number lookups to retrieve warranty information and schedule preventive maintenance based on device age and manufacturer recommendations.
Use Case 5: Security Compliance Tracking
Security teams can quicklydevices, verify device ownership, location, and compliance status during security audits by looking up devices usingthat their serial numbers.numbers aren't already in use in your system, preventing duplicate entries and ensuring accurate inventory tracking.
Best Practices
-
Serial Number Formatting: Ensure serial numbers are
providedproperlyexactlyURL-encoded,asespeciallystored in the system -if theyarecontaincase-sensitivespecialandcharacters,mustspaces,matchorpreciselysymbols -
Error Handling: Always
check forhandle 404 responseswhengracefully, as they indicate the serialnumbersnumbermightis notexistfound intheyoursystem,inventory