@akamai/openapi-ts
    Preparing search index...

    Type Alias PostLongviewClientData

    type PostLongviewClientData = {
        body: {
            api_key?: string;
            apps?: { apache?: boolean; mysql?: boolean; nginx?: boolean };
            created?: string;
            id?: number;
            install_code?: string;
            label?: string;
            updated?: string;
        };
        path?: never;
        query?: never;
        url: "longview/clients";
    }
    Index

    Properties

    Properties

    body: {
        api_key?: string;
        apps?: { apache?: boolean; mysql?: boolean; nginx?: boolean };
        created?: string;
        id?: number;
        install_code?: string;
        label?: string;
        updated?: string;
    }

    A LongviewClient is a single monitor set up to track statistics about one of your servers.

    Type Declaration

    • Optional Readonlyapi_key?: string

      Read-only 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.

    • Optional Readonlyapps?: { apache?: boolean; mysql?: boolean; nginx?: boolean }

      Read-only 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.

      • Optional Readonlyapache?: boolean

        Read-only If true, the Apache Longview Client module is monitoring Apache on your server.

      • Optional Readonlymysql?: boolean

        Read-only If true, the MySQL Longview Client modules is monitoring MySQL on your server.

      • Optional Readonlynginx?: boolean

        Read-only If true, the Nginx Longview Client module is monitoring Nginx on your server.

    • Optional Readonlycreated?: string

      Read-only When this Longview Client was created.

    • Optional Readonlyid?: number

      Read-only This Client's unique ID.

    • Optional Readonlyinstall_code?: string

      Read-only 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.

    • Optionallabel?: string

      Filterable This Client's unique label. This is for display purposes only.

    • Optional Readonlyupdated?: string

      Read-only When this Longview Client was last updated.

    path?: never
    query?: never
    url: "longview/clients"