Skip to content

Commit 0946ebd

Browse files
committed
Removed NodeBalanacer transfer that was backed out of release
1 parent e49db4e commit 0946ebd

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

src/data/objects/nodebalancer.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,3 @@ schema:
4747
type: Datetime
4848
value: "2017-09-30T11:21:01"
4949
description: When this NodeBalancer was last updated.
50-
transfer:
51-
type: object
52-
description: Transfer statistics for this NodeBalancer for the current month.
53-
in:
54-
type: Float
55-
value: 3821.6655349731445
56-
description: Inbound transfer
57-
out:
58-
type: Float
59-
value: 241188.2196378708
60-
description: Output transfer
61-
total:
62-
type: Float
63-
value: 245009.8851728439445
64-
description: Total transfer (in + out)

src/getting_started/changelogs/Changelogs.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ export default function Authentication() {
1515
<hr /><br />
1616
<b>Features:</b>
1717
<ul>
18-
<li>Adds transfer to NodeBalancer GET endpoints
19-
<ul>
20-
<li>added a `transfer` envelope to NodeBalancer JSON response</li>
21-
<li>contains, `in`, `out`, and `total`</li>
22-
</ul>
23-
</li>
2418
<li>Return on-file credit card details
2519
<ul>
2620
<li>adds credit card envelope for `last_four` and `expiry` to GET /account</li>

0 commit comments

Comments
 (0)