Skip to content

Commit 74488de

Browse files
jamesottingerGitHub Enterprise
authored andcommitted
Merge pull request #23 from jsager/nodebalancer-transfer
new: adds NodeBalancer transfer JSON
2 parents 5188c76 + 39bf2cd commit 74488de

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

openapi.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11154,6 +11154,24 @@ components:
1115411154
Throttle connections per second. Set to 0 to disable throttling.
1115511155
example: 0
1115611156
x-linode-cli-display: 6
11157+
transfer:
11158+
type: object
11159+
description: >
11160+
Transfer statistics for this NodeBalancer for the current month.
11161+
readOnly: true
11162+
properties:
11163+
in:
11164+
type: float
11165+
description: Inbound transfer.
11166+
example: 3821.6655349731445
11167+
out:
11168+
type: float
11169+
description: Outbound transfer.
11170+
example: 241188.2196378708
11171+
total:
11172+
type: float
11173+
description: Total transfer (in + out).
11174+
example: 245009.88517284393
1115711175
NodeBalancerConfig:
1115811176
description: >
1115911177
A NodeBalancer config represents the configuration of this NodeBalancer

0 commit comments

Comments
 (0)