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>

deleteAnomalyDetectionConfiguration

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

deleteDataFeed

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

deleteHook

  • deleteHook(hookId: string, options?: coreHttp.OperationOptions): 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>

updateAnomalyAlertingConfiguration

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

updateAnomalyDetectionConfiguration

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

updateDataFeed

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

updateHook

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

Generated using TypeDoc