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

    Type Alias GetLongviewClientsResponses

    type GetLongviewClientsResponses = {
        "200": {
            data: {
                api_key: string;
                apps: { apache: boolean; mysql: boolean; nginx: boolean };
                created: string;
                id: number;
                install_code: string;
                label: string;
                updated: string;
            }[];
            page: number;
            pages: number;
            results: number;
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            api_key: string;
            apps: { apache: boolean; mysql: boolean; nginx: boolean };
            created: string;
            id: number;
            install_code: string;
            label: string;
            updated: string;
        }[];
        page: number;
        pages: number;
        results: number;
    }

    A paginated list of Longview Clients.

    Type Declaration

    • data: {
          api_key: string;
          apps: { apache: boolean; mysql: boolean; nginx: boolean };
          created: string;
          id: number;
          install_code: string;
          label: string;
          updated: string;
      }[]
    • Readonlypage: number

      Read-only The current page.

    • Readonlypages: number

      Read-only The total number of pages.

    • Readonlyresults: number

      Read-only The total number of results.