Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 0 additions & 112 deletions docs/docs/endpoints.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/docs/sidebar/features/certificate-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ included in the `admin` and `write` roles.

- [CLI Reference](../usage/cli/client/node/certificate/certificate.md) --
certificate commands
- [SDK Reference](../sdk/client/management/certificate.md) -- Certificate
service
- [SDK Reference](../sdk/client/security/certificate.md) -- Certificate service
- [Platform Detection](../sdk/platform/detection.md) -- OS family detection
- [Configuration](../usage/configuration.md) -- full configuration reference
2 changes: 1 addition & 1 deletion docs/docs/sidebar/features/log-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ Log querying requires `log:read`, included in all built-in roles (`admin`,
## Related

- [CLI Reference](../usage/cli/client/node/log/log.md) -- log commands
- [SDK Reference](../sdk/client/operations/log.md) -- Log service
- [SDK Reference](../sdk/client/node/log.md) -- Log service
- [Platform Detection](../sdk/platform/detection.md) -- OS family detection
- [Configuration](../usage/configuration.md) -- full configuration reference
4 changes: 2 additions & 2 deletions docs/docs/sidebar/features/network-interface-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ included in the `admin` and `write` roles.
interface commands
- [CLI Reference](../usage/cli/client/node/network/route/route.md) -- route
commands
- [SDK Reference](../sdk/client/network/interface.md) -- Interface service
- [SDK Reference](../sdk/client/network/route.md) -- Route service
- [SDK Reference](../sdk/client/networking/interface.md) -- Interface service
- [SDK Reference](../sdk/client/networking/route.md) -- Route service
- [Network Management](network-management.md) -- DNS and ping
- [Platform Detection](../sdk/platform/detection.md) -- OS family detection
- [Configuration](../usage/configuration.md) -- full configuration reference
2 changes: 1 addition & 1 deletion docs/docs/sidebar/features/process-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ role by default.

- [CLI Reference](../usage/cli/client/node/process/process.md) -- process
commands
- [SDK Reference](../sdk/client/operations/process.md) -- Process service
- [SDK Reference](../sdk/client/node/process.md) -- Process service
- [Platform Detection](../sdk/platform/detection.md) -- OS family detection
- [Configuration](../usage/configuration.md) -- full configuration reference
2 changes: 1 addition & 1 deletion docs/docs/sidebar/features/service-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ roles (`admin`, `write`, `read`). Mutation and action operations require

- [CLI Reference](../usage/cli/client/node/service/service.md) -- service
commands
- [SDK Reference](../sdk/client/operations/service.md) -- Service service
- [SDK Reference](../sdk/client/services/service.md) -- Service service
- [Platform Detection](../sdk/platform/detection.md) -- OS family detection
- [Configuration](../usage/configuration.md) -- full configuration reference
4 changes: 2 additions & 2 deletions docs/docs/sidebar/features/user-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,5 +153,5 @@ message.
- [CLI Reference -- User](../usage/cli/client/node/user/user.md)
- [CLI Reference -- SSH Key](../usage/cli/client/node/user/ssh-key.md)
- [CLI Reference -- Group](../usage/cli/client/node/group/group.md)
- [SDK -- User](../sdk/client/management/user.md)
- [SDK -- Group](../sdk/client/management/group.md)
- [SDK -- User](../sdk/client/security/user.md)
- [SDK -- Group](../sdk/client/security/group.md)
1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/agent/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Agent", "position": 14 }
1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/audit/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Audit", "position": 12 }
149 changes: 92 additions & 57 deletions docs/docs/sidebar/sdk/client/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,52 +19,62 @@ resp, err := client.Hostname.Get(ctx, "_any")

## Services

### Node Info

| Service | Description |
| --------------------------------- | ------------------------- |
| [Status](node-info/status.md) | Full node status |
| [Hostname](node-info/hostname.md) | Hostname query and update |
| [Disk](node-info/disk.md) | Disk usage |
| [Memory](node-info/memory.md) | Memory statistics |
| [Load](node-info/load.md) | Load averages |
| [Uptime](node-info/uptime.md) | System uptime |
| [OS](node-info/os.md) | Operating system info |

### Network

| Service | Description |
| --------------------------------- | ---------------------------------- |
| [DNS](network/dns.md) | DNS configuration query and update |
| [Ping](network/ping.md) | Network ping |
| [Interface](network/interface.md) | Network interface configuration |
| [Route](network/route.md) | Static route configuration |

### System Config

| Service | Description |
| ------------------------------------- | --------------------------- |
| [Sysctl](system-config/sysctl.md) | Kernel parameter management |
| [NTP](system-config/ntp.md) | NTP server configuration |
| [Timezone](system-config/timezone.md) | System timezone |
| [Package](system-config/package.md) | Package management |

### Operations

| Service | Description |
| -------------------------------- | -------------------------------------- |
| [Command](operations/command.md) | Command execution (exec, shell) |
| [Power](operations/power.md) | Power management (reboot, shutdown) |
| [Process](operations/process.md) | Process management (list, get, signal) |
| [Log](operations/log.md) | Log query (journal entries, by unit) |
| [Service](operations/service.md) | Service management (systemd lifecycle) |

### Containers & Scheduling

| Service | Description |
| ----------------------------------------- | ------------------------ |
| [Docker](containers-scheduling/docker.md) | Container lifecycle |
| [Cron](containers-scheduling/cron.md) | Cron schedule management |
### Services

| Service | Description |
| ------------------------------ | ---------------------------- |
| [Service](services/service.md) | Service management (systemd) |
| [Cron](services/cron.md) | Cron schedule management |

### Software

| Service | Description |
| ------------------------------ | ------------------ |
| [Package](software/package.md) | Package management |

### Config

| Service | Description |
| ------------------------------ | --------------------------- |
| [Hostname](config/hostname.md) | Hostname query and update |
| [Sysctl](config/sysctl.md) | Kernel parameter management |
| [NTP](config/ntp.md) | NTP server configuration |
| [Timezone](config/timezone.md) | System timezone |

### Node

| Service | Description |
| -------------------------- | -------------------------------------- |
| [Power](node/power.md) | Power management (reboot, shutdown) |
| [Process](node/process.md) | Process management (list, get, signal) |
| [Log](node/log.md) | Log query (journal entries, by unit) |
| [Status](node/status.md) | Full node status |
| [Load](node/load.md) | Load averages |
| [Uptime](node/uptime.md) | System uptime |
| [OS](node/os.md) | Operating system info |

### Networking

| Service | Description |
| ------------------------------------ | ---------------------------------- |
| [DNS](networking/dns.md) | DNS configuration query and update |
| [Ping](networking/ping.md) | Network ping |
| [Interface](networking/interface.md) | Network interface configuration |
| [Route](networking/route.md) | Static route configuration |

### Security

| Service | Description |
| -------------------------------------- | ------------------------- |
| [User](security/user.md) | User account management |
| [Group](security/group.md) | Group management |
| [Certificate](security/certificate.md) | CA certificate management |

### Containers

| Service | Description |
| ------------------------------ | ------------------- |
| [Docker](containers/docker.md) | Container lifecycle |

### Files

Expand All @@ -73,17 +83,42 @@ resp, err := client.Hostname.Get(ctx, "_any")
| [File](files/file.md) | File management (Object Store) |
| [FileDeploy](files/file_deploy.md) | File deployment to agents |

### Management

| Service | Description |
| ---------------------------------------- | ------------------------------ |
| [Agent](management/agent.md) | Agent discovery, drain/undrain |
| [Job](management/job.md) | Async job queue operations |
| [Health](management/health.md) | Health check operations |
| [Audit](management/audit.md) | Audit log operations |
| [User](management/user.md) | User account management |
| [Group](management/group.md) | Group management |
| [Certificate](management/certificate.md) | CA certificate management |
### Command

| Service | Description |
| ----------------------------- | ------------------------------- |
| [Command](command/command.md) | Command execution (exec, shell) |

### Hardware

| Service | Description |
| ---------------------------- | ----------------- |
| [Disk](hardware/disk.md) | Disk usage |
| [Memory](hardware/memory.md) | Memory statistics |

### Audit

| Service | Description |
| ----------------------- | -------------------- |
| [Audit](audit/audit.md) | Audit log operations |

### Jobs

| Service | Description |
| ------------------ | -------------------------- |
| [Job](jobs/job.md) | Async job queue operations |

### Agent

| Service | Description |
| ----------------------- | ------------------------------ |
| [Agent](agent/agent.md) | Agent discovery, drain/undrain |

### Health

| Service | Description |
| -------------------------- | ----------------------- |
| [Health](health/health.md) | Health check operations |

## Client Options

Expand Down
1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/command/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Command", "position": 10 }
1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/config/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Config", "position": 4 }

This file was deleted.

1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/containers/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Containers", "position": 8 }
2 changes: 1 addition & 1 deletion docs/docs/sidebar/sdk/client/files/_category_.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "label": "Files", "position": 7 }
{ "label": "Files", "position": 9 }
1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/hardware/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Hardware", "position": 11 }
1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/health/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Health", "position": 15 }
1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/jobs/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Jobs", "position": 13 }
1 change: 0 additions & 1 deletion docs/docs/sidebar/sdk/client/management/_category_.json

This file was deleted.

1 change: 0 additions & 1 deletion docs/docs/sidebar/sdk/client/network/_category_.json

This file was deleted.

1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/networking/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Networking", "position": 6 }
1 change: 0 additions & 1 deletion docs/docs/sidebar/sdk/client/node-info/_category_.json

This file was deleted.

1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/node/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Node", "position": 5 }
1 change: 0 additions & 1 deletion docs/docs/sidebar/sdk/client/operations/_category_.json

This file was deleted.

1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/security/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Security", "position": 7 }
1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/services/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Services", "position": 2 }
1 change: 1 addition & 0 deletions docs/docs/sidebar/sdk/client/software/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "label": "Software", "position": 3 }
1 change: 0 additions & 1 deletion docs/docs/sidebar/sdk/client/system-config/_category_.json

This file was deleted.

25 changes: 0 additions & 25 deletions docs/docs/system.md

This file was deleted.

Loading
Loading