Skip to content
Start here

Get Snapshot

client.MagicTransit.Connectors.Snapshots.Get(ctx, connectorID, snapshotT, query) (*ConnectorSnapshotGetResponse, error)
GET/accounts/{account_id}/magic/connectors/{connector_id}/telemetry/snapshots/{snapshot_t}

Get Snapshot

Security
API Token

The preferred authorization scheme for interacting with the Cloudflare API. Create a token.

Example:Authorization: Bearer Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY
API Email + API Key

The previous authorization scheme for interacting with the Cloudflare API, used in conjunction with a Global API key.

Example:X-Auth-Email: user@example.com

The previous authorization scheme for interacting with the Cloudflare API. When possible, use API tokens instead of Global API keys.

Example:X-Auth-Key: 144c9defac04969c7bfad8efaa8ea194
Accepted Permissions (at least one required)
Magic WAN WriteMagic WAN Read
ParametersExpand Collapse
connectorID string
snapshotT float64
query ConnectorSnapshotGetParams
AccountID param.Field[string]

Account identifier

maxLength32
ReturnsExpand Collapse
type ConnectorSnapshotGetResponse struct{…}

Snapshot

CountReclaimFailures float64

Count of failures to reclaim space

CountReclaimedPaths float64

Count of reclaimed paths

CountRecordFailed float64

Count of failed snapshot recordings

CountTransmitFailures float64

Count of failed snapshot transmissions

T float64

Time the Snapshot was recorded (seconds since the Unix epoch)

V string

Version

Bonds []ConnectorSnapshotGetResponseBondOptional
Name string

Name of the network interface

Status string

Current status of the network interface

CPUCount float64Optional

Count of processors/cores

CPUPressure10s float64Optional

Percentage of time over a 10 second window that tasks were stalled

CPUPressure300s float64Optional

Percentage of time over a 5 minute window that tasks were stalled

CPUPressure60s float64Optional

Percentage of time over a 1 minute window that tasks were stalled

CPUPressureTotalUs float64Optional

Total stall time (microseconds)

CPUTimeGuestMs float64Optional

Time spent running a virtual CPU or guest OS (milliseconds)

CPUTimeGuestNiceMs float64Optional

Time spent running a niced guest (milliseconds)

CPUTimeIdleMs float64Optional

Time spent in idle state (milliseconds)

CPUTimeIowaitMs float64Optional

Time spent wait for I/O to complete (milliseconds)

CPUTimeIrqMs float64Optional

Time spent servicing interrupts (milliseconds)

CPUTimeNiceMs float64Optional

Time spent in low-priority user mode (milliseconds)

CPUTimeSoftirqMs float64Optional

Time spent servicing softirqs (milliseconds)

CPUTimeStealMs float64Optional

Time stolen (milliseconds)

CPUTimeSystemMs float64Optional

Time spent in system mode (milliseconds)

CPUTimeUserMs float64Optional

Time spent in user mode (milliseconds)

Delta float64Optional

Number of network operations applied during state transition

DHCPLeases []ConnectorSnapshotGetResponseDHCPLeaseOptional
ClientID string

Client ID of the device the IP Address was leased to

ExpiryTime float64

Expiry time of the DHCP lease (seconds since the Unix epoch)

Hostname string

Hostname of the device the IP Address was leased to

InterfaceName string

Name of the network interface

IPAddress string

IP Address that was leased

MacAddress string

MAC Address of the device the IP Address was leased to

Disks []ConnectorSnapshotGetResponseDiskOptional
InProgress float64

I/Os currently in progress

Major float64

Device major number

Merged float64

Reads merged

Minor float64

Device minor number

Name string

Device name

Reads float64

Reads completed successfully

SectorsRead float64

Sectors read successfully

SectorsWritten float64

Sectors written successfully

TimeInProgressMs float64

Time spent doing I/Os (milliseconds)

TimeReadingMs float64

Time spent reading (milliseconds)

TimeWritingMs float64

Time spent writing (milliseconds)

WeightedTimeInProgressMs float64

Weighted time spent doing I/Os (milliseconds)

Writes float64

Writes completed

WritesMerged float64

Writes merged

Discards float64Optional

Discards completed successfully

DiscardsMerged float64Optional

Discards merged

Flushes float64Optional

Flushes completed successfully

SectorsDiscarded float64Optional

Sectors discarded

TimeDiscardingMs float64Optional

Time spent discarding (milliseconds)

TimeFlushingMs float64Optional

Time spent flushing (milliseconds)

Epsilon float64Optional

Simulated number of network operations applied during state transition

HaState stringOptional

Name of high availability state

HaValue float64Optional

Numeric value associated with high availability state (0 = disabled, 1 = active, 2 = standby, 3 = stopped, 4 = fault)

Interfaces []ConnectorSnapshotGetResponseInterfaceOptional
Name string

Name of the network interface

Operstate string

UP/DOWN state of the network interface

IPAddresses []ConnectorSnapshotGetResponseInterfacesIPAddressOptional
InterfaceName string

Name of the network interface

IPAddress string

IP address of the network interface

Speed float64Optional

Speed of the network interface (bits per second)

IoPressureFull10s float64Optional

Percentage of time over a 10 second window that all tasks were stalled

IoPressureFull300s float64Optional

Percentage of time over a 5 minute window that all tasks were stalled

IoPressureFull60s float64Optional

Percentage of time over a 1 minute window that all tasks were stalled

IoPressureFullTotalUs float64Optional

Total stall time (microseconds)

IoPressureSome10s float64Optional

Percentage of time over a 10 second window that some tasks were stalled

IoPressureSome300s float64Optional

Percentage of time over a 3 minute window that some tasks were stalled

IoPressureSome60s float64Optional

Percentage of time over a 1 minute window that some tasks were stalled

IoPressureSomeTotalUs float64Optional

Total stall time (microseconds)

KernelBtime float64Optional

Boot time (seconds since Unix epoch)

KernelCtxt float64Optional

Number of context switches that the system underwent

KernelProcesses float64Optional

Number of forks since boot

KernelProcessesBlocked float64Optional

Number of processes blocked waiting for I/O

KernelProcessesRunning float64Optional

Number of processes in runnable state

LoadAverage15m float64Optional

The fifteen-minute load average

LoadAverage1m float64Optional

The one-minute load average

LoadAverage5m float64Optional

The five-minute load average

LoadAverageCur float64Optional

Number of currently runnable kernel scheduling entities

LoadAverageMax float64Optional

Number of kernel scheduling entities that currently exist on the system

MemoryActiveBytes float64Optional

Memory that has been used more recently

MemoryAnonHugepagesBytes float64Optional

Non-file backed huge pages mapped into user-space page tables

MemoryAnonPagesBytes float64Optional

Non-file backed pages mapped into user-space page tables

MemoryAvailableBytes float64Optional

Estimate of how much memory is available for starting new applications

MemoryBounceBytes float64Optional

Memory used for block device bounce buffers

MemoryBuffersBytes float64Optional

Relatively temporary storage for raw disk blocks

MemoryCachedBytes float64Optional

In-memory cache for files read from the disk

MemoryCmaFreeBytes float64Optional

Free CMA (Contiguous Memory Allocator) pages

MemoryCmaTotalBytes float64Optional

Total CMA (Contiguous Memory Allocator) pages

MemoryCommitLimitBytes float64Optional

Total amount of memory currently available to be allocated on the system

MemoryCommittedAsBytes float64Optional

Amount of memory presently allocated on the system

MemoryDirtyBytes float64Optional

Memory which is waiting to get written back to the disk

MemoryFreeBytes float64Optional

The sum of LowFree and HighFree

MemoryHighFreeBytes float64Optional

Amount of free highmem

MemoryHighTotalBytes float64Optional

Total amount of highmem

MemoryHugepagesFree float64Optional

The number of huge pages in the pool that are not yet allocated

MemoryHugepagesRsvd float64Optional

Number of huge pages for which a commitment has been made, but no allocation has yet been made

MemoryHugepagesSurp float64Optional

Number of huge pages in the pool above the threshold

MemoryHugepagesTotal float64Optional

The size of the pool of huge pages

MemoryHugepagesizeBytes float64Optional

The size of huge pages

MemoryInactiveBytes float64Optional

Memory which has been less recently used

MemoryKReclaimableBytes float64Optional

Kernel allocations that the kernel will attempt to reclaim under memory pressure

MemoryKernelStackBytes float64Optional

Amount of memory allocated to kernel stacks

MemoryLowFreeBytes float64Optional

Amount of free lowmem

MemoryLowTotalBytes float64Optional

Total amount of lowmem

MemoryMappedBytes float64Optional

Files which have been mapped into memory

MemoryPageTablesBytes float64Optional

Amount of memory dedicated to the lowest level of page tables

MemoryPerCPUBytes float64Optional

Memory allocated to the per-cpu alloctor used to back per-cpu allocations

MemoryPressureFull10s float64Optional

Percentage of time over a 10 second window that all tasks were stalled

MemoryPressureFull300s float64Optional

Percentage of time over a 5 minute window that all tasks were stalled

MemoryPressureFull60s float64Optional

Percentage of time over a 1 minute window that all tasks were stalled

MemoryPressureFullTotalUs float64Optional

Total stall time (microseconds)

MemoryPressureSome10s float64Optional

Percentage of time over a 10 second window that some tasks were stalled

MemoryPressureSome300s float64Optional

Percentage of time over a 5 minute window that some tasks were stalled

MemoryPressureSome60s float64Optional

Percentage of time over a 1 minute window that some tasks were stalled

MemoryPressureSomeTotalUs float64Optional

Total stall time (microseconds)

MemorySReclaimableBytes float64Optional

Part of slab that can be reclaimed on memory pressure

MemorySUnreclaimBytes float64Optional

Part of slab that cannot be reclaimed on memory pressure

MemorySecondaryPageTablesBytes float64Optional

Amount of memory dedicated to the lowest level of page tables

MemoryShmemBytes float64Optional

Amount of memory consumed by tmpfs

MemoryShmemHugepagesBytes float64Optional

Memory used by shmem and tmpfs, allocated with huge pages

MemoryShmemPmdMappedBytes float64Optional

Shared memory mapped into user space with huge pages

MemorySlabBytes float64Optional

In-kernel data structures cache

MemorySwapCachedBytes float64Optional

Memory swapped out and back in while still in swap file

MemorySwapFreeBytes float64Optional

Amount of swap space that is currently unused

MemorySwapTotalBytes float64Optional

Total amount of swap space available

MemoryTotalBytes float64Optional

Total usable RAM

MemoryVmallocChunkBytes float64Optional

Largest contiguous block of vmalloc area which is free

MemoryVmallocTotalBytes float64Optional

Total size of vmalloc memory area

MemoryVmallocUsedBytes float64Optional

Amount of vmalloc area which is used

MemoryWritebackBytes float64Optional

Memory which is actively being written back to the disk

MemoryWritebackTmpBytes float64Optional

Memory used by FUSE for temporary writeback buffers

MemoryZSwapBytes float64Optional

Memory consumed by the zswap backend, compressed

MemoryZSwappedBytes float64Optional

Amount of anonymous memory stored in zswap, uncompressed

Mounts []ConnectorSnapshotGetResponseMountOptional
FileSystem string

File system on disk (EXT4, NTFS, etc.)

Kind string

Kind of disk (HDD, SSD, etc.)

MountPoint string

Path where disk is mounted

Name string

Name of the disk mount

AvailableBytes float64Optional

Available disk size (bytes)

AvailableInodes float64Optional

Available inodes on filesystem

IsReadOnly boolOptional

Determines whether the disk is read-only

IsRemovable boolOptional

Determines whether the disk is removable

TotalBytes float64Optional

Total disk size (bytes)

TotalInodes float64Optional

Total inodes on filesystem

Netdevs []ConnectorSnapshotGetResponseNetdevOptional
Name string

Name of the network device

RecvBytes float64

Total bytes received

RecvCompressed float64

Compressed packets received

RecvDrop float64

Packets dropped

RecvErrs float64

Bad packets received

RecvFifo float64

FIFO overruns

RecvFrame float64

Frame alignment errors

RecvMulticast float64

Multicast packets received

RecvPackets float64

Total packets received

SentBytes float64

Total bytes transmitted

SentCarrier float64

Number of packets not sent due to carrier errors

SentColls float64

Number of collisions

SentCompressed float64

Number of compressed packets transmitted

SentDrop float64

Number of packets dropped during transmission

SentErrs float64

Number of transmission errors

SentFifo float64

FIFO overruns

SentPackets float64

Total packets transmitted

Platform stringOptional

Platform identifier

SnmpIcmpInAddrMaskReps float64Optional

Number of ICMP Address Mask Reply messages received

SnmpIcmpInAddrMasks float64Optional

Number of ICMP Address Mask Request messages received

SnmpIcmpInCsumErrors float64Optional

Number of ICMP messages received with bad checksums

SnmpIcmpInDestUnreachs float64Optional

Number of ICMP Destination Unreachable messages received

SnmpIcmpInEchoReps float64Optional

Number of ICMP Echo Reply messages received

SnmpIcmpInEchos float64Optional

Number of ICMP Echo (request) messages received

SnmpIcmpInErrors float64Optional

Number of ICMP messages received with ICMP-specific errors

SnmpIcmpInMsgs float64Optional

Number of ICMP messages received

SnmpIcmpInParmProbs float64Optional

Number of ICMP Parameter Problem messages received

SnmpIcmpInRedirects float64Optional

Number of ICMP Redirect messages received

SnmpIcmpInSrcQuenchs float64Optional

Number of ICMP Source Quench messages received

SnmpIcmpInTimeExcds float64Optional

Number of ICMP Time Exceeded messages received

SnmpIcmpInTimestampReps float64Optional

Number of ICMP Address Mask Request messages received

SnmpIcmpInTimestamps float64Optional

Number of ICMP Timestamp (request) messages received

SnmpIcmpOutAddrMaskReps float64Optional

Number of ICMP Address Mask Reply messages sent

SnmpIcmpOutAddrMasks float64Optional

Number of ICMP Address Mask Request messages sent

SnmpIcmpOutDestUnreachs float64Optional

Number of ICMP Destination Unreachable messages sent

SnmpIcmpOutEchoReps float64Optional

Number of ICMP Echo Reply messages sent

SnmpIcmpOutEchos float64Optional

Number of ICMP Echo (request) messages sent

SnmpIcmpOutErrors float64Optional

Number of ICMP messages which this entity did not send due to ICMP-specific errors

SnmpIcmpOutMsgs float64Optional

Number of ICMP messages attempted to send

SnmpIcmpOutParmProbs float64Optional

Number of ICMP Parameter Problem messages sent

SnmpIcmpOutRedirects float64Optional

Number of ICMP Redirect messages sent

SnmpIcmpOutSrcQuenchs float64Optional

Number of ICMP Source Quench messages sent

SnmpIcmpOutTimeExcds float64Optional

Number of ICMP Time Exceeded messages sent

SnmpIcmpOutTimestampReps float64Optional

Number of ICMP Timestamp Reply messages sent

SnmpIcmpOutTimestamps float64Optional

Number of ICMP Timestamp (request) messages sent

SnmpIPDefaultTTL float64Optional

Default value of the Time-To-Live field of the IP header

SnmpIPForwDatagrams float64Optional

Number of datagrams forwarded to their final destination

SnmpIPForwardingEnabled boolOptional

Set when acting as an IP gateway

SnmpIPFragCreates float64Optional

Number of datagrams generated by fragmentation

SnmpIPFragFails float64Optional

Number of datagrams discarded because fragmentation failed

SnmpIPFragOks float64Optional

Number of datagrams successfully fragmented

SnmpIPInAddrErrors float64Optional

Number of input datagrams discarded due to errors in the IP address

SnmpIPInDelivers float64Optional

Number of input datagrams successfully delivered to IP user-protocols

SnmpIPInDiscards float64Optional

Number of input datagrams otherwise discarded

SnmpIPInHdrErrors float64Optional

Number of input datagrams discarded due to errors in the IP header

SnmpIPInReceives float64Optional

Number of input datagrams received from interfaces

SnmpIPInUnknownProtos float64Optional

Number of input datagrams discarded due unknown or unsupported protocol

SnmpIPOutDiscards float64Optional

Number of output datagrams otherwise discarded

SnmpIPOutNoRoutes float64Optional

Number of output datagrams discarded because no route matched

SnmpIPOutRequests float64Optional

Number of datagrams supplied for transmission

SnmpIPReasmFails float64Optional

Number of failures detected by the reassembly algorithm

SnmpIPReasmOks float64Optional

Number of datagrams successfully reassembled

SnmpIPReasmReqds float64Optional

Number of fragments received which needed to be reassembled

SnmpIPReasmTimeout float64Optional

Number of seconds fragments are held while awaiting reassembly

SnmpTCPActiveOpens float64Optional

Number of times TCP transitions to SYN-SENT from CLOSED

SnmpTCPAttemptFails float64Optional

Number of times TCP transitions to CLOSED from SYN-SENT or SYN-RCVD, plus transitions to LISTEN from SYN-RCVD

SnmpTCPCurrEstab float64Optional

Number of TCP connections in ESTABLISHED or CLOSE-WAIT

SnmpTCPEstabResets float64Optional

Number of times TCP transitions to CLOSED from ESTABLISHED or CLOSE-WAIT

SnmpTCPInCsumErrors float64Optional

Number of TCP segments received with checksum errors

SnmpTCPInErrs float64Optional

Number of TCP segments received in error

SnmpTCPInSegs float64Optional

Number of TCP segments received

SnmpTCPMaxConn float64Optional

Limit on the total number of TCP connections

SnmpTCPOutRsts float64Optional

Number of TCP segments sent with RST flag

SnmpTCPOutSegs float64Optional

Number of TCP segments sent

SnmpTCPPassiveOpens float64Optional

Number of times TCP transitions to SYN-RCVD from LISTEN

SnmpTCPRetransSegs float64Optional

Number of TCP segments retransmitted

SnmpTCPRtoMax float64Optional

Maximum value permitted by a TCP implementation for the retransmission timeout (milliseconds)

SnmpTCPRtoMin float64Optional

Minimum value permitted by a TCP implementation for the retransmission timeout (milliseconds)

SnmpUdpInDatagrams float64Optional

Number of UDP datagrams delivered to UDP applications

SnmpUdpInErrors float64Optional

Number of UDP datagrams failed to be delivered for reasons other than lack of application at the destination port

SnmpUdpNoPorts float64Optional

Number of UDP datagrams received for which there was not application at the destination port

SnmpUdpOutDatagrams float64Optional

Number of UDP datagrams sent

SystemBootTimeS float64Optional

Boottime of the system (seconds since the Unix epoch)

Thermals []ConnectorSnapshotGetResponseThermalOptional
Label string

Sensor identifier for the component

CriticalCelcius float64Optional

Critical failure temperature of the component (degrees Celsius)

CurrentCelcius float64Optional

Current temperature of the component (degrees Celsius)

MaxCelcius float64Optional

Maximum temperature of the component (degrees Celsius)

Tunnels []ConnectorSnapshotGetResponseTunnelOptional
HealthState string

Name of tunnel health state (unknown, healthy, degraded, down)

HealthValue float64

Numeric value associated with tunnel state (0 = unknown, 1 = healthy, 2 = degraded, 3 = down)

InterfaceName string

The tunnel interface name (i.e. xfrm1, xfrm3.99, etc.)

TunnelID string

Tunnel identifier

ProbedMtu float64Optional

MTU as measured between the two ends of the tunnel

RecentHealthyPings float64Optional

Number of recent healthy pings for this tunnel

RecentUnhealthyPings float64Optional

Number of recent unhealthy pings for this tunnel

UptimeIdleMs float64Optional

Sum of how much time each core has spent idle

UptimeTotalMs float64Optional

Uptime of the system, including time spent in suspend

Get Snapshot

package main

import (
  "context"
  "fmt"

  "github.com/stainless-sdks/cloudflare-go"
  "github.com/stainless-sdks/cloudflare-go/magic_transit"
  "github.com/stainless-sdks/cloudflare-go/option"
)

func main() {
  client := cloudflare.NewClient(
    option.WithAPIToken("Sn3lZJTBX6kkg7OdcBUAxOO963GEIyGQqnFTOFYY"),
  )
  snapshot, err := client.MagicTransit.Connectors.Snapshots.Get(
    context.TODO(),
    "connector_id",
    0.000000,
    magic_transit.ConnectorSnapshotGetParams{
      AccountID: cloudflare.F("023e105f4ecef8ad9ca31a8372d0c353"),
    },
  )
  if err != nil {
    panic(err.Error())
  }
  fmt.Printf("%+v\n", snapshot.CPUTimeIdleMs)
}
{
  "result": {
    "count_reclaim_failures": 0,
    "count_reclaimed_paths": 0,
    "count_record_failed": 0,
    "count_transmit_failures": 0,
    "t": 0,
    "v": "v",
    "bonds": [
      {
        "name": "name",
        "status": "status"
      }
    ],
    "cpu_count": 0,
    "cpu_pressure_10s": 0,
    "cpu_pressure_300s": 0,
    "cpu_pressure_60s": 0,
    "cpu_pressure_total_us": 0,
    "cpu_time_guest_ms": 0,
    "cpu_time_guest_nice_ms": 0,
    "cpu_time_idle_ms": 0,
    "cpu_time_iowait_ms": 0,
    "cpu_time_irq_ms": 0,
    "cpu_time_nice_ms": 0,
    "cpu_time_softirq_ms": 0,
    "cpu_time_steal_ms": 0,
    "cpu_time_system_ms": 0,
    "cpu_time_user_ms": 0,
    "delta": 0,
    "dhcp_leases": [
      {
        "client_id": "client_id",
        "expiry_time": 0,
        "hostname": "hostname",
        "interface_name": "interface_name",
        "ip_address": "ip_address",
        "mac_address": "mac_address"
      }
    ],
    "disks": [
      {
        "in_progress": 0,
        "major": 0,
        "merged": 0,
        "minor": 0,
        "name": "name",
        "reads": 0,
        "sectors_read": 0,
        "sectors_written": 0,
        "time_in_progress_ms": 0,
        "time_reading_ms": 0,
        "time_writing_ms": 0,
        "weighted_time_in_progress_ms": 0,
        "writes": 0,
        "writes_merged": 0,
        "discards": 0,
        "discards_merged": 0,
        "flushes": 0,
        "sectors_discarded": 0,
        "time_discarding_ms": 0,
        "time_flushing_ms": 0
      }
    ],
    "epsilon": 0,
    "ha_state": "ha_state",
    "ha_value": 0,
    "interfaces": [
      {
        "name": "name",
        "operstate": "operstate",
        "ip_addresses": [
          {
            "interface_name": "interface_name",
            "ip_address": "ip_address"
          }
        ],
        "speed": 0
      }
    ],
    "io_pressure_full_10s": 0,
    "io_pressure_full_300s": 0,
    "io_pressure_full_60s": 0,
    "io_pressure_full_total_us": 0,
    "io_pressure_some_10s": 0,
    "io_pressure_some_300s": 0,
    "io_pressure_some_60s": 0,
    "io_pressure_some_total_us": 0,
    "kernel_btime": 0,
    "kernel_ctxt": 0,
    "kernel_processes": 0,
    "kernel_processes_blocked": 0,
    "kernel_processes_running": 0,
    "load_average_15m": 0,
    "load_average_1m": 0,
    "load_average_5m": 0,
    "load_average_cur": 0,
    "load_average_max": 0,
    "memory_active_bytes": 0,
    "memory_anon_hugepages_bytes": 0,
    "memory_anon_pages_bytes": 0,
    "memory_available_bytes": 0,
    "memory_bounce_bytes": 0,
    "memory_buffers_bytes": 0,
    "memory_cached_bytes": 0,
    "memory_cma_free_bytes": 0,
    "memory_cma_total_bytes": 0,
    "memory_commit_limit_bytes": 0,
    "memory_committed_as_bytes": 0,
    "memory_dirty_bytes": 0,
    "memory_free_bytes": 0,
    "memory_high_free_bytes": 0,
    "memory_high_total_bytes": 0,
    "memory_hugepages_free": 0,
    "memory_hugepages_rsvd": 0,
    "memory_hugepages_surp": 0,
    "memory_hugepages_total": 0,
    "memory_hugepagesize_bytes": 0,
    "memory_inactive_bytes": 0,
    "memory_k_reclaimable_bytes": 0,
    "memory_kernel_stack_bytes": 0,
    "memory_low_free_bytes": 0,
    "memory_low_total_bytes": 0,
    "memory_mapped_bytes": 0,
    "memory_page_tables_bytes": 0,
    "memory_per_cpu_bytes": 0,
    "memory_pressure_full_10s": 0,
    "memory_pressure_full_300s": 0,
    "memory_pressure_full_60s": 0,
    "memory_pressure_full_total_us": 0,
    "memory_pressure_some_10s": 0,
    "memory_pressure_some_300s": 0,
    "memory_pressure_some_60s": 0,
    "memory_pressure_some_total_us": 0,
    "memory_s_reclaimable_bytes": 0,
    "memory_s_unreclaim_bytes": 0,
    "memory_secondary_page_tables_bytes": 0,
    "memory_shmem_bytes": 0,
    "memory_shmem_hugepages_bytes": 0,
    "memory_shmem_pmd_mapped_bytes": 0,
    "memory_slab_bytes": 0,
    "memory_swap_cached_bytes": 0,
    "memory_swap_free_bytes": 0,
    "memory_swap_total_bytes": 0,
    "memory_total_bytes": 0,
    "memory_vmalloc_chunk_bytes": 0,
    "memory_vmalloc_total_bytes": 0,
    "memory_vmalloc_used_bytes": 0,
    "memory_writeback_bytes": 0,
    "memory_writeback_tmp_bytes": 0,
    "memory_z_swap_bytes": 0,
    "memory_z_swapped_bytes": 0,
    "mounts": [
      {
        "file_system": "file_system",
        "kind": "kind",
        "mount_point": "mount_point",
        "name": "name",
        "available_bytes": 0,
        "available_inodes": 0,
        "is_read_only": true,
        "is_removable": true,
        "total_bytes": 0,
        "total_inodes": 0
      }
    ],
    "netdevs": [
      {
        "name": "name",
        "recv_bytes": 0,
        "recv_compressed": 0,
        "recv_drop": 0,
        "recv_errs": 0,
        "recv_fifo": 0,
        "recv_frame": 0,
        "recv_multicast": 0,
        "recv_packets": 0,
        "sent_bytes": 0,
        "sent_carrier": 0,
        "sent_colls": 0,
        "sent_compressed": 0,
        "sent_drop": 0,
        "sent_errs": 0,
        "sent_fifo": 0,
        "sent_packets": 0
      }
    ],
    "platform": "platform",
    "snmp_icmp_in_addr_mask_reps": 0,
    "snmp_icmp_in_addr_masks": 0,
    "snmp_icmp_in_csum_errors": 0,
    "snmp_icmp_in_dest_unreachs": 0,
    "snmp_icmp_in_echo_reps": 0,
    "snmp_icmp_in_echos": 0,
    "snmp_icmp_in_errors": 0,
    "snmp_icmp_in_msgs": 0,
    "snmp_icmp_in_parm_probs": 0,
    "snmp_icmp_in_redirects": 0,
    "snmp_icmp_in_src_quenchs": 0,
    "snmp_icmp_in_time_excds": 0,
    "snmp_icmp_in_timestamp_reps": 0,
    "snmp_icmp_in_timestamps": 0,
    "snmp_icmp_out_addr_mask_reps": 0,
    "snmp_icmp_out_addr_masks": 0,
    "snmp_icmp_out_dest_unreachs": 0,
    "snmp_icmp_out_echo_reps": 0,
    "snmp_icmp_out_echos": 0,
    "snmp_icmp_out_errors": 0,
    "snmp_icmp_out_msgs": 0,
    "snmp_icmp_out_parm_probs": 0,
    "snmp_icmp_out_redirects": 0,
    "snmp_icmp_out_src_quenchs": 0,
    "snmp_icmp_out_time_excds": 0,
    "snmp_icmp_out_timestamp_reps": 0,
    "snmp_icmp_out_timestamps": 0,
    "snmp_ip_default_ttl": 0,
    "snmp_ip_forw_datagrams": 0,
    "snmp_ip_forwarding_enabled": true,
    "snmp_ip_frag_creates": 0,
    "snmp_ip_frag_fails": 0,
    "snmp_ip_frag_oks": 0,
    "snmp_ip_in_addr_errors": 0,
    "snmp_ip_in_delivers": 0,
    "snmp_ip_in_discards": 0,
    "snmp_ip_in_hdr_errors": 0,
    "snmp_ip_in_receives": 0,
    "snmp_ip_in_unknown_protos": 0,
    "snmp_ip_out_discards": 0,
    "snmp_ip_out_no_routes": 0,
    "snmp_ip_out_requests": 0,
    "snmp_ip_reasm_fails": 0,
    "snmp_ip_reasm_oks": 0,
    "snmp_ip_reasm_reqds": 0,
    "snmp_ip_reasm_timeout": 0,
    "snmp_tcp_active_opens": 0,
    "snmp_tcp_attempt_fails": 0,
    "snmp_tcp_curr_estab": 0,
    "snmp_tcp_estab_resets": 0,
    "snmp_tcp_in_csum_errors": 0,
    "snmp_tcp_in_errs": 0,
    "snmp_tcp_in_segs": 0,
    "snmp_tcp_max_conn": 0,
    "snmp_tcp_out_rsts": 0,
    "snmp_tcp_out_segs": 0,
    "snmp_tcp_passive_opens": 0,
    "snmp_tcp_retrans_segs": 0,
    "snmp_tcp_rto_max": 0,
    "snmp_tcp_rto_min": 0,
    "snmp_udp_in_datagrams": 0,
    "snmp_udp_in_errors": 0,
    "snmp_udp_no_ports": 0,
    "snmp_udp_out_datagrams": 0,
    "system_boot_time_s": 0,
    "thermals": [
      {
        "label": "label",
        "critical_celcius": 0,
        "current_celcius": 0,
        "max_celcius": 0
      }
    ],
    "tunnels": [
      {
        "health_state": "health_state",
        "health_value": 0,
        "interface_name": "interface_name",
        "tunnel_id": "tunnel_id",
        "probed_mtu": 0,
        "recent_healthy_pings": 0,
        "recent_unhealthy_pings": 0
      }
    ],
    "uptime_idle_ms": 0,
    "uptime_total_ms": 0
  },
  "success": true,
  "errors": [
    {
      "code": 0,
      "message": "message"
    }
  ],
  "messages": [
    {
      "code": 0,
      "message": "message"
    }
  ]
}
Returns Examples
{
  "result": {
    "count_reclaim_failures": 0,
    "count_reclaimed_paths": 0,
    "count_record_failed": 0,
    "count_transmit_failures": 0,
    "t": 0,
    "v": "v",
    "bonds": [
      {
        "name": "name",
        "status": "status"
      }
    ],
    "cpu_count": 0,
    "cpu_pressure_10s": 0,
    "cpu_pressure_300s": 0,
    "cpu_pressure_60s": 0,
    "cpu_pressure_total_us": 0,
    "cpu_time_guest_ms": 0,
    "cpu_time_guest_nice_ms": 0,
    "cpu_time_idle_ms": 0,
    "cpu_time_iowait_ms": 0,
    "cpu_time_irq_ms": 0,
    "cpu_time_nice_ms": 0,
    "cpu_time_softirq_ms": 0,
    "cpu_time_steal_ms": 0,
    "cpu_time_system_ms": 0,
    "cpu_time_user_ms": 0,
    "delta": 0,
    "dhcp_leases": [
      {
        "client_id": "client_id",
        "expiry_time": 0,
        "hostname": "hostname",
        "interface_name": "interface_name",
        "ip_address": "ip_address",
        "mac_address": "mac_address"
      }
    ],
    "disks": [
      {
        "in_progress": 0,
        "major": 0,
        "merged": 0,
        "minor": 0,
        "name": "name",
        "reads": 0,
        "sectors_read": 0,
        "sectors_written": 0,
        "time_in_progress_ms": 0,
        "time_reading_ms": 0,
        "time_writing_ms": 0,
        "weighted_time_in_progress_ms": 0,
        "writes": 0,
        "writes_merged": 0,
        "discards": 0,
        "discards_merged": 0,
        "flushes": 0,
        "sectors_discarded": 0,
        "time_discarding_ms": 0,
        "time_flushing_ms": 0
      }
    ],
    "epsilon": 0,
    "ha_state": "ha_state",
    "ha_value": 0,
    "interfaces": [
      {
        "name": "name",
        "operstate": "operstate",
        "ip_addresses": [
          {
            "interface_name": "interface_name",
            "ip_address": "ip_address"
          }
        ],
        "speed": 0
      }
    ],
    "io_pressure_full_10s": 0,
    "io_pressure_full_300s": 0,
    "io_pressure_full_60s": 0,
    "io_pressure_full_total_us": 0,
    "io_pressure_some_10s": 0,
    "io_pressure_some_300s": 0,
    "io_pressure_some_60s": 0,
    "io_pressure_some_total_us": 0,
    "kernel_btime": 0,
    "kernel_ctxt": 0,
    "kernel_processes": 0,
    "kernel_processes_blocked": 0,
    "kernel_processes_running": 0,
    "load_average_15m": 0,
    "load_average_1m": 0,
    "load_average_5m": 0,
    "load_average_cur": 0,
    "load_average_max": 0,
    "memory_active_bytes": 0,
    "memory_anon_hugepages_bytes": 0,
    "memory_anon_pages_bytes": 0,
    "memory_available_bytes": 0,
    "memory_bounce_bytes": 0,
    "memory_buffers_bytes": 0,
    "memory_cached_bytes": 0,
    "memory_cma_free_bytes": 0,
    "memory_cma_total_bytes": 0,
    "memory_commit_limit_bytes": 0,
    "memory_committed_as_bytes": 0,
    "memory_dirty_bytes": 0,
    "memory_free_bytes": 0,
    "memory_high_free_bytes": 0,
    "memory_high_total_bytes": 0,
    "memory_hugepages_free": 0,
    "memory_hugepages_rsvd": 0,
    "memory_hugepages_surp": 0,
    "memory_hugepages_total": 0,
    "memory_hugepagesize_bytes": 0,
    "memory_inactive_bytes": 0,
    "memory_k_reclaimable_bytes": 0,
    "memory_kernel_stack_bytes": 0,
    "memory_low_free_bytes": 0,
    "memory_low_total_bytes": 0,
    "memory_mapped_bytes": 0,
    "memory_page_tables_bytes": 0,
    "memory_per_cpu_bytes": 0,
    "memory_pressure_full_10s": 0,
    "memory_pressure_full_300s": 0,
    "memory_pressure_full_60s": 0,
    "memory_pressure_full_total_us": 0,
    "memory_pressure_some_10s": 0,
    "memory_pressure_some_300s": 0,
    "memory_pressure_some_60s": 0,
    "memory_pressure_some_total_us": 0,
    "memory_s_reclaimable_bytes": 0,
    "memory_s_unreclaim_bytes": 0,
    "memory_secondary_page_tables_bytes": 0,
    "memory_shmem_bytes": 0,
    "memory_shmem_hugepages_bytes": 0,
    "memory_shmem_pmd_mapped_bytes": 0,
    "memory_slab_bytes": 0,
    "memory_swap_cached_bytes": 0,
    "memory_swap_free_bytes": 0,
    "memory_swap_total_bytes": 0,
    "memory_total_bytes": 0,
    "memory_vmalloc_chunk_bytes": 0,
    "memory_vmalloc_total_bytes": 0,
    "memory_vmalloc_used_bytes": 0,
    "memory_writeback_bytes": 0,
    "memory_writeback_tmp_bytes": 0,
    "memory_z_swap_bytes": 0,
    "memory_z_swapped_bytes": 0,
    "mounts": [
      {
        "file_system": "file_system",
        "kind": "kind",
        "mount_point": "mount_point",
        "name": "name",
        "available_bytes": 0,
        "available_inodes": 0,
        "is_read_only": true,
        "is_removable": true,
        "total_bytes": 0,
        "total_inodes": 0
      }
    ],
    "netdevs": [
      {
        "name": "name",
        "recv_bytes": 0,
        "recv_compressed": 0,
        "recv_drop": 0,
        "recv_errs": 0,
        "recv_fifo": 0,
        "recv_frame": 0,
        "recv_multicast": 0,
        "recv_packets": 0,
        "sent_bytes": 0,
        "sent_carrier": 0,
        "sent_colls": 0,
        "sent_compressed": 0,
        "sent_drop": 0,
        "sent_errs": 0,
        "sent_fifo": 0,
        "sent_packets": 0
      }
    ],
    "platform": "platform",
    "snmp_icmp_in_addr_mask_reps": 0,
    "snmp_icmp_in_addr_masks": 0,
    "snmp_icmp_in_csum_errors": 0,
    "snmp_icmp_in_dest_unreachs": 0,
    "snmp_icmp_in_echo_reps": 0,
    "snmp_icmp_in_echos": 0,
    "snmp_icmp_in_errors": 0,
    "snmp_icmp_in_msgs": 0,
    "snmp_icmp_in_parm_probs": 0,
    "snmp_icmp_in_redirects": 0,
    "snmp_icmp_in_src_quenchs": 0,
    "snmp_icmp_in_time_excds": 0,
    "snmp_icmp_in_timestamp_reps": 0,
    "snmp_icmp_in_timestamps": 0,
    "snmp_icmp_out_addr_mask_reps": 0,
    "snmp_icmp_out_addr_masks": 0,
    "snmp_icmp_out_dest_unreachs": 0,
    "snmp_icmp_out_echo_reps": 0,
    "snmp_icmp_out_echos": 0,
    "snmp_icmp_out_errors": 0,
    "snmp_icmp_out_msgs": 0,
    "snmp_icmp_out_parm_probs": 0,
    "snmp_icmp_out_redirects": 0,
    "snmp_icmp_out_src_quenchs": 0,
    "snmp_icmp_out_time_excds": 0,
    "snmp_icmp_out_timestamp_reps": 0,
    "snmp_icmp_out_timestamps": 0,
    "snmp_ip_default_ttl": 0,
    "snmp_ip_forw_datagrams": 0,
    "snmp_ip_forwarding_enabled": true,
    "snmp_ip_frag_creates": 0,
    "snmp_ip_frag_fails": 0,
    "snmp_ip_frag_oks": 0,
    "snmp_ip_in_addr_errors": 0,
    "snmp_ip_in_delivers": 0,
    "snmp_ip_in_discards": 0,
    "snmp_ip_in_hdr_errors": 0,
    "snmp_ip_in_receives": 0,
    "snmp_ip_in_unknown_protos": 0,
    "snmp_ip_out_discards": 0,
    "snmp_ip_out_no_routes": 0,
    "snmp_ip_out_requests": 0,
    "snmp_ip_reasm_fails": 0,
    "snmp_ip_reasm_oks": 0,
    "snmp_ip_reasm_reqds": 0,
    "snmp_ip_reasm_timeout": 0,
    "snmp_tcp_active_opens": 0,
    "snmp_tcp_attempt_fails": 0,
    "snmp_tcp_curr_estab": 0,
    "snmp_tcp_estab_resets": 0,
    "snmp_tcp_in_csum_errors": 0,
    "snmp_tcp_in_errs": 0,
    "snmp_tcp_in_segs": 0,
    "snmp_tcp_max_conn": 0,
    "snmp_tcp_out_rsts": 0,
    "snmp_tcp_out_segs": 0,
    "snmp_tcp_passive_opens": 0,
    "snmp_tcp_retrans_segs": 0,
    "snmp_tcp_rto_max": 0,
    "snmp_tcp_rto_min": 0,
    "snmp_udp_in_datagrams": 0,
    "snmp_udp_in_errors": 0,
    "snmp_udp_no_ports": 0,
    "snmp_udp_out_datagrams": 0,
    "system_boot_time_s": 0,
    "thermals": [
      {
        "label": "label",
        "critical_celcius": 0,
        "current_celcius": 0,
        "max_celcius": 0
      }
    ],
    "tunnels": [
      {
        "health_state": "health_state",
        "health_value": 0,
        "interface_name": "interface_name",
        "tunnel_id": "tunnel_id",
        "probed_mtu": 0,
        "recent_healthy_pings": 0,
        "recent_unhealthy_pings": 0
      }
    ],
    "uptime_idle_ms": 0,
    "uptime_total_ms": 0
  },
  "success": true,
  "errors": [
    {
      "code": 0,
      "message": "message"
    }
  ],
  "messages": [
    {
      "code": 0,
      "message": "message"
    }
  ]
}