Skip to content

Commit 5b15182

Browse files
jamesottingerGitHub Enterprise
authored andcommitted
Merge pull request #84 from jsager/longview
Review of Longview documentation
2 parents 85f3cec + 52801bb commit 5b15182

File tree

1 file changed

+37
-32
lines changed

1 file changed

+37
-32
lines changed

openapi.yaml

Lines changed: 37 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ paths:
824824
- account
825825
summary: Create OAuth Client
826826
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
828828
your own applications using their Linode account, and optionally grant
829829
your application some amount of access to their Linodes or other entities.
830830
operationId: createClient
@@ -1431,7 +1431,7 @@ paths:
14311431
- account:read_only
14321432
responses:
14331433
'200':
1434-
description: Returns a Transfer object.
1434+
description: Returns a single Transfer object.
14351435
content:
14361436
application/json:
14371437
schema:
@@ -2214,7 +2214,7 @@ paths:
22142214
- domains:read_write
22152215
summary: Update Domain Record
22162216
description: >
2217-
Update a single Record on this Domain.
2217+
Updates a single Record on this Domain.
22182218
operationId: updateDomainRecord
22192219
x-linode-cli-action: records-update
22202220
requestBody:
@@ -4232,7 +4232,7 @@ paths:
42324232
- Linode Instances
42334233
summary: Delete IPv4 Address
42344234
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
42364236
fail if it is the Linode's last remaining IP address. Private
42374237
IPv4 addresses cannot be removed via this endpoint.
42384238
operationId: removeLinodeIP
@@ -5173,8 +5173,8 @@ paths:
51735173
- longview
51745174
summary: Create Longview Client
51755175
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
51785178
Client application on your server using the returning `install_code`
51795179
and `api_key`.
51805180
operationId: createLongviewClient
@@ -5257,7 +5257,7 @@ paths:
52575257
summary: Update Longview Client
52585258
description: >
52595259
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
52615261
monitoring configuration.
52625262
operationId: updateLongviewClient
52635263
x-linode-cli-action: update
@@ -5299,9 +5299,14 @@ paths:
52995299
- longview
53005300
summary: Delete Longview Client
53015301
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.
53055310
operationId: deleteLongviewClient
53065311
x-linode-cli-action: delete
53075312
security:
@@ -5337,7 +5342,7 @@ paths:
53375342
summary: List Longview Subscriptions
53385343
description: >
53395344
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.
53415346
operationId: getLongviewSubscriptions
53425347
x-linode-cli-action: subscriptions-list
53435348
responses:
@@ -8329,7 +8334,7 @@ paths:
83298334
- account:read_only
83308335
responses:
83318336
'200':
8332-
description: Returns a SupportTicket object.
8337+
description: Returns a single SupportTicket object.
83338338
content:
83348339
application/json:
83358340
schema:
@@ -10439,7 +10444,7 @@ components:
1043910444
unitprice:
1044010445
type: integer
1044110446
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.
1044310448
example: 10
1044410449
IPAddress:
1044510450
type: object
@@ -11521,27 +11526,27 @@ components:
1152111526
description: >
1152211527
The apps this Client is monitoring on your server. This is configured
1152311528
when you install the Longview Client application, and is present here
11524-
only for your information.
11529+
for information purposes only.
1152511530
readOnly: true
1152611531
properties:
1152711532
apache:
1152811533
type: boolean
1152911534
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
1153111536
your server.
1153211537
example: true
1153311538
readOnly: true
1153411539
nginx:
1153511540
type: boolean
1153611541
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
1153811543
your server.
1153911544
example: false
1154011545
readOnly: true
1154111546
mysql:
1154211547
type: boolean
1154311548
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
1154511550
your server.
1154611551
example: true
1154711552
readOnly: true
@@ -11569,42 +11574,42 @@ components:
1156911574
id:
1157011575
type: string
1157111576
description: >
11572-
The unique ID of this subscription tier.
11577+
The unique ID of this Subscription tier.
1157311578
example: longview-10
1157411579
readOnly: true
1157511580
x-linode-cli-display: 1
1157611581
price:
1157711582
type: object
1157811583
description: >
11579-
Pricing information about this Longview Subscription tier.
11584+
Pricing information about this Subscription tier.
1158011585
readOnly: true
1158111586
x-linode-cli-display: 4
1158211587
properties:
1158311588
hourly:
1158411589
type: number
1158511590
description: >
11586-
The hourly price for this subscription tier, in US Dollars.
11591+
The hourly price in US dollars for this Subscription tier.
1158711592
example: 0.06
1158811593
readOnly: true
1158911594
monthly:
1159011595
type: number
1159111596
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
1159411599
month for this subscription.
1159511600
example: 40
1159611601
readOnly: true
1159711602
label:
1159811603
type: string
1159911604
description: >
11600-
A display name for this subscription tier.
11605+
A display name for this Subscription tier.
1160111606
example: Longivew Pro 10 pack
1160211607
readOnly: true
1160311608
x-linode-cli-display: 2
1160411609
clients_included:
1160511610
type: integer
1160611611
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.
1160811613
example: 10
1160911614
readOnly: true
1161011615
x-linode-cli-display: 3
@@ -12539,7 +12544,7 @@ components:
1253912544
usd:
1254012545
type: string
1254112546
description: >
12542-
The amount, in US Dollars, of the payment.
12547+
The amount in US Dollars of the Payment.
1254312548
example: '120.50'
1254412549
PayPal:
1254512550
type: object
@@ -12548,27 +12553,27 @@ components:
1254812553
- redirect_url
1254912554
- usd
1255012555
description: >
12551-
An object representing the staging of a payment via PayPal.
12556+
An object representing the staging of a Payment via PayPal.
1255212557
properties:
1255312558
cancel_url:
1255412559
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.
1255612561
example: https://example.org
1255712562
redirect_url:
1255812563
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.
1256012565
example: https://example.org
1256112566
usd:
1256212567
type: string
12563-
description: The amount, in US dollars, of the payment.
12568+
description: The amount, in US dollars, of the Payment.
1256412569
example: '120.50'
1256512570
PayPalExecute:
1256612571
type: object
1256712572
required:
1256812573
- payer_id
1256912574
- payment_id
1257012575
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
1257212577
funds and credit your Linode Account.
1257312578
properties:
1257412579
payer_id:
@@ -12733,8 +12738,8 @@ components:
1273312738
credit:
1273412739
type: integer
1273512740
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.
1273812743
example: 0
1273912744
readOnly: true
1274012745
ip_whitelist_enabled:

0 commit comments

Comments
 (0)