-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1071 from OpenNMS/jira/NMS-16939-add-nodeparentid
NMS-16939: Add parentNodeId to OnmsNode
- Loading branch information
Showing
9 changed files
with
1,500 additions
and
11,410 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"down": true, | ||
"notify": null, | ||
"status": "A", | ||
"source": null, | ||
"qualifier": null, | ||
"lastGood": 1681862554301, | ||
"lastFail": 1693000042923, | ||
"statusLong": "Managed", | ||
"ipInterfaceId": 1, | ||
"serviceType": { | ||
"id": 1, | ||
"name": "DeviceConfig-default" | ||
}, | ||
"id": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
{ | ||
"assetRecord": { | ||
"additionalhardware": null, | ||
"admin": null, | ||
"assetNumber": null, | ||
"autoenable": null, | ||
"building": "test", | ||
"category": "Unspecified", | ||
"circuitId": null, | ||
"comment": null, | ||
"connection": null, | ||
"cpu": null, | ||
"dateInstalled": null, | ||
"department": null, | ||
"description": null, | ||
"displayCategory": null, | ||
"division": null, | ||
"enable": null, | ||
"floor": null, | ||
"hdd1": null, | ||
"hdd2": null, | ||
"hdd3": null, | ||
"hdd4": null, | ||
"hdd5": null, | ||
"hdd6": null, | ||
"id": 1960, | ||
"inputpower": null, | ||
"lastModifiedBy": "", | ||
"lastModifiedDate": 1699799013442, | ||
"latitude": 35.68642, | ||
"lease": null, | ||
"leaseExpires": null, | ||
"longitude": -78.727554, | ||
"maintContractExpiration": null, | ||
"maintContractNumber": null, | ||
"maintcontract": null, | ||
"managedObjectInstance": null, | ||
"managedObjectType": null, | ||
"manufacturer": null, | ||
"modelNumber": null, | ||
"notifyCategory": null, | ||
"numpowersupplies": null, | ||
"operatingSystem": null, | ||
"password": null, | ||
"pollerCategory": null, | ||
"port": null, | ||
"rack": null, | ||
"rackunitheight": null, | ||
"ram": null, | ||
"region": null, | ||
"room": null, | ||
"serialNumber": null, | ||
"slot": null, | ||
"snmpcommunity": null, | ||
"storagectrl": null, | ||
"supportPhone": null, | ||
"thresholdCategory": null, | ||
"username": null, | ||
"vendor": null, | ||
"vendorAssetNumber": null, | ||
"vendorFax": null, | ||
"vendorPhone": null, | ||
"vmwareManagedEntityType": null, | ||
"vmwareManagedObjectId": null, | ||
"vmwareManagementServer": null, | ||
"vmwareState": null, | ||
"vmwareTopologyInfo": null | ||
}, | ||
"categories": [ | ||
{ | ||
"authorizedGroups": [], | ||
"id": 7, | ||
"name": "Monitor_SNMP" | ||
} | ||
], | ||
"createTime": 1699799013442, | ||
"foreignId": "sin.local", | ||
"foreignSource": "test", | ||
"id": 81, | ||
"nodeParentID": 181, | ||
"label": "Sin.local", | ||
"labelSource": "U", | ||
"lastCapsdPoll": 1701532685099, | ||
"location": "Default", | ||
"sysContact": "Administrator <[email protected]>", | ||
"sysDescription": "Darwin With-Teeth.local 24.1.0 Darwin Kernel Version 24.1.0: Mon Nov 4 14:16:27 PDT 2024; root:xnu-3789.70.16~2/RELEASE_M1_PRO M1_PRO", | ||
"sysLocation": "Right here, right now.", | ||
"sysName": "With-Teeth.local", | ||
"sysObjectId": ".1.3.6.1.4.1.8072.3.2.255", | ||
"type": "A" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"down": true, | ||
"notify": null, | ||
"status": "A", | ||
"source": null, | ||
"qualifier": null, | ||
"lastGood": 1681862554301, | ||
"lastFail": 1693000042923, | ||
"statusLong": "Managed", | ||
"ipInterfaceId": 101, | ||
"ipAddress": "192.168.1.119", | ||
"nodeId": 142, | ||
"nodeLabel": "node119", | ||
"serviceType": { | ||
"id": 1, | ||
"name": "DeviceConfig-default" | ||
}, | ||
"id": 99 | ||
} |
Oops, something went wrong.