OS Groups - API response
We are trying to figure out the OS grouping logic and cannot seem to find the API response that allows for (in example) AlmaLinux 11 and AlmaLinux 10 to be placed in the same group. We believe we are close with some JQ attached to the pxe/profiles call , but we would like to be able to see what “OS group” a PXE OS install is attached to, or how to manipulate where an OS is listed.
```
| jq -r '.result[].osName' | sort -V | pcregrep -o1 '^([^0-9(]+)' | uniq
AlmaLinux CentOS Clonezilla CloudLinux Collect Hardware Information Debian Disk wipe Fedora Finnix Grml Linux Hiren's BootCD PE Memtest OpenVZ Oracle Linux Proxmox VE Reset Admin Password Rocky Linux System Rescue CD Ubuntu Ultimate Boot CD VMware netboot.xyz
```
Subscribe to post
Get notified by email when there are changes.