We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
os
host
software
Similar to #1377, os and host attributes can be better represented using the software SCO.
For example, go from:
"0": { "type": "x-oca-asset", "hostname": "thl-win", "os_name": "Windows Server 2019 Standard", "os_platform":"windows", "os_version":"10.0", ... }
to:
"0": { "type": "software", "name": "Windows Server 2019 Standard", "version": "10.0", "vendor": "windows" }, "1": { "type": "x-oca-asset", "hostname": "thl-win", "os_ref": "0", ... }, ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to #1377,
os
andhost
attributes can be better represented using thesoftware
SCO.For example, go from:
to:
The text was updated successfully, but these errors were encountered: