clients
Overview
Name | clients |
Type | Resource |
Id | linode.longview.clients |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | This Client's unique ID. |
api_key | string | The 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. |
apps | object | The 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. |
created | string | When this Longview Client was created. |
install_code | string | The 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. |
label | string | This Client's unique label. This is for display purposes only. |
updated | string | When this Longview Client was last updated. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getLongviewClient | SELECT | clientId | Returns a single Longview Client you can access. |
getLongviewClients | SELECT | Returns 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. | |
createLongviewClient | INSERT | Creates 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 . | |
deleteLongviewClient | DELETE | clientId | Deletes 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. |
_getLongviewClient | EXEC | clientId | Returns a single Longview Client you can access. |
_getLongviewClients | EXEC | Returns 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. | |
updateLongviewClient | EXEC | clientId | Updates a Longview Client. This cannot update how it monitors your server; use the Longview Client application on your Linode for monitoring configuration. |