Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Remove field descriptions from Machine doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnagal committed Mar 23, 2015
1 parent 9a79c8a commit c34d80f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docs/api_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,7 @@ The resource name for machine information is as follows:

`/api/v2.0/machine`

The machine information is returned as a JSON object containing:

- Number of schedulable logical CPU cores
- Memory capacity (in bytes)
- Maximum supported CPU frequency (in kHz)
- Available filesystems: major, minor numbers and capacity (in bytes)
- Network devices: mac addresses, MTU, and speed (if available)
- Machine topology: Nodes, cores, threads, per-node memory, and caches

The actual object is the marshalled JSON of the `MachineInfo` struct found in [info/v1/machine.go](../info/v1/machine.go)
The machine information is returned as a JSON object of the `MachineInfo` struct found in [info/v1/machine.go](../info/v1/machine.go)

## Attributes

Expand Down

0 comments on commit c34d80f

Please sign in to comment.