-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Add hardware id in IPDiscover rest API data #250
Comments
Hi, I just have a question since OCS doesn't link IPDiscover with the computer that performed the scan. Regards, |
One goal would be able to inherit meta-data. For example the use of an asset, or its location, which could then be copied to all assets ipdiscovered by it. |
Like @cactux say. You can manage some operation with the data of the agent that discover the ips. For example: |
Hi, Indeed, can't argue what you are saying. I'll discuss this subject with our team and see if we can implement this easily. Regards, |
Hi @gillesdubois , I worked on this feature :) #270 |
@gillesdubois can you please integrate this feature on OCS ? |
Can you add the hardware id of the computer that made the discover on the ip discover api data.
[
[
"192.168.1.2",
"AA:BB:CC:AA:BB:C1",
"255.255.255.0",
"192.168.1.128",
"2020-08-26 14:30:15",
"device1",
TO ADD--> "56",
],
[
"192.168.1.3",
"AA:BB:CC:AA:BB:C2",
"255.255.255.0",
"10.128.111.128",
"2020-06-25 21:26:31",
"device2",
TO ADD --> "56",
]
]
The text was updated successfully, but these errors were encountered: