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

    Type Alias GetDashboardsData

    type GetDashboardsData = {
        body?: never;
        path: { serviceType: string };
        query?: never;
        url: "monitor/services/{serviceType}/dashboards";
    }
    Index

    Properties

    Properties

    body?: never
    path: { serviceType: string }

    Type Declaration

    • serviceType: string

      The Akamai Cloud Computing service being monitored. To see your currently supported services, run the List supported service types operation and store the appropriate service_type.

    query?: never
    url: "monitor/services/{serviceType}/dashboards"