Skip to main content

plan

Overview

Nameplan
TypeResource
Idlinode.longview.plan

Fields

NameDatatypeDescription
idstringThe unique ID of this Subscription tier.
clients_includedintegerThe number of Longview Clients that may be created with this Subscription tier.
labelstringA display name for this Subscription tier.
priceobjectPricing information about this Subscription tier.

Methods

NameAccessible byRequired ParamsDescription
getLongviewPlanSELECTGet 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.
_getLongviewPlanEXECGet 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.
updateLongviewPlanEXECUpdate 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.