From 60132ab0cf04c01b7e9e445f15bf2f9e7487be48 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Mon, 3 Mar 2025 09:44:26 -0500 Subject: [PATCH] docs: update renamed attributes (#25265) A couple of attributes were renamed in #24942. Update example outputs in the API docs to match. Ref: https://github.com/hashicorp/nomad/pull/24942#pullrequestreview-2653776939 --- website/content/api-docs/events.mdx | 2 +- website/content/api-docs/nodes.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/api-docs/events.mdx b/website/content/api-docs/events.mdx index d8c606d22..2ec3eeedd 100644 --- a/website/content/api-docs/events.mdx +++ b/website/content/api-docs/events.mdx @@ -183,12 +183,12 @@ http://127.0.0.1:4646/v1/event/stream "kernel.name": "linux", "kernel.version": "5.4.0-48-generic", "memory.totalbytes": "16525733888", - "nomad.advertise.address": "127.0.0.1:4646", "nomad.revision": "8c88f29bff0849720e33b0cc73af87495358f3b8", "nomad.version": "0.13.0-dev", "os.name": "ubuntu", "os.signals": "SIGBUS,SIGFPE,SIGTRAP,SIGTTOU,SIGWINCH,SIGXFSZ,SIGHUP,SIGILL,SIGALRM,SIGCHLD,SIGSYS,SIGXCPU,SIGPROF,SIGQUIT,SIGTERM,SIGUSR2,SIGCONT,SIGIO,SIGSEGV,SIGTTIN,SIGIOT,SIGKILL,SIGPIPE,SIGABRT,SIGINT,SIGSTOP,SIGTSTP,SIGURG,SIGUSR1", "os.version": "20.04", + "unique.advertise.address": "127.0.0.1:4646", "unique.cgroup.mountpoint": "/sys/fs/cgroup/systemd", "unique.hostname": "x1c", "unique.network.ip-address": "127.0.0.1", diff --git a/website/content/api-docs/nodes.mdx b/website/content/api-docs/nodes.mdx index 2acff9d51..ca0f1c38d 100644 --- a/website/content/api-docs/nodes.mdx +++ b/website/content/api-docs/nodes.mdx @@ -208,12 +208,12 @@ $ curl \ "kernel.name": "linux", "kernel.version": "4.19.56", "memory.totalbytes": "16571674624", - "nomad.advertise.address": "127.0.0.1:4646", "nomad.revision": "30da2b8f6c3aa860113c9d313c695a05eff5bb97+CHANGES", "nomad.version": "1.1.0", "os.name": "nixos", "os.signals": "SIGTTOU,SIGTTIN,SIGSTOP,SIGSYS,SIGXCPU,SIGBUS,SIGKILL,SIGTERM,SIGIOT,SIGILL,SIGIO,SIGQUIT,SIGSEGV,SIGUSR1,SIGXFSZ,SIGCHLD,SIGUSR2,SIGURG,SIGFPE,SIGHUP,SIGINT,SIGPROF,SIGCONT,SIGALRM,SIGPIPE,SIGTRAP,SIGTSTP,SIGWINCH,SIGABRT", "os.version": "\"19.03.173017.85f820d6e41 (Koi)\"", + "unique.advertise.address": "127.0.0.1:4646", "unique.cgroup.mountpoint": "/sys/fs/cgroup", "unique.consul.name": "mew", "unique.hostname": "mew",