Skip to content
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

Make os and host attributes reference the software SCO #1407

Closed
Harmedox opened this issue Mar 30, 2023 · 0 comments
Closed

Make os and host attributes reference the software SCO #1407

Harmedox opened this issue Mar 30, 2023 · 0 comments

Comments

@Harmedox
Copy link
Contributor

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",
        ...
},
    
    ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant