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

    Type Alias PutLongviewPlanResponses

    type PutLongviewPlanResponses = {
        "200": {
            clients_included: number;
            id: "longview-3" | "longview-10" | "longview-40" | "longview-100";
            label: string;
            price: { hourly: number; monthly: number };
        };
    }
    Index

    Properties

    Properties

    "200": {
        clients_included: number;
        id: "longview-3" | "longview-10" | "longview-40" | "longview-100";
        label: string;
        price: { hourly: number; monthly: number };
    }

    A Longview Subscription represents a tier of Longview service you can subscribe to.

    Type Declaration

    • Readonlyclients_included: number

      Read-only The number of Longview Clients that may be created with this Subscription tier.

    • id: "longview-3" | "longview-10" | "longview-40" | "longview-100"

      Read-only The unique ID of this Subscription tier.

    • Readonlylabel: string

      Read-only A display name for this Subscription tier.

    • Readonlyprice: { hourly: number; monthly: number }

      Read-only Pricing information about this Subscription tier.

      • Readonlyhourly: number

        Read-only The hourly price, in US dollars, for this Subscription tier.

      • Readonlymonthly: number

        Read-only The maximum monthly price in US Dollars for this Subscription tier. You will never be charged more than this amount per month for this subscription.