Skip to content

Commit c34d80f

Browse files
committed
Remove field descriptions from Machine doc.
1 parent 9a79c8a commit c34d80f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

docs/api_v2.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,7 @@ The resource name for machine information is as follows:
1919

2020
`/api/v2.0/machine`
2121

22-
The machine information is returned as a JSON object containing:
23-
24-
- Number of schedulable logical CPU cores
25-
- Memory capacity (in bytes)
26-
- Maximum supported CPU frequency (in kHz)
27-
- Available filesystems: major, minor numbers and capacity (in bytes)
28-
- Network devices: mac addresses, MTU, and speed (if available)
29-
- Machine topology: Nodes, cores, threads, per-node memory, and caches
30-
31-
The actual object is the marshalled JSON of the `MachineInfo` struct found in [info/v1/machine.go](../info/v1/machine.go)
22+
The machine information is returned as a JSON object of the `MachineInfo` struct found in [info/v1/machine.go](../info/v1/machine.go)
3223

3324
## Attributes
3425

0 commit comments

Comments
 (0)