@@ -823,7 +823,7 @@ paths:
823
823
- account
824
824
summary : Create OAuth Client
825
825
description : >
826
- Create a new OAuth Client, which can be used to allow users to login to
826
+ Creates a new OAuth Client, which can be used to allow users to login to
827
827
your own applications using their Linode account, and optionally grant
828
828
your application some amount of access to their Linodes or other entities.
829
829
operationId : createClient
@@ -1430,7 +1430,7 @@ paths:
1430
1430
- account:read_only
1431
1431
responses :
1432
1432
' 200 ' :
1433
- description : Returns a Transfer object.
1433
+ description : Returns a single Transfer object.
1434
1434
content :
1435
1435
application/json :
1436
1436
schema :
@@ -2213,7 +2213,7 @@ paths:
2213
2213
- domains:read_write
2214
2214
summary : Update Domain Record
2215
2215
description : >
2216
- Update a single Record on this Domain.
2216
+ Updates a single Record on this Domain.
2217
2217
operationId : updateDomainRecord
2218
2218
x-linode-cli-action : records-update
2219
2219
requestBody :
@@ -4231,7 +4231,7 @@ paths:
4231
4231
- Linode Instances
4232
4232
summary : Delete IPv4 Address
4233
4233
description : >
4234
- Delete a public IPv4 address associated with this Linode. This will
4234
+ Deletes a public IPv4 address associated with this Linode. This will
4235
4235
fail if it is the Linode's last remaining IP address. Private
4236
4236
IPv4 addresses cannot be removed via this endpoint.
4237
4237
operationId : removeLinodeIP
@@ -5172,8 +5172,8 @@ paths:
5172
5172
- longview
5173
5173
summary : Create Longview Client
5174
5174
description : >
5175
- Create a new Longview Client. This client will not begin monitoring
5176
- the status of one of your servers until you configure the Longview
5175
+ Creates a new Longview Client. This Client will not begin monitoring
5176
+ the status of your server until you configure the Longview
5177
5177
Client application on your server using the returning `install_code`
5178
5178
and `api_key`.
5179
5179
operationId : createLongviewClient
@@ -5256,7 +5256,7 @@ paths:
5256
5256
summary : Update Longview Client
5257
5257
description : >
5258
5258
Updates a Longview Client. This cannot update how it monitors your
5259
- server - use the Longview Client application on your server for
5259
+ server; use the Longview Client application on your server for
5260
5260
monitoring configuration.
5261
5261
operationId : updateLongviewClient
5262
5262
x-linode-cli-action : update
@@ -5298,9 +5298,14 @@ paths:
5298
5298
- longview
5299
5299
summary : Delete Longview Client
5300
5300
description : >
5301
- Deletes a Longview Client from your Account. All information stored
5302
- for this client will be lost. This _does not_ uninstall the Longview
5303
- Client application for your server - you must do that manually.
5301
+ Deletes a Longview Client from your Account.
5302
+
5303
+
5304
+ **All information stored for this client will be lost.**
5305
+
5306
+
5307
+ This _does not_ uninstall the Longview Client application for your
5308
+ server - you must do that manually.
5304
5309
operationId : deleteLongviewClient
5305
5310
x-linode-cli-action : delete
5306
5311
security :
@@ -5336,7 +5341,7 @@ paths:
5336
5341
summary : List Longview Subscriptions
5337
5342
description : >
5338
5343
Returns a paginated list of available Longview Subscriptions. This is
5339
- a public endpoint, and requires no authentication.
5344
+ a public endpoint and requires no authentication.
5340
5345
operationId : getLongviewSubscriptions
5341
5346
x-linode-cli-action : subscriptions-list
5342
5347
responses :
@@ -8328,7 +8333,7 @@ paths:
8328
8333
- account:read_only
8329
8334
responses :
8330
8335
' 200 ' :
8331
- description : Returns a SupportTicket object.
8336
+ description : Returns a single SupportTicket object.
8332
8337
content :
8333
8338
application/json :
8334
8339
schema :
@@ -10438,7 +10443,7 @@ components:
10438
10443
unitprice :
10439
10444
type : integer
10440
10445
readOnly : true
10441
- description : The monthly service fee, in US Dollars, for this Item.
10446
+ description : The monthly service fee in US Dollars for this Item.
10442
10447
example : 10
10443
10448
IPAddress :
10444
10449
type : object
@@ -11520,27 +11525,27 @@ components:
11520
11525
description : >
11521
11526
The apps this Client is monitoring on your server. This is configured
11522
11527
when you install the Longview Client application, and is present here
11523
- only for your information.
11528
+ for information purposes only .
11524
11529
readOnly : true
11525
11530
properties :
11526
11531
apache :
11527
11532
type : boolean
11528
11533
description : >
11529
- If true , the Apache Longview Client module is monitoring Apache on
11534
+ If True , the Apache Longview Client module is monitoring Apache on
11530
11535
your server.
11531
11536
example : true
11532
11537
readOnly : true
11533
11538
nginx :
11534
11539
type : boolean
11535
11540
description : >
11536
- If true , the nginx Longview Client module is monitoring nginx on
11541
+ If True , the Nginx Longview Client module is monitoring Nginx on
11537
11542
your server.
11538
11543
example : false
11539
11544
readOnly : true
11540
11545
mysql :
11541
11546
type : boolean
11542
11547
description : >
11543
- If true , the MySQL Longview Client modules is monitoring MySQL on
11548
+ If True , the MySQL Longview Client modules is monitoring MySQL on
11544
11549
your server.
11545
11550
example : true
11546
11551
readOnly : true
@@ -11568,42 +11573,42 @@ components:
11568
11573
id :
11569
11574
type : string
11570
11575
description : >
11571
- The unique ID of this subscription tier.
11576
+ The unique ID of this Subscription tier.
11572
11577
example : longview-10
11573
11578
readOnly : true
11574
11579
x-linode-cli-display : 1
11575
11580
price :
11576
11581
type : object
11577
11582
description : >
11578
- Pricing information about this Longview Subscription tier.
11583
+ Pricing information about this Subscription tier.
11579
11584
readOnly : true
11580
11585
x-linode-cli-display : 4
11581
11586
properties :
11582
11587
hourly :
11583
11588
type : number
11584
11589
description : >
11585
- The hourly price for this subscription tier, in US Dollars .
11590
+ The hourly price in US dollars for this Subscription tier .
11586
11591
example : 0.06
11587
11592
readOnly : true
11588
11593
monthly :
11589
11594
type : number
11590
11595
description : >
11591
- The maximum monthly price for this subscription tier, in US
11592
- Dollars. You will never be charged more than this amount per
11596
+ The maximum monthly price in US Dollars for this Subscription tier.
11597
+ You will never be charged more than this amount per
11593
11598
month for this subscription.
11594
11599
example : 40
11595
11600
readOnly : true
11596
11601
label :
11597
11602
type : string
11598
11603
description : >
11599
- A display name for this subscription tier.
11604
+ A display name for this Subscription tier.
11600
11605
example : Longivew Pro 10 pack
11601
11606
readOnly : true
11602
11607
x-linode-cli-display : 2
11603
11608
clients_included :
11604
11609
type : integer
11605
11610
description : >
11606
- The number of Longview Clients that may be created with this tier.
11611
+ The number of Longview Clients that may be created with this Subscription tier.
11607
11612
example : 10
11608
11613
readOnly : true
11609
11614
x-linode-cli-display : 3
@@ -12538,7 +12543,7 @@ components:
12538
12543
usd :
12539
12544
type : string
12540
12545
description : >
12541
- The amount, in US Dollars, of the payment .
12546
+ The amount in US Dollars of the Payment .
12542
12547
example : ' 120.50'
12543
12548
PayPal :
12544
12549
type : object
@@ -12547,27 +12552,27 @@ components:
12547
12552
- redirect_url
12548
12553
- usd
12549
12554
description : >
12550
- An object representing the staging of a payment via PayPal.
12555
+ An object representing the staging of a Payment via PayPal.
12551
12556
properties :
12552
12557
cancel_url :
12553
12558
type : string
12554
- description : The URL to have PayPal redirect to when payment is cancelled.
12559
+ description : The URL to have PayPal redirect to when Payment is cancelled.
12555
12560
example : https://example.org
12556
12561
redirect_url :
12557
12562
type : string
12558
- description : The URL to have PayPal redirect to when payment is approved.
12563
+ description : The URL to have PayPal redirect to when Payment is approved.
12559
12564
example : https://example.org
12560
12565
usd :
12561
12566
type : string
12562
- description : The amount, in US dollars, of the payment .
12567
+ description : The amount, in US dollars, of the Payment .
12563
12568
example : ' 120.50'
12564
12569
PayPalExecute :
12565
12570
type : object
12566
12571
required :
12567
12572
- payer_id
12568
12573
- payment_id
12569
12574
description : >
12570
- An object representing an execution of payment to PayPal to capture the
12575
+ An object representing an execution of Payment to PayPal to capture the
12571
12576
funds and credit your Linode Account.
12572
12577
properties :
12573
12578
payer_id :
@@ -12732,8 +12737,8 @@ components:
12732
12737
credit :
12733
12738
type : integer
12734
12739
description : >
12735
- The amount of account credit issued to you through the referral
12736
- program, in US Dollars .
12740
+ The amount of account credit in US Dollars issued to you through
12741
+ the referral program .
12737
12742
example : 0
12738
12743
readOnly : true
12739
12744
ip_whitelist_enabled :
0 commit comments