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

    Type Alias GetAlertDefinitionsForServiceTypeData

    type GetAlertDefinitionsForServiceTypeData = {
        body?: never;
        path: { serviceType: string };
        query?: never;
        url: "monitor/services/{serviceType}/alert-definitions";
    }
    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}/alert-definitions"