-
Notifications
You must be signed in to change notification settings - Fork 69
[New] View Longview Plan and Update Longview Plan #270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New] View Longview Plan and Update Longview Plan #270
Conversation
leslitagordita
commented
Jun 15, 2020
- Add new endpoints:
- View Longview Plan: GET https://api.linode.com/v4/longview/plan
- Update Longview Plan: PUT https://api.linode.com/v4/longview/plan
openapi.yaml
Outdated
- longview:read_only | ||
responses: | ||
'200': | ||
description: The requested Longview Subscription. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description: The requested Longview Subscription. | |
description: The Longview subscription plan for this account. |
openapi.yaml
Outdated
- Longview | ||
summary: View Longview Plan | ||
description: > | ||
Returns the Longview subscription plan for this user. You can send a request to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Returns the Longview subscription plan for this user. You can send a request to the | |
Returns the Longview subscription plan for this account. You can send a request to the |
openapi.yaml
Outdated
security: | ||
- personalAccessToken: [] | ||
- oauth: | ||
- longview:read_write |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Account:read_write is required here, same as the account settings location for changing the subscription plan.
openapi.yaml
Outdated
|
||
|
||
To update your subscription plan send a request to [Update Longview Plan](/api/v4/longview-plan/#put). | ||
The value must be a [Longview Subscription ID](/api/v4/longview-subscriptions) or `null`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we specifically call out that if a null is passed, it will cancel the longview subscription?
This reverts commit 315a1b3.
This reverts commit 315a1b3.
…node#270)" (linode#271)" This reverts commit 317d357. This adds new endpoints: View Longview Plan: GET https://api.linode.com/v4/longview/plan Update Longview Plan: PUT https://api.linode.com/v4/longview/plan
Add changelog for Linode Kubernetes Engine 1.8.0