Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GeneratedClient

Package version

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

endpoint

endpoint: string

Methods

createAnomalyAlertingConfiguration

createAnomalyDetectionConfiguration

createDataFeed

createHook

createMetricFeedback

deleteAnomalyAlertingConfiguration

  • deleteAnomalyAlertingConfiguration(configurationId: string, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Delete anomaly alerting configuration

    Parameters

    • configurationId: string

      anomaly alerting configuration unique id

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

deleteAnomalyDetectionConfiguration

  • deleteAnomalyDetectionConfiguration(configurationId: string, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Delete anomaly detection configuration

    Parameters

    • configurationId: string

      anomaly detection configuration unique id

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

deleteDataFeed

  • deleteDataFeed(dataFeedId: string, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Delete a data feed

    Parameters

    • dataFeedId: string

      The data feed unique id

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

deleteHook

  • deleteHook(hookId: string, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Delete a hook

    Parameters

    • hookId: string

      Hook unique ID

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

getActiveSeriesCount

getAlertsByAnomalyAlertingConfiguration

getAlertsByAnomalyAlertingConfigurationNext

getAnomaliesByAnomalyDetectionConfiguration

getAnomaliesByAnomalyDetectionConfigurationNext

getAnomaliesFromAlertByAnomalyAlertingConfiguration

getAnomaliesFromAlertByAnomalyAlertingConfigurationNext

getAnomalyAlertingConfiguration

getAnomalyAlertingConfigurationsByAnomalyDetectionConfiguration

getAnomalyDetectionConfiguration

getAnomalyDetectionConfigurationsByMetric

getDataFeedById

getDataFeedIngestionStatus

getDataFeedIngestionStatusNext

getDimensionOfAnomaliesByAnomalyDetectionConfiguration

getDimensionOfAnomaliesByAnomalyDetectionConfigurationNext

getEnrichmentStatusByMetric

getEnrichmentStatusByMetricNext

getHook

getIncidentsByAnomalyDetectionConfiguration

getIncidentsByAnomalyDetectionConfigurationNext

getIncidentsByAnomalyDetectionConfigurationNextPages

getIncidentsByAnomalyDetectionConfigurationNextPagesNext

getIncidentsFromAlertByAnomalyAlertingConfiguration

getIncidentsFromAlertByAnomalyAlertingConfigurationNext

getIngestionProgress

getMetricData

getMetricDimension

getMetricDimensionNext

getMetricFeedback

getMetricSeries

getMetricSeriesNext

getRootCauseOfIncidentByAnomalyDetectionConfiguration

getSeriesByAnomalyDetectionConfiguration

listDataFeeds

listDataFeedsNext

listHooks

listHooksNext

listMetricFeedbacks

listMetricFeedbacksNext

resetDataFeedIngestionStatus

  • resetDataFeedIngestionStatus(dataFeedId: string, body: IngestionProgressResetOptions, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Reset data ingestion status by data feed to backfill data

    Parameters

    • dataFeedId: string

      The data feed unique id

    • body: IngestionProgressResetOptions

      The backfill time range

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

updateAnomalyAlertingConfiguration

  • updateAnomalyAlertingConfiguration(configurationId: string, body: AnomalyAlertingConfigurationPatch, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Update anomaly alerting configuration

    Parameters

    • configurationId: string

      anomaly alerting configuration unique id

    • body: AnomalyAlertingConfigurationPatch

      anomaly alerting configuration

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

updateAnomalyDetectionConfiguration

  • updateAnomalyDetectionConfiguration(configurationId: string, body: AnomalyDetectionConfigurationPatch, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Update anomaly detection configuration

    Parameters

    • configurationId: string

      anomaly detection configuration unique id

    • body: AnomalyDetectionConfigurationPatch

      anomaly detection configuration

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

updateDataFeed

  • updateDataFeed(dataFeedId: string, body: DataFeedDetailPatchUnion, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Update a data feed

    Parameters

    • dataFeedId: string

      The data feed unique id

    • body: DataFeedDetailPatchUnion

      parameters to update a data feed

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

updateHook

  • updateHook(hookId: string, body: HookInfoPatchUnion, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Update a hook

    Parameters

    • hookId: string

      Hook unique ID

    • body: HookInfoPatchUnion

      Update hook request

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

Generated using TypeDoc