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

    Type Alias GetDashboardsByIdData

    type GetDashboardsByIdData = {
        body?: never;
        path: { dashboardId: number };
        query?: never;
        url: "monitor/dashboards/{dashboardId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { dashboardId: number }

    Type Declaration

    • dashboardId: number

      The unique identifier of the dashboard.

    query?: never
    url: "monitor/dashboards/{dashboardId}"