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