Skip to main content

clients

Overview

Nameclients
TypeResource
Idlinode.longview.clients

Fields

NameDatatypeDescription
idintegerThis Client's unique ID.
api_keystringThe API key for this Client, used when configuring the Longview
Client application on your Linode.

Returns as [REDACTED] if you do not have read-write access to this client.
appsobjectThe apps this Client is monitoring on your Linode. This is configured when you install the Longview Client application, and is present here for information purposes only.
createdstringWhen this Longview Client was created.
install_codestringThe install code for this Client, used when configuring the Longview
Client application on your Linode.

Returns as [REDACTED] if you do not have read-write access to this client.
labelstringThis Client's unique label. This is for display purposes only.
updatedstringWhen this Longview Client was last updated.

Methods

NameAccessible byRequired ParamsDescription
getLongviewClientSELECTclientIdReturns a single Longview Client you can access.
getLongviewClientsSELECTReturns a paginated list of Longview Clients you have access to. Longview Client is used to monitor stats on your Linode with the help of the Longview Client application.
createLongviewClientINSERTCreates a Longview Client. This Client will not begin monitoring the status of your server until you configure the Longview Client application on your Linode using the returning install_code and api_key.
deleteLongviewClientDELETEclientIdDeletes a Longview Client from your Account.

All information stored for this client will be lost.

This does not uninstall the Longview Client application for your Linode - you must do that manually.
_getLongviewClientEXECclientIdReturns a single Longview Client you can access.
_getLongviewClientsEXECReturns a paginated list of Longview Clients you have access to. Longview Client is used to monitor stats on your Linode with the help of the Longview Client application.
updateLongviewClientEXECclientIdUpdates a Longview Client. This cannot update how it monitors your server; use the Longview Client application on your Linode for monitoring configuration.