plan
Overview
Name | plan |
Type | Resource |
Id | linode.longview.plan |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The unique ID of this Subscription tier. |
clients_included | integer | The number of Longview Clients that may be created with this Subscription tier. |
label | string | A display name for this Subscription tier. |
price | object | Pricing information about this Subscription tier. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getLongviewPlan | SELECT | Get the details of your current Longview plan. This returns a LongviewSubscription object for your current Longview Pro plan, or an empty set {} if your current plan is Longview Free.You must have at least one of the following global User Grants in order to access this endpoint:- "account_access": read_write - "account_access": read_only - "longview_subscription": true - "add_longview": true To update your subscription plan, send a request to Update Longview Plan. | |
_getLongviewPlan | EXEC | Get the details of your current Longview plan. This returns a LongviewSubscription object for your current Longview Pro plan, or an empty set {} if your current plan is Longview Free.You must have at least one of the following global User Grants in order to access this endpoint:- "account_access": read_write - "account_access": read_only - "longview_subscription": true - "add_longview": true To update your subscription plan, send a request to Update Longview Plan. | |
updateLongviewPlan | EXEC | Update your Longview plan to that of the given subcription ID. This returns a LongviewSubscription object for the updated Longview Pro plan, or an empty set {} if the updated plan is Longview Free.You must have "longview_subscription": true configured as a global User Grant in order to access this endpoint.You can send a request to the List Longview Subscriptions endpoint to receive the details, including id 's, of each plan. |