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

    Variable getMonitorServicesForServiceTypeResponseSchemaConst

    getMonitorServicesForServiceTypeResponseSchema: ZodObject<
        {
            data: ZodArray<
                ZodObject<{ label: ZodString; service_type: ZodString }, $strip>,
            >;
            page: ZodInt;
            pages: ZodInt;
            results: ZodInt;
        },
        $strip,
    > = ...

    Returns a paginated list of metric definitions.