Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
Changed
Changing your Longview subscription is no longer available at the Update Account Settings (PUT /account/settings) endpoint. Accordingly, the
longview_subscriptionproperty has been removed from the Update Account Settings request body. To update your Longview plan, please use the Update Longview Plan (PUT /longview/plan) endpoint.Updated the description and response for the View Longview Plan (GET /longview/plan) endpoint:
longview_subscriptionID. This has been corrected to state that the response consists of a LongviewSubscription object for your current Longview Pro plan, or an empty set{}if your current plan is Longview Free.Accessing the View Longview Plan (GET /longview/plan) endpoint now requires one of the following
globalUser Grants:"account_access": read_write"account_access": read_only"longview_subscription": true"add_longview": trueUpdated the description, request, and response for the Update Longview Plan (PUT /longview/plan) endpoint:
longview_subscriptionID. The description has been corrected to state that the response consists of aLongviewSubscriptionobject for the updated Longview Pro plan, or an empty set{}if the updated plan is Longview Free."longview_subscription": trueas aglobalUser Grant.account:read_writetolongview:read_write.longview_subscriptionfield and to reflect that it is nullable, with anullvalue corresponding to Longview Free.LongviewSubscriptionobject.Updated the response for the List Longview Subscriptions (GET /longview/subscription) and View Longview Subscription (GET /longview/subscriptions/{subscriptionID}) endpoint:
idproperty has been revised to specify possible values.Updated the Object Storage Bucket response schema to include the
sizeproperty in the List Object Storage Buckets (GET /object-storage/buckets), Create Object Storage Bucket (POST /object-storage/buckets), View Object Storage Bucket (GET /object-storage/buckets/{clusterId}/{bucket}), and List Object Storage Buckets in Cluster (GET /object-storage/buckets/{clusterId}) endpoints.Fixed