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

    Type Alias PostLongviewClientResponses

    type PostLongviewClientResponses = {
        "200": {
            api_key: string;
            apps: { apache: boolean; mysql: boolean; nginx: boolean };
            created: string;
            id: number;
            install_code: string;
            label: string;
            updated: string;
        };
    }
    Index

    Properties

    Properties

    "200": {
        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

    • 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.

    • 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.

      • Readonlyapache: boolean

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

      • Readonlymysql: boolean

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

      • Readonlynginx: boolean

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

    • Readonlycreated: string

      Read-only When this Longview Client was created.

    • Readonlyid: number

      Read-only This Client's unique ID.

    • 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.

    • label: string

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

    • Readonlyupdated: string

      Read-only When this Longview Client was last updated.