v2

package
v0.1.39 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2023 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenReqDefForChangeAlert

func GenReqDefForChangeAlert() *def.HttpRequestDef

func GenReqDefForChangeIncident

func GenReqDefForChangeIncident() *def.HttpRequestDef

func GenReqDefForChangePlaybookInstance

func GenReqDefForChangePlaybookInstance() *def.HttpRequestDef

func GenReqDefForCopyPlaybookVersion

func GenReqDefForCopyPlaybookVersion() *def.HttpRequestDef

func GenReqDefForCreateAlert

func GenReqDefForCreateAlert() *def.HttpRequestDef

func GenReqDefForCreateAlertRule

func GenReqDefForCreateAlertRule() *def.HttpRequestDef

func GenReqDefForCreateAlertRuleSimulation

func GenReqDefForCreateAlertRuleSimulation() *def.HttpRequestDef

func GenReqDefForCreateBatchOrderAlerts

func GenReqDefForCreateBatchOrderAlerts() *def.HttpRequestDef

func GenReqDefForCreateDataobjectRelation

func GenReqDefForCreateDataobjectRelation() *def.HttpRequestDef

func GenReqDefForCreateIncident

func GenReqDefForCreateIncident() *def.HttpRequestDef

func GenReqDefForCreateIndicator

func GenReqDefForCreateIndicator() *def.HttpRequestDef

func GenReqDefForCreatePlaybook

func GenReqDefForCreatePlaybook() *def.HttpRequestDef

func GenReqDefForCreatePlaybookAction

func GenReqDefForCreatePlaybookAction() *def.HttpRequestDef

func GenReqDefForCreatePlaybookApprove

func GenReqDefForCreatePlaybookApprove() *def.HttpRequestDef

func GenReqDefForCreatePlaybookRule

func GenReqDefForCreatePlaybookRule() *def.HttpRequestDef

func GenReqDefForCreatePlaybookVersion

func GenReqDefForCreatePlaybookVersion() *def.HttpRequestDef

func GenReqDefForDeleteAlert

func GenReqDefForDeleteAlert() *def.HttpRequestDef

func GenReqDefForDeleteAlertRule

func GenReqDefForDeleteAlertRule() *def.HttpRequestDef

func GenReqDefForDeleteDataobjectRelation

func GenReqDefForDeleteDataobjectRelation() *def.HttpRequestDef

func GenReqDefForDeleteIncident

func GenReqDefForDeleteIncident() *def.HttpRequestDef

func GenReqDefForDeleteIndicator

func GenReqDefForDeleteIndicator() *def.HttpRequestDef

func GenReqDefForDeletePlaybook

func GenReqDefForDeletePlaybook() *def.HttpRequestDef

func GenReqDefForDeletePlaybookAction

func GenReqDefForDeletePlaybookAction() *def.HttpRequestDef

func GenReqDefForDeletePlaybookRule

func GenReqDefForDeletePlaybookRule() *def.HttpRequestDef

func GenReqDefForDeletePlaybookVersion

func GenReqDefForDeletePlaybookVersion() *def.HttpRequestDef

func GenReqDefForDisableAlertRule

func GenReqDefForDisableAlertRule() *def.HttpRequestDef

func GenReqDefForEnableAlertRule

func GenReqDefForEnableAlertRule() *def.HttpRequestDef

func GenReqDefForListAlertRuleMetrics

func GenReqDefForListAlertRuleMetrics() *def.HttpRequestDef

func GenReqDefForListAlertRuleTemplates

func GenReqDefForListAlertRuleTemplates() *def.HttpRequestDef

func GenReqDefForListAlertRules

func GenReqDefForListAlertRules() *def.HttpRequestDef

func GenReqDefForListAlerts

func GenReqDefForListAlerts() *def.HttpRequestDef

func GenReqDefForListDataobjectRelation

func GenReqDefForListDataobjectRelation() *def.HttpRequestDef

func GenReqDefForListIncidentTypes

func GenReqDefForListIncidentTypes() *def.HttpRequestDef

func GenReqDefForListIncidents

func GenReqDefForListIncidents() *def.HttpRequestDef

func GenReqDefForListIndicators

func GenReqDefForListIndicators() *def.HttpRequestDef

func GenReqDefForListPlaybookActions

func GenReqDefForListPlaybookActions() *def.HttpRequestDef

func GenReqDefForListPlaybookApproves

func GenReqDefForListPlaybookApproves() *def.HttpRequestDef

func GenReqDefForListPlaybookAuditLogs

func GenReqDefForListPlaybookAuditLogs() *def.HttpRequestDef

func GenReqDefForListPlaybookInstances

func GenReqDefForListPlaybookInstances() *def.HttpRequestDef

func GenReqDefForListPlaybookVersions

func GenReqDefForListPlaybookVersions() *def.HttpRequestDef

func GenReqDefForListPlaybooks

func GenReqDefForListPlaybooks() *def.HttpRequestDef

func GenReqDefForShowAlert

func GenReqDefForShowAlert() *def.HttpRequestDef

func GenReqDefForShowAlertRule

func GenReqDefForShowAlertRule() *def.HttpRequestDef

func GenReqDefForShowAlertRuleTemplate

func GenReqDefForShowAlertRuleTemplate() *def.HttpRequestDef

func GenReqDefForShowIncident

func GenReqDefForShowIncident() *def.HttpRequestDef

func GenReqDefForShowIndicatorDetail

func GenReqDefForShowIndicatorDetail() *def.HttpRequestDef

func GenReqDefForShowPlaybook

func GenReqDefForShowPlaybook() *def.HttpRequestDef

func GenReqDefForShowPlaybookInstance

func GenReqDefForShowPlaybookInstance() *def.HttpRequestDef

func GenReqDefForShowPlaybookMonitors

func GenReqDefForShowPlaybookMonitors() *def.HttpRequestDef

func GenReqDefForShowPlaybookRule

func GenReqDefForShowPlaybookRule() *def.HttpRequestDef

func GenReqDefForShowPlaybookStatistics

func GenReqDefForShowPlaybookStatistics() *def.HttpRequestDef

func GenReqDefForShowPlaybookTopology

func GenReqDefForShowPlaybookTopology() *def.HttpRequestDef

func GenReqDefForShowPlaybookVersion

func GenReqDefForShowPlaybookVersion() *def.HttpRequestDef

func GenReqDefForUpdateAlertRule

func GenReqDefForUpdateAlertRule() *def.HttpRequestDef

func GenReqDefForUpdateIndicator

func GenReqDefForUpdateIndicator() *def.HttpRequestDef

func GenReqDefForUpdatePlaybook

func GenReqDefForUpdatePlaybook() *def.HttpRequestDef

func GenReqDefForUpdatePlaybookAction

func GenReqDefForUpdatePlaybookAction() *def.HttpRequestDef

func GenReqDefForUpdatePlaybookRule

func GenReqDefForUpdatePlaybookRule() *def.HttpRequestDef

func GenReqDefForUpdatePlaybookVersion

func GenReqDefForUpdatePlaybookVersion() *def.HttpRequestDef

func SaClientBuilder

func SaClientBuilder() *http_client.HcHttpClientBuilder

Types

type ChangeAlertInvoker

type ChangeAlertInvoker struct {
	*invoker.BaseInvoker
}

func (*ChangeAlertInvoker) Invoke

type ChangeIncidentInvoker

type ChangeIncidentInvoker struct {
	*invoker.BaseInvoker
}

func (*ChangeIncidentInvoker) Invoke

type ChangePlaybookInstanceInvoker

type ChangePlaybookInstanceInvoker struct {
	*invoker.BaseInvoker
}

func (*ChangePlaybookInstanceInvoker) Invoke

type CopyPlaybookVersionInvoker

type CopyPlaybookVersionInvoker struct {
	*invoker.BaseInvoker
}

func (*CopyPlaybookVersionInvoker) Invoke

type CreateAlertInvoker

type CreateAlertInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateAlertInvoker) Invoke

type CreateAlertRuleInvoker

type CreateAlertRuleInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateAlertRuleInvoker) Invoke

type CreateAlertRuleSimulationInvoker

type CreateAlertRuleSimulationInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateAlertRuleSimulationInvoker) Invoke

type CreateBatchOrderAlertsInvoker

type CreateBatchOrderAlertsInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateBatchOrderAlertsInvoker) Invoke

type CreateDataobjectRelationInvoker

type CreateDataobjectRelationInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateDataobjectRelationInvoker) Invoke

type CreateIncidentInvoker

type CreateIncidentInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateIncidentInvoker) Invoke

type CreateIndicatorInvoker

type CreateIndicatorInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateIndicatorInvoker) Invoke

type CreatePlaybookActionInvoker

type CreatePlaybookActionInvoker struct {
	*invoker.BaseInvoker
}

func (*CreatePlaybookActionInvoker) Invoke

type CreatePlaybookApproveInvoker

type CreatePlaybookApproveInvoker struct {
	*invoker.BaseInvoker
}

func (*CreatePlaybookApproveInvoker) Invoke

type CreatePlaybookInvoker

type CreatePlaybookInvoker struct {
	*invoker.BaseInvoker
}

func (*CreatePlaybookInvoker) Invoke

type CreatePlaybookRuleInvoker

type CreatePlaybookRuleInvoker struct {
	*invoker.BaseInvoker
}

func (*CreatePlaybookRuleInvoker) Invoke

type CreatePlaybookVersionInvoker

type CreatePlaybookVersionInvoker struct {
	*invoker.BaseInvoker
}

func (*CreatePlaybookVersionInvoker) Invoke

type DeleteAlertInvoker

type DeleteAlertInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteAlertInvoker) Invoke

type DeleteAlertRuleInvoker

type DeleteAlertRuleInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteAlertRuleInvoker) Invoke

type DeleteDataobjectRelationInvoker

type DeleteDataobjectRelationInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteDataobjectRelationInvoker) Invoke

type DeleteIncidentInvoker

type DeleteIncidentInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteIncidentInvoker) Invoke

type DeleteIndicatorInvoker

type DeleteIndicatorInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteIndicatorInvoker) Invoke

type DeletePlaybookActionInvoker

type DeletePlaybookActionInvoker struct {
	*invoker.BaseInvoker
}

func (*DeletePlaybookActionInvoker) Invoke

type DeletePlaybookInvoker

type DeletePlaybookInvoker struct {
	*invoker.BaseInvoker
}

func (*DeletePlaybookInvoker) Invoke

type DeletePlaybookRuleInvoker

type DeletePlaybookRuleInvoker struct {
	*invoker.BaseInvoker
}

func (*DeletePlaybookRuleInvoker) Invoke

type DeletePlaybookVersionInvoker

type DeletePlaybookVersionInvoker struct {
	*invoker.BaseInvoker
}

func (*DeletePlaybookVersionInvoker) Invoke

type DisableAlertRuleInvoker

type DisableAlertRuleInvoker struct {
	*invoker.BaseInvoker
}

func (*DisableAlertRuleInvoker) Invoke

type EnableAlertRuleInvoker

type EnableAlertRuleInvoker struct {
	*invoker.BaseInvoker
}

func (*EnableAlertRuleInvoker) Invoke

type ListAlertRuleMetricsInvoker

type ListAlertRuleMetricsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListAlertRuleMetricsInvoker) Invoke

type ListAlertRuleTemplatesInvoker

type ListAlertRuleTemplatesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListAlertRuleTemplatesInvoker) Invoke

type ListAlertRulesInvoker

type ListAlertRulesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListAlertRulesInvoker) Invoke

type ListAlertsInvoker

type ListAlertsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListAlertsInvoker) Invoke

type ListDataobjectRelationInvoker

type ListDataobjectRelationInvoker struct {
	*invoker.BaseInvoker
}

func (*ListDataobjectRelationInvoker) Invoke

type ListIncidentTypesInvoker

type ListIncidentTypesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListIncidentTypesInvoker) Invoke

type ListIncidentsInvoker

type ListIncidentsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListIncidentsInvoker) Invoke

type ListIndicatorsInvoker

type ListIndicatorsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListIndicatorsInvoker) Invoke

type ListPlaybookActionsInvoker

type ListPlaybookActionsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListPlaybookActionsInvoker) Invoke

type ListPlaybookApprovesInvoker

type ListPlaybookApprovesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListPlaybookApprovesInvoker) Invoke

type ListPlaybookAuditLogsInvoker

type ListPlaybookAuditLogsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListPlaybookAuditLogsInvoker) Invoke

type ListPlaybookInstancesInvoker

type ListPlaybookInstancesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListPlaybookInstancesInvoker) Invoke

type ListPlaybookVersionsInvoker

type ListPlaybookVersionsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListPlaybookVersionsInvoker) Invoke

type ListPlaybooksInvoker

type ListPlaybooksInvoker struct {
	*invoker.BaseInvoker
}

func (*ListPlaybooksInvoker) Invoke

type SaClient

type SaClient struct {
	HcClient *http_client.HcHttpClient
}

func NewSaClient

func NewSaClient(hcClient *http_client.HcHttpClient) *SaClient

func (*SaClient) ChangeAlert

func (c *SaClient) ChangeAlert(request *model.ChangeAlertRequest) (*model.ChangeAlertResponse, error)

ChangeAlert 更新告警(仅支持华东-上海一使用)

编辑告警,根据实际修改的属性更新,未修改的列不更新

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ChangeAlertInvoker

func (c *SaClient) ChangeAlertInvoker(request *model.ChangeAlertRequest) *ChangeAlertInvoker

ChangeAlertInvoker 更新告警(仅支持华东-上海一使用)

func (*SaClient) ChangeIncident

func (c *SaClient) ChangeIncident(request *model.ChangeIncidentRequest) (*model.ChangeIncidentResponse, error)

ChangeIncident 更新事件(仅支持华东-上海一使用)

编辑事件,根据实际修改的属性更新,未修改的列不更新

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ChangeIncidentInvoker

func (c *SaClient) ChangeIncidentInvoker(request *model.ChangeIncidentRequest) *ChangeIncidentInvoker

ChangeIncidentInvoker 更新事件(仅支持华东-上海一使用)

func (*SaClient) ChangePlaybookInstance

ChangePlaybookInstance 操作剧本实例(仅支持华东-上海一使用)

Operation Playbook Instance.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ChangePlaybookInstanceInvoker

func (c *SaClient) ChangePlaybookInstanceInvoker(request *model.ChangePlaybookInstanceRequest) *ChangePlaybookInstanceInvoker

ChangePlaybookInstanceInvoker 操作剧本实例(仅支持华东-上海一使用)

func (*SaClient) CopyPlaybookVersion

func (c *SaClient) CopyPlaybookVersion(request *model.CopyPlaybookVersionRequest) (*model.CopyPlaybookVersionResponse, error)

CopyPlaybookVersion 克隆剧本及版本(仅支持华东-上海一使用)

Copy Playbook and version to a new one

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CopyPlaybookVersionInvoker

func (c *SaClient) CopyPlaybookVersionInvoker(request *model.CopyPlaybookVersionRequest) *CopyPlaybookVersionInvoker

CopyPlaybookVersionInvoker 克隆剧本及版本(仅支持华东-上海一使用)

func (*SaClient) CreateAlert

func (c *SaClient) CreateAlert(request *model.CreateAlertRequest) (*model.CreateAlertResponse, error)

CreateAlert 创建告警(仅支持华东-上海一使用)

创建告警

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CreateAlertInvoker

func (c *SaClient) CreateAlertInvoker(request *model.CreateAlertRequest) *CreateAlertInvoker

CreateAlertInvoker 创建告警(仅支持华东-上海一使用)

func (*SaClient) CreateAlertRule

func (c *SaClient) CreateAlertRule(request *model.CreateAlertRuleRequest) (*model.CreateAlertRuleResponse, error)

CreateAlertRule 创建告警规则(仅支持华东-上海一使用)

Create alert rule

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CreateAlertRuleInvoker

func (c *SaClient) CreateAlertRuleInvoker(request *model.CreateAlertRuleRequest) *CreateAlertRuleInvoker

CreateAlertRuleInvoker 创建告警规则(仅支持华东-上海一使用)

func (*SaClient) CreateAlertRuleSimulation

CreateAlertRuleSimulation 模拟告警规则(仅支持华东-上海一使用)

Simulate alert rule

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CreateAlertRuleSimulationInvoker

func (c *SaClient) CreateAlertRuleSimulationInvoker(request *model.CreateAlertRuleSimulationRequest) *CreateAlertRuleSimulationInvoker

CreateAlertRuleSimulationInvoker 模拟告警规则(仅支持华东-上海一使用)

func (*SaClient) CreateBatchOrderAlerts

CreateBatchOrderAlerts 告警转事件(仅支持华东-上海一使用)

告警转事件

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CreateBatchOrderAlertsInvoker

func (c *SaClient) CreateBatchOrderAlertsInvoker(request *model.CreateBatchOrderAlertsRequest) *CreateBatchOrderAlertsInvoker

CreateBatchOrderAlertsInvoker 告警转事件(仅支持华东-上海一使用)

func (*SaClient) CreateDataobjectRelation

CreateDataobjectRelation 创建Dataobject关系

Create Dataobject Relation

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CreateDataobjectRelationInvoker

func (c *SaClient) CreateDataobjectRelationInvoker(request *model.CreateDataobjectRelationRequest) *CreateDataobjectRelationInvoker

CreateDataobjectRelationInvoker 创建Dataobject关系

func (*SaClient) CreateIncident

func (c *SaClient) CreateIncident(request *model.CreateIncidentRequest) (*model.CreateIncidentResponse, error)

CreateIncident 创建事件(仅支持华东-上海一使用)

创建事件

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CreateIncidentInvoker

func (c *SaClient) CreateIncidentInvoker(request *model.CreateIncidentRequest) *CreateIncidentInvoker

CreateIncidentInvoker 创建事件(仅支持华东-上海一使用)

func (*SaClient) CreateIndicator

func (c *SaClient) CreateIndicator(request *model.CreateIndicatorRequest) (*model.CreateIndicatorResponse, error)

CreateIndicator 创建指标

创建指标(仅支持华东-上海一使用)

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CreateIndicatorInvoker

func (c *SaClient) CreateIndicatorInvoker(request *model.CreateIndicatorRequest) *CreateIndicatorInvoker

CreateIndicatorInvoker 创建指标

func (*SaClient) CreatePlaybook

func (c *SaClient) CreatePlaybook(request *model.CreatePlaybookRequest) (*model.CreatePlaybookResponse, error)

CreatePlaybook 创建剧本(仅支持华东-上海一使用)

Create playbook.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CreatePlaybookAction

func (c *SaClient) CreatePlaybookAction(request *model.CreatePlaybookActionRequest) (*model.CreatePlaybookActionResponse, error)

CreatePlaybookAction 创建剧本动作(仅支持华东-上海一使用)

Create action.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CreatePlaybookActionInvoker

func (c *SaClient) CreatePlaybookActionInvoker(request *model.CreatePlaybookActionRequest) *CreatePlaybookActionInvoker

CreatePlaybookActionInvoker 创建剧本动作(仅支持华东-上海一使用)

func (*SaClient) CreatePlaybookApprove

CreatePlaybookApprove 审核剧本(仅支持华东-上海一使用)

Create playbook approve.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CreatePlaybookApproveInvoker

func (c *SaClient) CreatePlaybookApproveInvoker(request *model.CreatePlaybookApproveRequest) *CreatePlaybookApproveInvoker

CreatePlaybookApproveInvoker 审核剧本(仅支持华东-上海一使用)

func (*SaClient) CreatePlaybookInvoker

func (c *SaClient) CreatePlaybookInvoker(request *model.CreatePlaybookRequest) *CreatePlaybookInvoker

CreatePlaybookInvoker 创建剧本(仅支持华东-上海一使用)

func (*SaClient) CreatePlaybookRule

func (c *SaClient) CreatePlaybookRule(request *model.CreatePlaybookRuleRequest) (*model.CreatePlaybookRuleResponse, error)

CreatePlaybookRule 创建剧本规则(仅支持华东-上海一使用)

Create rule.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CreatePlaybookRuleInvoker

func (c *SaClient) CreatePlaybookRuleInvoker(request *model.CreatePlaybookRuleRequest) *CreatePlaybookRuleInvoker

CreatePlaybookRuleInvoker 创建剧本规则(仅支持华东-上海一使用)

func (*SaClient) CreatePlaybookVersion

CreatePlaybookVersion 创建剧本版本(仅支持华东-上海一使用)

Create playbook version.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) CreatePlaybookVersionInvoker

func (c *SaClient) CreatePlaybookVersionInvoker(request *model.CreatePlaybookVersionRequest) *CreatePlaybookVersionInvoker

CreatePlaybookVersionInvoker 创建剧本版本(仅支持华东-上海一使用)

func (*SaClient) DeleteAlert

func (c *SaClient) DeleteAlert(request *model.DeleteAlertRequest) (*model.DeleteAlertResponse, error)

DeleteAlert 删除告警(仅支持华东-上海一使用)

删除告警

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) DeleteAlertInvoker

func (c *SaClient) DeleteAlertInvoker(request *model.DeleteAlertRequest) *DeleteAlertInvoker

DeleteAlertInvoker 删除告警(仅支持华东-上海一使用)

func (*SaClient) DeleteAlertRule

func (c *SaClient) DeleteAlertRule(request *model.DeleteAlertRuleRequest) (*model.DeleteAlertRuleResponse, error)

DeleteAlertRule 删除告警规则(仅支持华东-上海一使用)

Delete alert rule

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) DeleteAlertRuleInvoker

func (c *SaClient) DeleteAlertRuleInvoker(request *model.DeleteAlertRuleRequest) *DeleteAlertRuleInvoker

DeleteAlertRuleInvoker 删除告警规则(仅支持华东-上海一使用)

func (*SaClient) DeleteDataobjectRelation

DeleteDataobjectRelation 删除Dataobject关系

Delete Dataobject Relation

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) DeleteDataobjectRelationInvoker

func (c *SaClient) DeleteDataobjectRelationInvoker(request *model.DeleteDataobjectRelationRequest) *DeleteDataobjectRelationInvoker

DeleteDataobjectRelationInvoker 删除Dataobject关系

func (*SaClient) DeleteIncident

func (c *SaClient) DeleteIncident(request *model.DeleteIncidentRequest) (*model.DeleteIncidentResponse, error)

DeleteIncident 创建事件(仅支持华东-上海一使用)

创建事件

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) DeleteIncidentInvoker

func (c *SaClient) DeleteIncidentInvoker(request *model.DeleteIncidentRequest) *DeleteIncidentInvoker

DeleteIncidentInvoker 创建事件(仅支持华东-上海一使用)

func (*SaClient) DeleteIndicator

func (c *SaClient) DeleteIndicator(request *model.DeleteIndicatorRequest) (*model.DeleteIndicatorResponse, error)

DeleteIndicator 删除指标

删除指标(仅支持华东-上海一使用)

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) DeleteIndicatorInvoker

func (c *SaClient) DeleteIndicatorInvoker(request *model.DeleteIndicatorRequest) *DeleteIndicatorInvoker

DeleteIndicatorInvoker 删除指标

func (*SaClient) DeletePlaybook

func (c *SaClient) DeletePlaybook(request *model.DeletePlaybookRequest) (*model.DeletePlaybookResponse, error)

DeletePlaybook 删除剧本(仅支持华东-上海一使用)

Delete playbook.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) DeletePlaybookAction

func (c *SaClient) DeletePlaybookAction(request *model.DeletePlaybookActionRequest) (*model.DeletePlaybookActionResponse, error)

DeletePlaybookAction 删除剧本动作(仅支持华东-上海一使用)

Delete action.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) DeletePlaybookActionInvoker

func (c *SaClient) DeletePlaybookActionInvoker(request *model.DeletePlaybookActionRequest) *DeletePlaybookActionInvoker

DeletePlaybookActionInvoker 删除剧本动作(仅支持华东-上海一使用)

func (*SaClient) DeletePlaybookInvoker

func (c *SaClient) DeletePlaybookInvoker(request *model.DeletePlaybookRequest) *DeletePlaybookInvoker

DeletePlaybookInvoker 删除剧本(仅支持华东-上海一使用)

func (*SaClient) DeletePlaybookRule

func (c *SaClient) DeletePlaybookRule(request *model.DeletePlaybookRuleRequest) (*model.DeletePlaybookRuleResponse, error)

DeletePlaybookRule 删除剧本规则(仅支持华东-上海一使用)

Delete rule.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) DeletePlaybookRuleInvoker

func (c *SaClient) DeletePlaybookRuleInvoker(request *model.DeletePlaybookRuleRequest) *DeletePlaybookRuleInvoker

DeletePlaybookRuleInvoker 删除剧本规则(仅支持华东-上海一使用)

func (*SaClient) DeletePlaybookVersion

DeletePlaybookVersion 删除剧本版本(仅支持华东-上海一使用)

Delete playbook version.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) DeletePlaybookVersionInvoker

func (c *SaClient) DeletePlaybookVersionInvoker(request *model.DeletePlaybookVersionRequest) *DeletePlaybookVersionInvoker

DeletePlaybookVersionInvoker 删除剧本版本(仅支持华东-上海一使用)

func (*SaClient) DisableAlertRule

func (c *SaClient) DisableAlertRule(request *model.DisableAlertRuleRequest) (*model.DisableAlertRuleResponse, error)

DisableAlertRule 停用告警规则(仅支持华东-上海一使用)

Disable alert rule

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) DisableAlertRuleInvoker

func (c *SaClient) DisableAlertRuleInvoker(request *model.DisableAlertRuleRequest) *DisableAlertRuleInvoker

DisableAlertRuleInvoker 停用告警规则(仅支持华东-上海一使用)

func (*SaClient) EnableAlertRule

func (c *SaClient) EnableAlertRule(request *model.EnableAlertRuleRequest) (*model.EnableAlertRuleResponse, error)

EnableAlertRule 启用告警规则(仅支持华东-上海一使用)

Enable alert rule

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) EnableAlertRuleInvoker

func (c *SaClient) EnableAlertRuleInvoker(request *model.EnableAlertRuleRequest) *EnableAlertRuleInvoker

EnableAlertRuleInvoker 启用告警规则(仅支持华东-上海一使用)

func (*SaClient) ListAlertRuleMetrics

func (c *SaClient) ListAlertRuleMetrics(request *model.ListAlertRuleMetricsRequest) (*model.ListAlertRuleMetricsResponse, error)

ListAlertRuleMetrics 告警规则总览(仅支持华东-上海一使用)

List alert rule metrics

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListAlertRuleMetricsInvoker

func (c *SaClient) ListAlertRuleMetricsInvoker(request *model.ListAlertRuleMetricsRequest) *ListAlertRuleMetricsInvoker

ListAlertRuleMetricsInvoker 告警规则总览(仅支持华东-上海一使用)

func (*SaClient) ListAlertRuleTemplates

ListAlertRuleTemplates 列出告警规则模板(仅支持华东-上海一使用)

List alert rule templates

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListAlertRuleTemplatesInvoker

func (c *SaClient) ListAlertRuleTemplatesInvoker(request *model.ListAlertRuleTemplatesRequest) *ListAlertRuleTemplatesInvoker

ListAlertRuleTemplatesInvoker 列出告警规则模板(仅支持华东-上海一使用)

func (*SaClient) ListAlertRules

func (c *SaClient) ListAlertRules(request *model.ListAlertRulesRequest) (*model.ListAlertRulesResponse, error)

ListAlertRules 列出告警规则(仅支持华东-上海一使用)

List alert rules

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListAlertRulesInvoker

func (c *SaClient) ListAlertRulesInvoker(request *model.ListAlertRulesRequest) *ListAlertRulesInvoker

ListAlertRulesInvoker 列出告警规则(仅支持华东-上海一使用)

func (*SaClient) ListAlerts

func (c *SaClient) ListAlerts(request *model.ListAlertsRequest) (*model.ListAlertsResponse, error)

ListAlerts 搜索告警列表(仅支持华东-上海一使用)

搜索告警列表

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListAlertsInvoker

func (c *SaClient) ListAlertsInvoker(request *model.ListAlertsRequest) *ListAlertsInvoker

ListAlertsInvoker 搜索告警列表(仅支持华东-上海一使用)

func (*SaClient) ListDataobjectRelation

ListDataobjectRelation 查询Dataobject关系列表

List Dataobject Relation

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListDataobjectRelationInvoker

func (c *SaClient) ListDataobjectRelationInvoker(request *model.ListDataobjectRelationRequest) *ListDataobjectRelationInvoker

ListDataobjectRelationInvoker 查询Dataobject关系列表

func (*SaClient) ListIncidentTypes

func (c *SaClient) ListIncidentTypes(request *model.ListIncidentTypesRequest) (*model.ListIncidentTypesResponse, error)

ListIncidentTypes 获取事件的类型列表(仅支持华东-上海一使用)

获取事件的类型列表

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListIncidentTypesInvoker

func (c *SaClient) ListIncidentTypesInvoker(request *model.ListIncidentTypesRequest) *ListIncidentTypesInvoker

ListIncidentTypesInvoker 获取事件的类型列表(仅支持华东-上海一使用)

func (*SaClient) ListIncidents

func (c *SaClient) ListIncidents(request *model.ListIncidentsRequest) (*model.ListIncidentsResponse, error)

ListIncidents 搜索事件列表(仅支持华东-上海一使用)

搜索事件列表

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListIncidentsInvoker

func (c *SaClient) ListIncidentsInvoker(request *model.ListIncidentsRequest) *ListIncidentsInvoker

ListIncidentsInvoker 搜索事件列表(仅支持华东-上海一使用)

func (*SaClient) ListIndicators

func (c *SaClient) ListIndicators(request *model.ListIndicatorsRequest) (*model.ListIndicatorsResponse, error)

ListIndicators 查询指标列表(仅支持华东-上海一使用)

List all indicators

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListIndicatorsInvoker

func (c *SaClient) ListIndicatorsInvoker(request *model.ListIndicatorsRequest) *ListIndicatorsInvoker

ListIndicatorsInvoker 查询指标列表(仅支持华东-上海一使用)

func (*SaClient) ListPlaybookActions

func (c *SaClient) ListPlaybookActions(request *model.ListPlaybookActionsRequest) (*model.ListPlaybookActionsResponse, error)

ListPlaybookActions 查询剧本动作(仅支持华东-上海一使用)

List all actions.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListPlaybookActionsInvoker

func (c *SaClient) ListPlaybookActionsInvoker(request *model.ListPlaybookActionsRequest) *ListPlaybookActionsInvoker

ListPlaybookActionsInvoker 查询剧本动作(仅支持华东-上海一使用)

func (*SaClient) ListPlaybookApproves

func (c *SaClient) ListPlaybookApproves(request *model.ListPlaybookApprovesRequest) (*model.ListPlaybookApprovesResponse, error)

ListPlaybookApproves 查询剧本审核结果(仅支持华东-上海一使用)

List approves.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListPlaybookApprovesInvoker

func (c *SaClient) ListPlaybookApprovesInvoker(request *model.ListPlaybookApprovesRequest) *ListPlaybookApprovesInvoker

ListPlaybookApprovesInvoker 查询剧本审核结果(仅支持华东-上海一使用)

func (*SaClient) ListPlaybookAuditLogs

ListPlaybookAuditLogs 查询剧本实例审计日志(仅支持华东-上海一使用)

List audit logs.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListPlaybookAuditLogsInvoker

func (c *SaClient) ListPlaybookAuditLogsInvoker(request *model.ListPlaybookAuditLogsRequest) *ListPlaybookAuditLogsInvoker

ListPlaybookAuditLogsInvoker 查询剧本实例审计日志(仅支持华东-上海一使用)

func (*SaClient) ListPlaybookInstances

ListPlaybookInstances 查询剧本实例列表(仅支持华东-上海一使用)

List playbook instances

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListPlaybookInstancesInvoker

func (c *SaClient) ListPlaybookInstancesInvoker(request *model.ListPlaybookInstancesRequest) *ListPlaybookInstancesInvoker

ListPlaybookInstancesInvoker 查询剧本实例列表(仅支持华东-上海一使用)

func (*SaClient) ListPlaybookVersions

func (c *SaClient) ListPlaybookVersions(request *model.ListPlaybookVersionsRequest) (*model.ListPlaybookVersionsResponse, error)

ListPlaybookVersions 查询剧本版本列表(仅支持华东-上海一使用)

List all versions of playbook.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListPlaybookVersionsInvoker

func (c *SaClient) ListPlaybookVersionsInvoker(request *model.ListPlaybookVersionsRequest) *ListPlaybookVersionsInvoker

ListPlaybookVersionsInvoker 查询剧本版本列表(仅支持华东-上海一使用)

func (*SaClient) ListPlaybooks

func (c *SaClient) ListPlaybooks(request *model.ListPlaybooksRequest) (*model.ListPlaybooksResponse, error)

ListPlaybooks 查询剧本列表(仅支持华东-上海一使用)

List all playbooks.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ListPlaybooksInvoker

func (c *SaClient) ListPlaybooksInvoker(request *model.ListPlaybooksRequest) *ListPlaybooksInvoker

ListPlaybooksInvoker 查询剧本列表(仅支持华东-上海一使用)

func (*SaClient) ShowAlert

func (c *SaClient) ShowAlert(request *model.ShowAlertRequest) (*model.ShowAlertResponse, error)

ShowAlert 获取告警详情(仅支持华东-上海一使用)

获取告警详情

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ShowAlertInvoker

func (c *SaClient) ShowAlertInvoker(request *model.ShowAlertRequest) *ShowAlertInvoker

ShowAlertInvoker 获取告警详情(仅支持华东-上海一使用)

func (*SaClient) ShowAlertRule

func (c *SaClient) ShowAlertRule(request *model.ShowAlertRuleRequest) (*model.ShowAlertRuleResponse, error)

ShowAlertRule 查看告警规则(仅支持华东-上海一使用)

Get alert rule

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ShowAlertRuleInvoker

func (c *SaClient) ShowAlertRuleInvoker(request *model.ShowAlertRuleRequest) *ShowAlertRuleInvoker

ShowAlertRuleInvoker 查看告警规则(仅支持华东-上海一使用)

func (*SaClient) ShowAlertRuleTemplate

ShowAlertRuleTemplate 查看告警规则模板(仅支持华东-上海一使用)

List alert rule templates

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ShowAlertRuleTemplateInvoker

func (c *SaClient) ShowAlertRuleTemplateInvoker(request *model.ShowAlertRuleTemplateRequest) *ShowAlertRuleTemplateInvoker

ShowAlertRuleTemplateInvoker 查看告警规则模板(仅支持华东-上海一使用)

func (*SaClient) ShowIncident

func (c *SaClient) ShowIncident(request *model.ShowIncidentRequest) (*model.ShowIncidentResponse, error)

ShowIncident 获取事件详情(仅支持华东-上海一使用)

获取事件详情

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ShowIncidentInvoker

func (c *SaClient) ShowIncidentInvoker(request *model.ShowIncidentRequest) *ShowIncidentInvoker

ShowIncidentInvoker 获取事件详情(仅支持华东-上海一使用)

func (*SaClient) ShowIndicatorDetail

func (c *SaClient) ShowIndicatorDetail(request *model.ShowIndicatorDetailRequest) (*model.ShowIndicatorDetailResponse, error)

ShowIndicatorDetail 查询指标详情

查询指标详情(仅支持华东-上海一使用)

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ShowIndicatorDetailInvoker

func (c *SaClient) ShowIndicatorDetailInvoker(request *model.ShowIndicatorDetailRequest) *ShowIndicatorDetailInvoker

ShowIndicatorDetailInvoker 查询指标详情

func (*SaClient) ShowPlaybook

func (c *SaClient) ShowPlaybook(request *model.ShowPlaybookRequest) (*model.ShowPlaybookResponse, error)

ShowPlaybook 查询剧本详情(仅支持华东-上海一使用)

Show playbook

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ShowPlaybookInstance

func (c *SaClient) ShowPlaybookInstance(request *model.ShowPlaybookInstanceRequest) (*model.ShowPlaybookInstanceResponse, error)

ShowPlaybookInstance 查询剧本实例详情(仅支持华东-上海一使用)

Show playbook instance

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ShowPlaybookInstanceInvoker

func (c *SaClient) ShowPlaybookInstanceInvoker(request *model.ShowPlaybookInstanceRequest) *ShowPlaybookInstanceInvoker

ShowPlaybookInstanceInvoker 查询剧本实例详情(仅支持华东-上海一使用)

func (*SaClient) ShowPlaybookInvoker

func (c *SaClient) ShowPlaybookInvoker(request *model.ShowPlaybookRequest) *ShowPlaybookInvoker

ShowPlaybookInvoker 查询剧本详情(仅支持华东-上海一使用)

func (*SaClient) ShowPlaybookMonitors

func (c *SaClient) ShowPlaybookMonitors(request *model.ShowPlaybookMonitorsRequest) (*model.ShowPlaybookMonitorsResponse, error)

ShowPlaybookMonitors 剧本运行监控(仅支持华东-上海一使用)

剧本运行监控

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ShowPlaybookMonitorsInvoker

func (c *SaClient) ShowPlaybookMonitorsInvoker(request *model.ShowPlaybookMonitorsRequest) *ShowPlaybookMonitorsInvoker

ShowPlaybookMonitorsInvoker 剧本运行监控(仅支持华东-上海一使用)

func (*SaClient) ShowPlaybookRule

func (c *SaClient) ShowPlaybookRule(request *model.ShowPlaybookRuleRequest) (*model.ShowPlaybookRuleResponse, error)

ShowPlaybookRule 查询剧本规则详情(仅支持华东-上海一使用)

Show rule formation.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ShowPlaybookRuleInvoker

func (c *SaClient) ShowPlaybookRuleInvoker(request *model.ShowPlaybookRuleRequest) *ShowPlaybookRuleInvoker

ShowPlaybookRuleInvoker 查询剧本规则详情(仅支持华东-上海一使用)

func (*SaClient) ShowPlaybookStatistics

ShowPlaybookStatistics 剧本数据统计(仅支持华东-上海一使用)

剧本统计数据

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ShowPlaybookStatisticsInvoker

func (c *SaClient) ShowPlaybookStatisticsInvoker(request *model.ShowPlaybookStatisticsRequest) *ShowPlaybookStatisticsInvoker

ShowPlaybookStatisticsInvoker 剧本数据统计(仅支持华东-上海一使用)

func (*SaClient) ShowPlaybookTopology

func (c *SaClient) ShowPlaybookTopology(request *model.ShowPlaybookTopologyRequest) (*model.ShowPlaybookTopologyResponse, error)

ShowPlaybookTopology 查询剧本拓扑关系(仅支持华东-上海一使用)

Show playbook Topology

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ShowPlaybookTopologyInvoker

func (c *SaClient) ShowPlaybookTopologyInvoker(request *model.ShowPlaybookTopologyRequest) *ShowPlaybookTopologyInvoker

ShowPlaybookTopologyInvoker 查询剧本拓扑关系(仅支持华东-上海一使用)

func (*SaClient) ShowPlaybookVersion

func (c *SaClient) ShowPlaybookVersion(request *model.ShowPlaybookVersionRequest) (*model.ShowPlaybookVersionResponse, error)

ShowPlaybookVersion 查询剧本版本详情(仅支持华东-上海一使用)

Show playbook version version

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) ShowPlaybookVersionInvoker

func (c *SaClient) ShowPlaybookVersionInvoker(request *model.ShowPlaybookVersionRequest) *ShowPlaybookVersionInvoker

ShowPlaybookVersionInvoker 查询剧本版本详情(仅支持华东-上海一使用)

func (*SaClient) UpdateAlertRule

func (c *SaClient) UpdateAlertRule(request *model.UpdateAlertRuleRequest) (*model.UpdateAlertRuleResponse, error)

UpdateAlertRule 更新告警规则(仅支持华东-上海一使用)

Update alert rule

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) UpdateAlertRuleInvoker

func (c *SaClient) UpdateAlertRuleInvoker(request *model.UpdateAlertRuleRequest) *UpdateAlertRuleInvoker

UpdateAlertRuleInvoker 更新告警规则(仅支持华东-上海一使用)

func (*SaClient) UpdateIndicator

func (c *SaClient) UpdateIndicator(request *model.UpdateIndicatorRequest) (*model.UpdateIndicatorResponse, error)

UpdateIndicator 更新指标

更新指标(仅支持华东-上海一使用)

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) UpdateIndicatorInvoker

func (c *SaClient) UpdateIndicatorInvoker(request *model.UpdateIndicatorRequest) *UpdateIndicatorInvoker

UpdateIndicatorInvoker 更新指标

func (*SaClient) UpdatePlaybook

func (c *SaClient) UpdatePlaybook(request *model.UpdatePlaybookRequest) (*model.UpdatePlaybookResponse, error)

UpdatePlaybook 修改剧本(仅支持华东-上海一使用)

Update playbook.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) UpdatePlaybookAction

func (c *SaClient) UpdatePlaybookAction(request *model.UpdatePlaybookActionRequest) (*model.UpdatePlaybookActionResponse, error)

UpdatePlaybookAction 更新剧本动作(仅支持华东-上海一使用)

Update action.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) UpdatePlaybookActionInvoker

func (c *SaClient) UpdatePlaybookActionInvoker(request *model.UpdatePlaybookActionRequest) *UpdatePlaybookActionInvoker

UpdatePlaybookActionInvoker 更新剧本动作(仅支持华东-上海一使用)

func (*SaClient) UpdatePlaybookInvoker

func (c *SaClient) UpdatePlaybookInvoker(request *model.UpdatePlaybookRequest) *UpdatePlaybookInvoker

UpdatePlaybookInvoker 修改剧本(仅支持华东-上海一使用)

func (*SaClient) UpdatePlaybookRule

func (c *SaClient) UpdatePlaybookRule(request *model.UpdatePlaybookRuleRequest) (*model.UpdatePlaybookRuleResponse, error)

UpdatePlaybookRule 更新剧本规则(仅支持华东-上海一使用)

Update rule.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) UpdatePlaybookRuleInvoker

func (c *SaClient) UpdatePlaybookRuleInvoker(request *model.UpdatePlaybookRuleRequest) *UpdatePlaybookRuleInvoker

UpdatePlaybookRuleInvoker 更新剧本规则(仅支持华东-上海一使用)

func (*SaClient) UpdatePlaybookVersion

UpdatePlaybookVersion 更新剧本版本(仅支持华东-上海一使用)

Update playbook version.

Please refer to HUAWEI cloud API Explorer for details.

func (*SaClient) UpdatePlaybookVersionInvoker

func (c *SaClient) UpdatePlaybookVersionInvoker(request *model.UpdatePlaybookVersionRequest) *UpdatePlaybookVersionInvoker

UpdatePlaybookVersionInvoker 更新剧本版本(仅支持华东-上海一使用)

type ShowAlertInvoker

type ShowAlertInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowAlertInvoker) Invoke

type ShowAlertRuleInvoker

type ShowAlertRuleInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowAlertRuleInvoker) Invoke

type ShowAlertRuleTemplateInvoker

type ShowAlertRuleTemplateInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowAlertRuleTemplateInvoker) Invoke

type ShowIncidentInvoker

type ShowIncidentInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowIncidentInvoker) Invoke

type ShowIndicatorDetailInvoker

type ShowIndicatorDetailInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowIndicatorDetailInvoker) Invoke

type ShowPlaybookInstanceInvoker

type ShowPlaybookInstanceInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowPlaybookInstanceInvoker) Invoke

type ShowPlaybookInvoker

type ShowPlaybookInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowPlaybookInvoker) Invoke

type ShowPlaybookMonitorsInvoker

type ShowPlaybookMonitorsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowPlaybookMonitorsInvoker) Invoke

type ShowPlaybookRuleInvoker

type ShowPlaybookRuleInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowPlaybookRuleInvoker) Invoke

type ShowPlaybookStatisticsInvoker

type ShowPlaybookStatisticsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowPlaybookStatisticsInvoker) Invoke

type ShowPlaybookTopologyInvoker

type ShowPlaybookTopologyInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowPlaybookTopologyInvoker) Invoke

type ShowPlaybookVersionInvoker

type ShowPlaybookVersionInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowPlaybookVersionInvoker) Invoke

type UpdateAlertRuleInvoker

type UpdateAlertRuleInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateAlertRuleInvoker) Invoke

type UpdateIndicatorInvoker

type UpdateIndicatorInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateIndicatorInvoker) Invoke

type UpdatePlaybookActionInvoker

type UpdatePlaybookActionInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdatePlaybookActionInvoker) Invoke

type UpdatePlaybookInvoker

type UpdatePlaybookInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdatePlaybookInvoker) Invoke

type UpdatePlaybookRuleInvoker

type UpdatePlaybookRuleInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdatePlaybookRuleInvoker) Invoke

type UpdatePlaybookVersionInvoker

type UpdatePlaybookVersionInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdatePlaybookVersionInvoker) Invoke

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL