mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 09:57:31 +02:00
* website/docs: revisit endpoint docs the nth Signed-off-by: Jens Langhammer <jens@goauthentik.io> * more edits & examples Signed-off-by: Jens Langhammer <jens@goauthentik.io> * WIP * Apply suggestions from code review Co-authored-by: Jens L. <jens@goauthentik.io> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Update index.mdx Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Apply suggestions from code review Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Add edge browser extension * Update website/docs/endpoint-devices/device-compliance/browser-extension.mdx Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: dewi-tik <dewi@goauthentik.io> Co-authored-by: Dominic R <dominic@sdko.org>
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"os": {
|
|
"family": "linux",
|
|
"name": "Ubuntu",
|
|
"version": "24.04.3 LTS (Noble Numbat)",
|
|
"arch": "amd64"
|
|
},
|
|
"disks": [
|
|
{
|
|
"name": "/dev/dm-0",
|
|
"mountpoint": "/",
|
|
"capacity_total_bytes": 123472097280,
|
|
"capacity_used_bytes": 44141334528,
|
|
"encryption_enabled": false
|
|
}
|
|
],
|
|
"network": {
|
|
"hostname": "linux-test",
|
|
"firewall_enabled": true,
|
|
"interfaces": [
|
|
{
|
|
"name": "ens34",
|
|
"hardware_address": "00:0c:29:bc:94:7e",
|
|
"ip_addresses": ["10.120.20.57/24"],
|
|
"dns_servers": ["127.0.0.53"]
|
|
}
|
|
]
|
|
},
|
|
"hardware": {
|
|
"model": "VMware20,1",
|
|
"manufacturer": "VMware, Inc.",
|
|
"serial": "VMware-56 4d 14 e0 58 14 f5 dd-c0 ed 84 af dd bc 94 7e",
|
|
"cpu_name": "Intel(R) Core(TM) i5-10500T CPU @ 2.30GHz",
|
|
"cpu_count": 4,
|
|
"memory_bytes": 16769568768
|
|
},
|
|
"software": null,
|
|
"processes": [
|
|
{
|
|
"id": 1,
|
|
"name": "/usr/lib/systemd/systemd --system --deserialize=82",
|
|
"user": "root"
|
|
}
|
|
],
|
|
"users": [
|
|
{
|
|
"id": "0",
|
|
"username": "root",
|
|
"name": "root",
|
|
"home": "/root"
|
|
}
|
|
],
|
|
"groups": [
|
|
{
|
|
"id": "0",
|
|
"name": "root"
|
|
}
|
|
],
|
|
"vendor": {
|
|
"goauthentik.io/platform": {
|
|
"agent_version": "0.35.2-dev-b1a5"
|
|
}
|
|
}
|
|
}
|