alert

package
v0.0.0-...-0b043e4 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Product = "Alert"
	Style   = "ROA"
	Version = "2015-08-15"
)

Variables

This section is empty.

Functions

func NewParams

func NewParams() openapi.Params

Types

type API

type API struct {
	openapi.Service
}

func New

func New(accessKeyId, accessKeySecret string) API

func (API) BatchQueryProject

func (api API) BatchQueryProject(optional openapi.M) (*BatchQueryProjectResponse, error)

BatchQueryProject version 2015-08-15

optional parameters:

name: Names, type: string
name: Page, type: int
name: PageSize, type: int
name: _region, type: string

func (API) CreateAlert

func (api API) CreateAlert(ProjectName string, optional openapi.M) (*CreateAlertResponse, error)

CreateAlert version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: Alert, type: string
name: _region, type: string

func (API) CreateContact

func (api API) CreateContact(ProjectName string, optional openapi.M) (*CreateContactResponse, error)

CreateContact version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: Contact, type: string
name: _region, type: string

func (API) CreateContactGroup

func (api API) CreateContactGroup(ProjectName string, optional openapi.M) (*CreateContactGroupResponse, error)

CreateContactGroup version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: ContactGroup, type: string
name: _region, type: string

func (API) CreateDBMetric

func (api API) CreateDBMetric(ProjectName string, optional openapi.M) (*CreateDBMetricResponse, error)

CreateDBMetric version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: Metric, type: string
name: _region, type: string

func (API) CreateDBSource

func (api API) CreateDBSource(ProjectName string, optional openapi.M) (*CreateDBSourceResponse, error)

CreateDBSource version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: Source, type: string
name: _region, type: string

func (API) CreateDimensions

func (api API) CreateDimensions(AlertName, ProjectName string, optional openapi.M) (*CreateDimensionsResponse, error)

CreateDimensions version 2015-08-15

required parameters:

name: AlertName, type: string
name: ProjectName, type: string

optional parameters:

name: Dimensions, type: string
name: _region, type: string

func (API) CreateLevelChannel

func (api API) CreateLevelChannel(ProjectName string, optional openapi.M) (*CreateLevelChannelResponse, error)

CreateLevelChannel version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: LevelChannelSetting, type: string
name: _region, type: string

func (API) CreateLogHubMetric

func (api API) CreateLogHubMetric(ProjectName string, optional openapi.M) (*CreateLogHubMetricResponse, error)

CreateLogHubMetric version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: Metric, type: string
name: _region, type: string

func (API) CreateProject

func (api API) CreateProject(optional openapi.M) (*CreateProjectResponse, error)

CreateProject version 2015-08-15

optional parameters:

name: Project, type: string
name: _region, type: string

func (API) DeleteAlert

func (api API) DeleteAlert(AlertName, ProjectName string, optional openapi.M) (*DeleteAlertResponse, error)

DeleteAlert version 2015-08-15

required parameters:

name: AlertName, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) DeleteContact

func (api API) DeleteContact(ContactName, ProjectName string, optional openapi.M) (*DeleteContactResponse, error)

DeleteContact version 2015-08-15

required parameters:

name: ContactName, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) DeleteContactGroup

func (api API) DeleteContactGroup(GroupName, ProjectName string, optional openapi.M) (*DeleteContactGroupResponse, error)

DeleteContactGroup version 2015-08-15

required parameters:

name: GroupName, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) DeleteDBMetric

func (api API) DeleteDBMetric(MetricName, ProjectName string, optional openapi.M) (*DeleteDBMetricResponse, error)

DeleteDBMetric version 2015-08-15

required parameters:

name: MetricName, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) DeleteDBSource

func (api API) DeleteDBSource(ProjectName, SourceName string, optional openapi.M) (*DeleteDBSourceResponse, error)

DeleteDBSource version 2015-08-15

required parameters:

name: ProjectName, type: string
name: SourceName, type: string

optional parameters:

name: _region, type: string

func (API) DeleteDimensions

func (api API) DeleteDimensions(AlertName, DimensionsId, ProjectName string, optional openapi.M) (*DeleteDimensionsResponse, error)

DeleteDimensions version 2015-08-15

required parameters:

name: AlertName, type: string
name: DimensionsId, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) DeleteLevelChannel

func (api API) DeleteLevelChannel(Level, ProjectName string, optional openapi.M) (*DeleteLevelChannelResponse, error)

DeleteLevelChannel version 2015-08-15

required parameters:

name: Level, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) DeleteLogHubMetric

func (api API) DeleteLogHubMetric(MetricName, ProjectName string, optional openapi.M) (*DeleteLogHubMetricResponse, error)

DeleteLogHubMetric version 2015-08-15

required parameters:

name: MetricName, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) DeleteProject

func (api API) DeleteProject(optional openapi.M) (*DeleteProjectResponse, error)

DeleteProject version 2015-08-15

optional parameters:

name: ProjectName, type: string
name: _region, type: string

func (API) DisableAlert

func (api API) DisableAlert(AlertName, ProjectName string, optional openapi.M) (*DisableAlertResponse, error)

DisableAlert version 2015-08-15

required parameters:

name: AlertName, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) EnableAlert

func (api API) EnableAlert(AlertName, ProjectName string, optional openapi.M) (*EnableAlertResponse, error)

EnableAlert version 2015-08-15

required parameters:

name: AlertName, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) GetAlert

func (api API) GetAlert(AlertName, ProjectName string, optional openapi.M) (*GetAlertResponse, error)

GetAlert version 2015-08-15

required parameters:

name: AlertName, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) GetContact

func (api API) GetContact(ContactName, ProjectName string, optional openapi.M) (*GetContactResponse, error)

GetContact version 2015-08-15

required parameters:

name: ContactName, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) GetContactGroup

func (api API) GetContactGroup(GroupName, ProjectName string, optional openapi.M) (*GetContactGroupResponse, error)

GetContactGroup version 2015-08-15

required parameters:

name: GroupName, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) GetDBMetric

func (api API) GetDBMetric(MetricName, ProjectName string, optional openapi.M) (*GetDBMetricResponse, error)

GetDBMetric version 2015-08-15

required parameters:

name: MetricName, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) GetDBSource

func (api API) GetDBSource(ProjectName, SourceName string, optional openapi.M) (*GetDBSourceResponse, error)

GetDBSource version 2015-08-15

required parameters:

name: ProjectName, type: string
name: SourceName, type: string

optional parameters:

name: _region, type: string

func (API) GetDimensions

func (api API) GetDimensions(AlertName, DimensionsId, ProjectName string, optional openapi.M) (*GetDimensionsResponse, error)

GetDimensions version 2015-08-15

required parameters:

name: AlertName, type: string
name: DimensionsId, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) GetLevelChannel

func (api API) GetLevelChannel(Level, ProjectName string, optional openapi.M) (*GetLevelChannelResponse, error)

GetLevelChannel version 2015-08-15

required parameters:

name: Level, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) GetLogHubMetric

func (api API) GetLogHubMetric(MetricName, ProjectName string, optional openapi.M) (*GetLogHubMetricResponse, error)

GetLogHubMetric version 2015-08-15

required parameters:

name: MetricName, type: string
name: ProjectName, type: string

optional parameters:

name: _region, type: string

func (API) GetProject

func (api API) GetProject(optional openapi.M) (*GetProjectResponse, error)

GetProject version 2015-08-15

optional parameters:

name: ProjectName, type: string
name: _region, type: string

func (API) GrantProjectOwner

func (api API) GrantProjectOwner(optional openapi.M) (*GrantProjectOwnerResponse, error)

GrantProjectOwner version 2015-08-15

optional parameters:

name: Owners, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) ListAlert

func (api API) ListAlert(ProjectName string, optional openapi.M) (*ListAlertResponse, error)

ListAlert version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: AlertName, type: string
name: Page, type: int
name: PageSize, type: int
name: _region, type: string

func (API) ListAlertState

func (api API) ListAlertState(ProjectName string, optional openapi.M) (*ListAlertStateResponse, error)

ListAlertState version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: AlertName, type: string
name: Dimensions, type: string
name: EndTime, type: string
name: Page, type: int
name: PageSize, type: int
name: StartTime, type: string
name: _region, type: string

func (API) ListContact

func (api API) ListContact(ProjectName string, optional openapi.M) (*ListContactResponse, error)

ListContact version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: ContactName, type: string
name: Page, type: int
name: PageSize, type: int
name: _region, type: string

func (API) ListContactGroup

func (api API) ListContactGroup(ProjectName string, optional openapi.M) (*ListContactGroupResponse, error)

ListContactGroup version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: GroupName, type: string
name: Page, type: int
name: PageSize, type: int
name: _region, type: string

func (API) ListDBMetric

func (api API) ListDBMetric(ProjectName string, optional openapi.M) (*ListDBMetricResponse, error)

ListDBMetric version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: MetricName, type: string
name: Page, type: int
name: PageSize, type: int
name: _region, type: string

func (API) ListDBSource

func (api API) ListDBSource(ProjectName string, optional openapi.M) (*ListDBSourceResponse, error)

ListDBSource version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: Page, type: int
name: PageSize, type: int
name: SourceName, type: string
name: _region, type: string

func (API) ListDimensions

func (api API) ListDimensions(AlertName, ProjectName string, optional openapi.M) (*ListDimensionsResponse, error)

ListDimensions version 2015-08-15

required parameters:

name: AlertName, type: string
name: ProjectName, type: string

optional parameters:

name: Page, type: int
name: PageSize, type: int
name: _region, type: string

func (API) ListLevelChannel

func (api API) ListLevelChannel(ProjectName string, optional openapi.M) (*ListLevelChannelResponse, error)

ListLevelChannel version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: Level, type: string
name: Page, type: int
name: PageSize, type: int
name: _region, type: string

func (API) ListLogHubMetric

func (api API) ListLogHubMetric(ProjectName string, optional openapi.M) (*ListLogHubMetricResponse, error)

ListLogHubMetric version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: MetricName, type: string
name: Page, type: int
name: PageSize, type: int
name: _region, type: string

func (API) ListNotifyHistory

func (api API) ListNotifyHistory(ProjectName string, optional openapi.M) (*ListNotifyHistoryResponse, error)

ListNotifyHistory version 2015-08-15

required parameters:

name: ProjectName, type: string

optional parameters:

name: AlertName, type: string
name: Dimensions, type: string
name: EndTime, type: string
name: Page, type: int
name: PageSize, type: int
name: StartTime, type: string
name: _region, type: string

func (API) ListProject

func (api API) ListProject(optional openapi.M) (*ListProjectResponse, error)

ListProject version 2015-08-15

optional parameters:

name: Page, type: int
name: PageSize, type: int
name: ProjectOwner, type: string
name: _region, type: string

func (API) RemoveProjectOwner

func (api API) RemoveProjectOwner(optional openapi.M) (*RemoveProjectOwnerResponse, error)

RemoveProjectOwner version 2015-08-15

optional parameters:

name: Owners, type: string
name: ProjectName, type: string
name: _region, type: string

func (API) UpdateAlert

func (api API) UpdateAlert(AlertName, ProjectName string, optional openapi.M) (*UpdateAlertResponse, error)

UpdateAlert version 2015-08-15

required parameters:

name: AlertName, type: string
name: ProjectName, type: string

optional parameters:

name: Alert, type: string
name: _region, type: string

func (API) UpdateContact

func (api API) UpdateContact(ContactName, ProjectName string, optional openapi.M) (*UpdateContactResponse, error)

UpdateContact version 2015-08-15

required parameters:

name: ContactName, type: string
name: ProjectName, type: string

optional parameters:

name: Contact, type: string
name: _region, type: string

func (API) UpdateContactGroup

func (api API) UpdateContactGroup(GroupName, ProjectName string, optional openapi.M) (*UpdateContactGroupResponse, error)

UpdateContactGroup version 2015-08-15

required parameters:

name: GroupName, type: string
name: ProjectName, type: string

optional parameters:

name: ContactGroup, type: string
name: _region, type: string

func (API) UpdateDBMetric

func (api API) UpdateDBMetric(MetricName, ProjectName string, optional openapi.M) (*UpdateDBMetricResponse, error)

UpdateDBMetric version 2015-08-15

required parameters:

name: MetricName, type: string
name: ProjectName, type: string

optional parameters:

name: Metric, type: string
name: _region, type: string

func (API) UpdateDBSource

func (api API) UpdateDBSource(ProjectName, SourceName string, optional openapi.M) (*UpdateDBSourceResponse, error)

UpdateDBSource version 2015-08-15

required parameters:

name: ProjectName, type: string
name: SourceName, type: string

optional parameters:

name: Source, type: string
name: _region, type: string

func (API) UpdateDimensions

func (api API) UpdateDimensions(AlertName, DimensionsId, ProjectName string, optional openapi.M) (*UpdateDimensionsResponse, error)

UpdateDimensions version 2015-08-15

required parameters:

name: AlertName, type: string
name: DimensionsId, type: string
name: ProjectName, type: string

optional parameters:

name: Dimensions, type: string
name: _region, type: string

func (API) UpdateLevelChannel

func (api API) UpdateLevelChannel(Level, ProjectName string, optional openapi.M) (*UpdateLevelChannelResponse, error)

UpdateLevelChannel version 2015-08-15

required parameters:

name: Level, type: string
name: ProjectName, type: string

optional parameters:

name: LevelChannelSetting, type: string
name: _region, type: string

func (API) UpdateLogHubMetric

func (api API) UpdateLogHubMetric(MetricName, ProjectName string, optional openapi.M) (*UpdateLogHubMetricResponse, error)

UpdateLogHubMetric version 2015-08-15

required parameters:

name: MetricName, type: string
name: ProjectName, type: string

optional parameters:

name: Metric, type: string
name: _region, type: string

func (API) UpdateProject

func (api API) UpdateProject(optional openapi.M) (*UpdateProjectResponse, error)

UpdateProject version 2015-08-15

optional parameters:

name: Project, type: string
name: ProjectName, type: string
name: _region, type: string

type BatchQueryProjectResponse

type BatchQueryProjectResponse struct {
	Code       string `json:"code" xml:"code"`
	Datapoints string `json:"datapoints" xml:"datapoints"`
	Message    string `json:"message" xml:"message"`
	Success    string `json:"success" xml:"success"`
	Total      string `json:"total" xml:"total"`
	TraceId    string `json:"traceId" xml:"traceId"`
}

BatchQueryProjectResponse represents the response of the api BatchQueryProject.

type CreateAlertResponse

type CreateAlertResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

CreateAlertResponse represents the response of the api CreateAlert.

type CreateContactGroupResponse

type CreateContactGroupResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

CreateContactGroupResponse represents the response of the api CreateContactGroup.

type CreateContactResponse

type CreateContactResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

CreateContactResponse represents the response of the api CreateContact.

type CreateDBMetricResponse

type CreateDBMetricResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

CreateDBMetricResponse represents the response of the api CreateDBMetric.

type CreateDBSourceResponse

type CreateDBSourceResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

CreateDBSourceResponse represents the response of the api CreateDBSource.

type CreateDimensionsResponse

type CreateDimensionsResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

CreateDimensionsResponse represents the response of the api CreateDimensions.

type CreateLevelChannelResponse

type CreateLevelChannelResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

CreateLevelChannelResponse represents the response of the api CreateLevelChannel.

type CreateLogHubMetricResponse

type CreateLogHubMetricResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

CreateLogHubMetricResponse represents the response of the api CreateLogHubMetric.

type CreateProjectResponse

type CreateProjectResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

CreateProjectResponse represents the response of the api CreateProject.

type DeleteAlertResponse

type DeleteAlertResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

DeleteAlertResponse represents the response of the api DeleteAlert.

type DeleteContactGroupResponse

type DeleteContactGroupResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

DeleteContactGroupResponse represents the response of the api DeleteContactGroup.

type DeleteContactResponse

type DeleteContactResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

DeleteContactResponse represents the response of the api DeleteContact.

type DeleteDBMetricResponse

type DeleteDBMetricResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

DeleteDBMetricResponse represents the response of the api DeleteDBMetric.

type DeleteDBSourceResponse

type DeleteDBSourceResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

DeleteDBSourceResponse represents the response of the api DeleteDBSource.

type DeleteDimensionsResponse

type DeleteDimensionsResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

DeleteDimensionsResponse represents the response of the api DeleteDimensions.

type DeleteLevelChannelResponse

type DeleteLevelChannelResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

DeleteLevelChannelResponse represents the response of the api DeleteLevelChannel.

type DeleteLogHubMetricResponse

type DeleteLogHubMetricResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

DeleteLogHubMetricResponse represents the response of the api DeleteLogHubMetric.

type DeleteProjectResponse

type DeleteProjectResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

DeleteProjectResponse represents the response of the api DeleteProject.

type DisableAlertResponse

type DisableAlertResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

DisableAlertResponse represents the response of the api DisableAlert.

type EnableAlertResponse

type EnableAlertResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

EnableAlertResponse represents the response of the api EnableAlert.

type GetAlertResponse

type GetAlertResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

GetAlertResponse represents the response of the api GetAlert.

type GetContactGroupResponse

type GetContactGroupResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

GetContactGroupResponse represents the response of the api GetContactGroup.

type GetContactResponse

type GetContactResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

GetContactResponse represents the response of the api GetContact.

type GetDBMetricResponse

type GetDBMetricResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

GetDBMetricResponse represents the response of the api GetDBMetric.

type GetDBSourceResponse

type GetDBSourceResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

GetDBSourceResponse represents the response of the api GetDBSource.

type GetDimensionsResponse

type GetDimensionsResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

GetDimensionsResponse represents the response of the api GetDimensions.

type GetLevelChannelResponse

type GetLevelChannelResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

GetLevelChannelResponse represents the response of the api GetLevelChannel.

type GetLogHubMetricResponse

type GetLogHubMetricResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

GetLogHubMetricResponse represents the response of the api GetLogHubMetric.

type GetProjectResponse

type GetProjectResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Result  string `json:"result" xml:"result"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

GetProjectResponse represents the response of the api GetProject.

type GrantProjectOwnerResponse

type GrantProjectOwnerResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

GrantProjectOwnerResponse represents the response of the api GrantProjectOwner.

type ListAlertResponse

type ListAlertResponse struct {
	Code       string `json:"code" xml:"code"`
	Datapoints string `json:"datapoints" xml:"datapoints"`
	Message    string `json:"message" xml:"message"`
	Success    string `json:"success" xml:"success"`
	Total      string `json:"total" xml:"total"`
	TraceId    string `json:"traceId" xml:"traceId"`
}

ListAlertResponse represents the response of the api ListAlert.

type ListAlertStateResponse

type ListAlertStateResponse struct {
	Code       string `json:"code" xml:"code"`
	Datapoints string `json:"datapoints" xml:"datapoints"`
	Message    string `json:"message" xml:"message"`
	Success    string `json:"success" xml:"success"`
	Total      string `json:"total" xml:"total"`
	TraceId    string `json:"traceId" xml:"traceId"`
}

ListAlertStateResponse represents the response of the api ListAlertState.

type ListContactGroupResponse

type ListContactGroupResponse struct {
	Code       string `json:"code" xml:"code"`
	Datapoints string `json:"datapoints" xml:"datapoints"`
	Message    string `json:"message" xml:"message"`
	Success    string `json:"success" xml:"success"`
	Total      string `json:"total" xml:"total"`
	TraceId    string `json:"traceId" xml:"traceId"`
}

ListContactGroupResponse represents the response of the api ListContactGroup.

type ListContactResponse

type ListContactResponse struct {
	Code       string `json:"code" xml:"code"`
	Datapoints string `json:"datapoints" xml:"datapoints"`
	Message    string `json:"message" xml:"message"`
	Success    string `json:"success" xml:"success"`
	Total      string `json:"total" xml:"total"`
	TraceId    string `json:"traceId" xml:"traceId"`
}

ListContactResponse represents the response of the api ListContact.

type ListDBMetricResponse

type ListDBMetricResponse struct {
	Code       string `json:"code" xml:"code"`
	Datapoints string `json:"datapoints" xml:"datapoints"`
	Message    string `json:"message" xml:"message"`
	Success    string `json:"success" xml:"success"`
	Total      string `json:"total" xml:"total"`
	TraceId    string `json:"traceId" xml:"traceId"`
}

ListDBMetricResponse represents the response of the api ListDBMetric.

type ListDBSourceResponse

type ListDBSourceResponse struct {
	Code       string `json:"code" xml:"code"`
	Datapoints string `json:"datapoints" xml:"datapoints"`
	Message    string `json:"message" xml:"message"`
	Success    string `json:"success" xml:"success"`
	Total      string `json:"total" xml:"total"`
	TraceId    string `json:"traceId" xml:"traceId"`
}

ListDBSourceResponse represents the response of the api ListDBSource.

type ListDimensionsResponse

type ListDimensionsResponse struct {
	Code       string `json:"code" xml:"code"`
	Datapoints string `json:"datapoints" xml:"datapoints"`
	Message    string `json:"message" xml:"message"`
	Success    string `json:"success" xml:"success"`
	Total      string `json:"total" xml:"total"`
	TraceId    string `json:"traceId" xml:"traceId"`
}

ListDimensionsResponse represents the response of the api ListDimensions.

type ListLevelChannelResponse

type ListLevelChannelResponse struct {
	Code       string `json:"code" xml:"code"`
	Datapoints string `json:"datapoints" xml:"datapoints"`
	Message    string `json:"message" xml:"message"`
	Success    string `json:"success" xml:"success"`
	Total      string `json:"total" xml:"total"`
	TraceId    string `json:"traceId" xml:"traceId"`
}

ListLevelChannelResponse represents the response of the api ListLevelChannel.

type ListLogHubMetricResponse

type ListLogHubMetricResponse struct {
	Code       string `json:"code" xml:"code"`
	Datapoints string `json:"datapoints" xml:"datapoints"`
	Message    string `json:"message" xml:"message"`
	Success    string `json:"success" xml:"success"`
	Total      string `json:"total" xml:"total"`
	TraceId    string `json:"traceId" xml:"traceId"`
}

ListLogHubMetricResponse represents the response of the api ListLogHubMetric.

type ListNotifyHistoryResponse

type ListNotifyHistoryResponse struct {
	Code       string `json:"code" xml:"code"`
	Datapoints string `json:"datapoints" xml:"datapoints"`
	Message    string `json:"message" xml:"message"`
	Success    string `json:"success" xml:"success"`
	Total      string `json:"total" xml:"total"`
	TraceId    string `json:"traceId" xml:"traceId"`
}

ListNotifyHistoryResponse represents the response of the api ListNotifyHistory.

type ListProjectResponse

type ListProjectResponse struct {
	Code       string `json:"code" xml:"code"`
	Datapoints string `json:"datapoints" xml:"datapoints"`
	Message    string `json:"message" xml:"message"`
	Success    string `json:"success" xml:"success"`
	Total      string `json:"total" xml:"total"`
	TraceId    string `json:"traceId" xml:"traceId"`
}

ListProjectResponse represents the response of the api ListProject.

type RemoveProjectOwnerResponse

type RemoveProjectOwnerResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

RemoveProjectOwnerResponse represents the response of the api RemoveProjectOwner.

type UpdateAlertResponse

type UpdateAlertResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

UpdateAlertResponse represents the response of the api UpdateAlert.

type UpdateContactGroupResponse

type UpdateContactGroupResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

UpdateContactGroupResponse represents the response of the api UpdateContactGroup.

type UpdateContactResponse

type UpdateContactResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

UpdateContactResponse represents the response of the api UpdateContact.

type UpdateDBMetricResponse

type UpdateDBMetricResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

UpdateDBMetricResponse represents the response of the api UpdateDBMetric.

type UpdateDBSourceResponse

type UpdateDBSourceResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

UpdateDBSourceResponse represents the response of the api UpdateDBSource.

type UpdateDimensionsResponse

type UpdateDimensionsResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

UpdateDimensionsResponse represents the response of the api UpdateDimensions.

type UpdateLevelChannelResponse

type UpdateLevelChannelResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

UpdateLevelChannelResponse represents the response of the api UpdateLevelChannel.

type UpdateLogHubMetricResponse

type UpdateLogHubMetricResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

UpdateLogHubMetricResponse represents the response of the api UpdateLogHubMetric.

type UpdateProjectResponse

type UpdateProjectResponse struct {
	Code    string `json:"code" xml:"code"`
	Message string `json:"message" xml:"message"`
	Success string `json:"success" xml:"success"`
	TraceId string `json:"traceId" xml:"traceId"`
}

UpdateProjectResponse represents the response of the api UpdateProject.

Jump to

Keyboard shortcuts

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