Documentation ¶
Index ¶
- type Annotations
- type AomMappingLogStreamInfo
- type AomMappingRequestInfo
- type AomMappingRuleInfo
- type AomMappingRuleResp
- type AomMappingfilesInfo
- type ChartConfig
- type CreateAomMappingRulesRequest
- type CreateAomMappingRulesResponse
- type CreateKeywordsAlarmRuleRequest
- type CreateKeywordsAlarmRuleRequestBody
- type CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel
- type CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevelEnum
- type CreateKeywordsAlarmRuleResponse
- type CreateLogDumpObsRequest
- type CreateLogDumpObsRequestBody
- type CreateLogDumpObsResponse
- type CreateLogGroupParams
- type CreateLogGroupRequest
- type CreateLogGroupResponse
- type CreateLogStreamParams
- type CreateLogStreamRequest
- type CreateLogStreamResponse
- type CreateSqlAlarmRuleRequest
- type CreateSqlAlarmRuleRequestBody
- type CreateSqlAlarmRuleRequestBodySqlAlarmLevel
- type CreateSqlAlarmRuleRequestBodySqlAlarmLevelEnum
- type CreateSqlAlarmRuleResponse
- type CreateStructTemplateRequest
- type CreateStructTemplateResponse
- type DeleteActiveAlarmsRequest
- type DeleteActiveAlarmsRequestBody
- type DeleteActiveAlarmsResponse
- type DeleteAomMappingRulesRequest
- type DeleteAomMappingRulesResponse
- type DeleteKeywordsAlarmRuleRequest
- type DeleteKeywordsAlarmRuleResponse
- type DeleteLogGroupRequest
- type DeleteLogGroupResponse
- type DeleteLogStreamRequest
- type DeleteLogStreamResponse
- type DeleteSqlAlarmRuleRequest
- type DeleteSqlAlarmRuleResponse
- type DeleteStructTemplateReqBody
- type DeleteStructTemplateRequest
- type DeleteStructTemplateResponse
- type DisableLogCollectionRequest
- type DisableLogCollectionResponse
- type EnableLogCollectionRequest
- type EnableLogCollectionResponse
- type Event
- type Events
- type Frequency
- type FrequencyFixedRateUnit
- type FrequencyFixedRateUnitEnum
- type FrequencyType
- type FrequencyTypeEnum
- type KeywordsAlarmRuleRespList
- type KeywordsAlarmRuleRespListKeywordsAlarmLevel
- type KeywordsAlarmRuleRespListKeywordsAlarmLevelEnum
- type KeywordsRequest
- type KeywordsRequestCondition
- type KeywordsRequestConditionEnum
- type KeywordsRequestSearchTimeRangeUnit
- type KeywordsRequestSearchTimeRangeUnitEnum
- type ListActiveOrHistoryAlarmsRequest
- type ListActiveOrHistoryAlarmsRequestBody
- type ListActiveOrHistoryAlarmsRequestType
- type ListActiveOrHistoryAlarmsRequestTypeEnum
- type ListActiveOrHistoryAlarmsResponse
- type ListChartsRequest
- type ListChartsResponse
- type ListChartsResponseType
- type ListChartsResponseTypeEnum
- type ListKeywordsAlarmRulesRequest
- type ListKeywordsAlarmRulesResponse
- type ListLogGroupsRequest
- type ListLogGroupsResponse
- type ListLogStreamRequest
- type ListLogStreamResponse
- type ListLogsRequest
- type ListLogsResponse
- type ListNotificationTopicsRequest
- type ListNotificationTopicsResponse
- type ListQueryStructuredLogsRequest
- type ListQueryStructuredLogsResponse
- type ListSqlAlarmRulesRequest
- type ListSqlAlarmRulesResponse
- type ListStructuredLogsWithTimeRangeRequest
- type ListStructuredLogsWithTimeRangeResponse
- type LogContents
- type LogGroup
- type LogStream
- type LtsStructTemplateInfo
- type LtsStructTemplateInfoParseType
- type LtsStructTemplateInfoParseTypeEnum
- type Metadata
- type NotificationSaveRule
- type NotificationSaveRuleLanguage
- type NotificationSaveRuleLanguageEnum
- type PageInfo
- type QueryLtsLogParams
- type QueryLtsLogParamsKeywords
- type QueryLtsLogParamsKeywordsEnum
- type QueryLtsLogParamsSearchType
- type QueryLtsLogParamsSearchTypeEnum
- type QueryLtsStructLogParams
- type QueryLtsStructLogParamsNew
- type ShowAomMappingRuleRequest
- type ShowAomMappingRuleResponse
- type ShowAomMappingRulesRequest
- type ShowAomMappingRulesResponse
- type ShowStructTemplateRequest
- type ShowStructTemplateResponse
- type ShowStructTemplateRule
- type ShowStructTemplateRuleType
- type ShowStructTemplateRuleTypeEnum
- type ShowStructTemplateclusterInfo
- type Sort
- type SortOrder
- type SortOrderEnum
- type SqlAlarmRuleRespList
- type SqlAlarmRuleRespListSqlAlarmLevel
- type SqlAlarmRuleRespListSqlAlarmLevelEnum
- type SqlRequest
- type SqlRequestSearchTimeRangeUnit
- type SqlRequestSearchTimeRangeUnitEnum
- type StructFieldInfo
- type StructFieldInfoReturn
- type StructLogContents
- type TagFieldsInfo
- type TimeRange
- type Topics
- type UpdateAomMappingRulesRequest
- type UpdateAomMappingRulesResponse
- type UpdateKeywordsAlarmRuleRequest
- type UpdateKeywordsAlarmRuleRequestBody
- type UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel
- type UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevelEnum
- type UpdateKeywordsAlarmRuleResponse
- type UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevel
- type UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevelEnum
- type UpdateLogGroupParams
- type UpdateLogGroupRequest
- type UpdateLogGroupResponse
- type UpdateSqlAlarmRuleRequest
- type UpdateSqlAlarmRuleRequestBody
- type UpdateSqlAlarmRuleRequestBodySqlAlarmLevel
- type UpdateSqlAlarmRuleRequestBodySqlAlarmLevelEnum
- type UpdateSqlAlarmRuleResponse
- type UpdateSqlAlarmRuleResponseSqlAlarmLevel
- type UpdateSqlAlarmRuleResponseSqlAlarmLevelEnum
- type UpdateStructTemplateRequest
- type UpdateStructTemplateResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotations ¶ added in v0.0.68
type Annotations struct { Message string `json:"message"` LogInfo string `json:"log_info"` CurrentValue string `json:"current_value"` OldAnnotations string `json:"old_annotations"` }
func (Annotations) String ¶ added in v0.0.68
func (o Annotations) String() string
type AomMappingLogStreamInfo ¶ added in v0.0.68
type AomMappingLogStreamInfo struct { TargetLogGroupId string `json:"target_log_group_id"` TargetLogGroupName string `json:"target_log_group_name"` TargetLogStreamId *string `json:"target_log_stream_id,omitempty"` TargetLogStreamName *string `json:"target_log_stream_name,omitempty"` }
func (AomMappingLogStreamInfo) String ¶ added in v0.0.68
func (o AomMappingLogStreamInfo) String() string
type AomMappingRequestInfo ¶ added in v0.0.68
type AomMappingRequestInfo struct { ProjectId string `json:"project_id"` RuleName string `json:"rule_name"` RuleId *string `json:"rule_id,omitempty"` RuleInfo *AomMappingRuleInfo `json:"rule_info"` }
func (AomMappingRequestInfo) String ¶ added in v0.0.68
func (o AomMappingRequestInfo) String() string
type AomMappingRuleInfo ¶ added in v0.0.68
type AomMappingRuleInfo struct { ClusterId string `json:"cluster_id"` ClusterName string `json:"cluster_name"` Deployments []string `json:"deployments"` Namespace string `json:"namespace"` ContainerName string `json:"container_name"` Files []AomMappingfilesInfo `json:"files"` }
func (AomMappingRuleInfo) String ¶ added in v0.0.68
func (o AomMappingRuleInfo) String() string
type AomMappingRuleResp ¶ added in v0.0.68
type AomMappingRuleResp struct { ProjectId string `json:"project_id"` RuleName string `json:"rule_name"` RuleId string `json:"rule_id"` RuleInfo *AomMappingRuleInfo `json:"rule_info"` }
func (AomMappingRuleResp) String ¶ added in v0.0.68
func (o AomMappingRuleResp) String() string
type AomMappingfilesInfo ¶ added in v0.0.68
type AomMappingfilesInfo struct { FileName string `json:"file_name"` LogStreamInfo *AomMappingLogStreamInfo `json:"log_stream_info"` }
func (AomMappingfilesInfo) String ¶ added in v0.0.68
func (o AomMappingfilesInfo) String() string
type ChartConfig ¶ added in v0.0.68
type ChartConfig struct { CanSort bool `json:"can_sort"` CanSearch bool `json:"can_search"` PageSize int32 `json:"page_size"` }
func (ChartConfig) String ¶ added in v0.0.68
func (o ChartConfig) String() string
type CreateAomMappingRulesRequest ¶ added in v0.0.68
type CreateAomMappingRulesRequest struct { IsBatch bool `json:"isBatch"` Body *AomMappingRequestInfo `json:"body,omitempty"` }
Request Object
func (CreateAomMappingRulesRequest) String ¶ added in v0.0.68
func (o CreateAomMappingRulesRequest) String() string
type CreateAomMappingRulesResponse ¶ added in v0.0.68
type CreateAomMappingRulesResponse struct { Body *[]AomMappingRuleResp `json:"body,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (CreateAomMappingRulesResponse) String ¶ added in v0.0.68
func (o CreateAomMappingRulesResponse) String() string
type CreateKeywordsAlarmRuleRequest ¶ added in v0.0.68
type CreateKeywordsAlarmRuleRequest struct {
Body *CreateKeywordsAlarmRuleRequestBody `json:"body,omitempty"`
}
Request Object
func (CreateKeywordsAlarmRuleRequest) String ¶ added in v0.0.68
func (o CreateKeywordsAlarmRuleRequest) String() string
type CreateKeywordsAlarmRuleRequestBody ¶ added in v0.0.68
type CreateKeywordsAlarmRuleRequestBody struct { KeywordsAlarmRuleName string `json:"keywords_alarm_rule_name"` KeywordsAlarmRuleDescription *string `json:"keywords_alarm_rule_description,omitempty"` KeywordsRequests []KeywordsRequest `json:"keywords_requests"` Frequency *Frequency `json:"frequency"` KeywordsAlarmLevel CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel `json:"keywords_alarm_level"` KeywordsAlarmSend bool `json:"keywords_alarm_send"` DomainId string `json:"domain_id"` NotificationSaveRule *NotificationSaveRule `json:"notification_save_rule,omitempty"` WhetherEnglish bool `json:"whether_english"` }
func (CreateKeywordsAlarmRuleRequestBody) String ¶ added in v0.0.68
func (o CreateKeywordsAlarmRuleRequestBody) String() string
type CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel ¶ added in v0.0.68
type CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel struct {
// contains filtered or unexported fields
}
func (CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel) MarshalJSON ¶ added in v0.0.68
func (c CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel) MarshalJSON() ([]byte, error)
func (*CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel) UnmarshalJSON ¶ added in v0.0.68
func (c *CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel) UnmarshalJSON(b []byte) error
type CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevelEnum ¶ added in v0.0.68
type CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevelEnum struct { INFO CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel MINOR CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel MAJOR CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel CRITICAL CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel }
func GetCreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevelEnum ¶ added in v0.0.68
func GetCreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevelEnum() CreateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevelEnum
type CreateKeywordsAlarmRuleResponse ¶ added in v0.0.68
type CreateKeywordsAlarmRuleResponse struct { KeywordsAlarmRuleId *string `json:"keywords_alarm_rule_id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (CreateKeywordsAlarmRuleResponse) String ¶ added in v0.0.68
func (o CreateKeywordsAlarmRuleResponse) String() string
type CreateLogDumpObsRequest ¶
type CreateLogDumpObsRequest struct {
Body *CreateLogDumpObsRequestBody `json:"body,omitempty"`
}
Request Object
func (CreateLogDumpObsRequest) String ¶
func (o CreateLogDumpObsRequest) String() string
type CreateLogDumpObsRequestBody ¶
type CreateLogDumpObsRequestBody struct { LogGroupId string `json:"log_group_id"` LogStreamIds []string `json:"log_stream_ids"` ObsBucketName string `json:"obs_bucket_name"` Type string `json:"type"` StorageFormat string `json:"storage_format"` SwitchOn *bool `json:"switch_on,omitempty"` PrefixName *string `json:"prefix_name,omitempty"` DirPrefixName *string `json:"dir_prefix_name,omitempty"` Period int32 `json:"period"` PeriodUnit string `json:"period_unit"` }
此参数在请求实体中,采用json字符串格式
func (CreateLogDumpObsRequestBody) String ¶
func (o CreateLogDumpObsRequestBody) String() string
type CreateLogDumpObsResponse ¶
type CreateLogDumpObsResponse struct { LogDumpObsId *string `json:"log_dump_obs_id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (CreateLogDumpObsResponse) String ¶
func (o CreateLogDumpObsResponse) String() string
type CreateLogGroupParams ¶
type CreateLogGroupParams struct { LogGroupName string `json:"log_group_name"` TtlInDays int32 `json:"ttl_in_days"` }
创建日志组参数。
func (CreateLogGroupParams) String ¶
func (o CreateLogGroupParams) String() string
type CreateLogGroupRequest ¶
type CreateLogGroupRequest struct {
Body *CreateLogGroupParams `json:"body,omitempty"`
}
Request Object
func (CreateLogGroupRequest) String ¶
func (o CreateLogGroupRequest) String() string
type CreateLogGroupResponse ¶
type CreateLogGroupResponse struct { LogGroupId *string `json:"log_group_id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (CreateLogGroupResponse) String ¶
func (o CreateLogGroupResponse) String() string
type CreateLogStreamParams ¶
type CreateLogStreamParams struct {
LogStreamName string `json:"log_stream_name"`
}
创建日志流参数。
func (CreateLogStreamParams) String ¶
func (o CreateLogStreamParams) String() string
type CreateLogStreamRequest ¶
type CreateLogStreamRequest struct { LogGroupId string `json:"log_group_id"` Body *CreateLogStreamParams `json:"body,omitempty"` }
Request Object
func (CreateLogStreamRequest) String ¶
func (o CreateLogStreamRequest) String() string
type CreateLogStreamResponse ¶
type CreateLogStreamResponse struct { LogStreamId *string `json:"log_stream_id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (CreateLogStreamResponse) String ¶
func (o CreateLogStreamResponse) String() string
type CreateSqlAlarmRuleRequest ¶ added in v0.0.68
type CreateSqlAlarmRuleRequest struct {
Body *CreateSqlAlarmRuleRequestBody `json:"body,omitempty"`
}
Request Object
func (CreateSqlAlarmRuleRequest) String ¶ added in v0.0.68
func (o CreateSqlAlarmRuleRequest) String() string
type CreateSqlAlarmRuleRequestBody ¶ added in v0.0.68
type CreateSqlAlarmRuleRequestBody struct { SqlAlarmRuleName string `json:"sql_alarm_rule_name"` SqlAlarmRuleDescription *string `json:"sql_alarm_rule_description,omitempty"` SqlRequests []SqlRequest `json:"sql_requests"` Frequency *Frequency `json:"frequency"` ConditionExpression string `json:"condition_expression"` SqlAlarmLevel CreateSqlAlarmRuleRequestBodySqlAlarmLevel `json:"sql_alarm_level"` SqlAlarmSend bool `json:"sql_alarm_send"` DomainId string `json:"domain_id"` NotificationSaveRule *NotificationSaveRule `json:"notification_save_rule,omitempty"` WhetherEnglish bool `json:"whether_english"` }
func (CreateSqlAlarmRuleRequestBody) String ¶ added in v0.0.68
func (o CreateSqlAlarmRuleRequestBody) String() string
type CreateSqlAlarmRuleRequestBodySqlAlarmLevel ¶ added in v0.0.68
type CreateSqlAlarmRuleRequestBodySqlAlarmLevel struct {
// contains filtered or unexported fields
}
func (CreateSqlAlarmRuleRequestBodySqlAlarmLevel) MarshalJSON ¶ added in v0.0.68
func (c CreateSqlAlarmRuleRequestBodySqlAlarmLevel) MarshalJSON() ([]byte, error)
func (*CreateSqlAlarmRuleRequestBodySqlAlarmLevel) UnmarshalJSON ¶ added in v0.0.68
func (c *CreateSqlAlarmRuleRequestBodySqlAlarmLevel) UnmarshalJSON(b []byte) error
type CreateSqlAlarmRuleRequestBodySqlAlarmLevelEnum ¶ added in v0.0.68
type CreateSqlAlarmRuleRequestBodySqlAlarmLevelEnum struct { INFO CreateSqlAlarmRuleRequestBodySqlAlarmLevel MINOR CreateSqlAlarmRuleRequestBodySqlAlarmLevel MAJOR CreateSqlAlarmRuleRequestBodySqlAlarmLevel CRITICAL CreateSqlAlarmRuleRequestBodySqlAlarmLevel }
func GetCreateSqlAlarmRuleRequestBodySqlAlarmLevelEnum ¶ added in v0.0.68
func GetCreateSqlAlarmRuleRequestBodySqlAlarmLevelEnum() CreateSqlAlarmRuleRequestBodySqlAlarmLevelEnum
type CreateSqlAlarmRuleResponse ¶ added in v0.0.68
type CreateSqlAlarmRuleResponse struct { SqlAlarmRuleId *string `json:"sql_alarm_rule_id,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (CreateSqlAlarmRuleResponse) String ¶ added in v0.0.68
func (o CreateSqlAlarmRuleResponse) String() string
type CreateStructTemplateRequest ¶ added in v0.0.68
type CreateStructTemplateRequest struct {
Body *LtsStructTemplateInfo `json:"body,omitempty"`
}
Request Object
func (CreateStructTemplateRequest) String ¶ added in v0.0.68
func (o CreateStructTemplateRequest) String() string
type CreateStructTemplateResponse ¶ added in v0.0.68
type CreateStructTemplateResponse struct { Body *string `json:"body,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (CreateStructTemplateResponse) String ¶ added in v0.0.68
func (o CreateStructTemplateResponse) String() string
type DeleteActiveAlarmsRequest ¶ added in v0.0.68
type DeleteActiveAlarmsRequest struct { DomainId string `json:"domain_id"` Body *DeleteActiveAlarmsRequestBody `json:"body,omitempty"` }
Request Object
func (DeleteActiveAlarmsRequest) String ¶ added in v0.0.68
func (o DeleteActiveAlarmsRequest) String() string
type DeleteActiveAlarmsRequestBody ¶ added in v0.0.68
type DeleteActiveAlarmsRequestBody struct {
Events []Event `json:"events"`
}
func (DeleteActiveAlarmsRequestBody) String ¶ added in v0.0.68
func (o DeleteActiveAlarmsRequestBody) String() string
type DeleteActiveAlarmsResponse ¶ added in v0.0.68
type DeleteActiveAlarmsResponse struct {
HttpStatusCode int `json:"-"`
}
Response Object
func (DeleteActiveAlarmsResponse) String ¶ added in v0.0.68
func (o DeleteActiveAlarmsResponse) String() string
type DeleteAomMappingRulesRequest ¶ added in v0.0.68
type DeleteAomMappingRulesRequest struct {
Id string `json:"id"`
}
Request Object
func (DeleteAomMappingRulesRequest) String ¶ added in v0.0.68
func (o DeleteAomMappingRulesRequest) String() string
type DeleteAomMappingRulesResponse ¶ added in v0.0.68
type DeleteAomMappingRulesResponse struct { Body *[]string `json:"body,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (DeleteAomMappingRulesResponse) String ¶ added in v0.0.68
func (o DeleteAomMappingRulesResponse) String() string
type DeleteKeywordsAlarmRuleRequest ¶ added in v0.0.68
type DeleteKeywordsAlarmRuleRequest struct {
KeywordsAlarmRuleId string `json:"keywords_alarm_rule_id"`
}
Request Object
func (DeleteKeywordsAlarmRuleRequest) String ¶ added in v0.0.68
func (o DeleteKeywordsAlarmRuleRequest) String() string
type DeleteKeywordsAlarmRuleResponse ¶ added in v0.0.68
type DeleteKeywordsAlarmRuleResponse struct {
HttpStatusCode int `json:"-"`
}
Response Object
func (DeleteKeywordsAlarmRuleResponse) String ¶ added in v0.0.68
func (o DeleteKeywordsAlarmRuleResponse) String() string
type DeleteLogGroupRequest ¶
type DeleteLogGroupRequest struct {
LogGroupId string `json:"log_group_id"`
}
Request Object
func (DeleteLogGroupRequest) String ¶
func (o DeleteLogGroupRequest) String() string
type DeleteLogGroupResponse ¶
type DeleteLogGroupResponse struct { Body *string `json:"body,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (DeleteLogGroupResponse) String ¶
func (o DeleteLogGroupResponse) String() string
type DeleteLogStreamRequest ¶
type DeleteLogStreamRequest struct { LogGroupId string `json:"log_group_id"` LogStreamId string `json:"log_stream_id"` }
Request Object
func (DeleteLogStreamRequest) String ¶
func (o DeleteLogStreamRequest) String() string
type DeleteLogStreamResponse ¶
type DeleteLogStreamResponse struct { Body *string `json:"body,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (DeleteLogStreamResponse) String ¶
func (o DeleteLogStreamResponse) String() string
type DeleteSqlAlarmRuleRequest ¶ added in v0.0.68
type DeleteSqlAlarmRuleRequest struct {
SqlAlarmRuleId string `json:"sql_alarm_rule_id"`
}
Request Object
func (DeleteSqlAlarmRuleRequest) String ¶ added in v0.0.68
func (o DeleteSqlAlarmRuleRequest) String() string
type DeleteSqlAlarmRuleResponse ¶ added in v0.0.68
type DeleteSqlAlarmRuleResponse struct {
HttpStatusCode int `json:"-"`
}
Response Object
func (DeleteSqlAlarmRuleResponse) String ¶ added in v0.0.68
func (o DeleteSqlAlarmRuleResponse) String() string
type DeleteStructTemplateReqBody ¶ added in v0.0.68
type DeleteStructTemplateReqBody struct {
StructTemplateId *string `json:"struct_template_id,omitempty"`
}
结构化配置
func (DeleteStructTemplateReqBody) String ¶ added in v0.0.68
func (o DeleteStructTemplateReqBody) String() string
type DeleteStructTemplateRequest ¶ added in v0.0.68
type DeleteStructTemplateRequest struct {
Body *DeleteStructTemplateReqBody `json:"body,omitempty"`
}
Request Object
func (DeleteStructTemplateRequest) String ¶ added in v0.0.68
func (o DeleteStructTemplateRequest) String() string
type DeleteStructTemplateResponse ¶ added in v0.0.68
type DeleteStructTemplateResponse struct { Body *string `json:"body,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (DeleteStructTemplateResponse) String ¶ added in v0.0.68
func (o DeleteStructTemplateResponse) String() string
type DisableLogCollectionRequest ¶
type DisableLogCollectionRequest struct { }
Request Object
func (DisableLogCollectionRequest) String ¶
func (o DisableLogCollectionRequest) String() string
type DisableLogCollectionResponse ¶
type DisableLogCollectionResponse struct {
HttpStatusCode int `json:"-"`
}
Response Object
func (DisableLogCollectionResponse) String ¶
func (o DisableLogCollectionResponse) String() string
type EnableLogCollectionRequest ¶
type EnableLogCollectionRequest struct { }
Request Object
func (EnableLogCollectionRequest) String ¶
func (o EnableLogCollectionRequest) String() string
type EnableLogCollectionResponse ¶
type EnableLogCollectionResponse struct {
HttpStatusCode int `json:"-"`
}
Response Object
func (EnableLogCollectionResponse) String ¶
func (o EnableLogCollectionResponse) String() string
type Event ¶ added in v0.0.68
type Event struct { Metadata *Metadata `json:"metadata"` StartsAt *interface{} `json:"starts_at"` }
type Events ¶ added in v0.0.68
type Events struct { Annotations *Annotations `json:"annotations"` Metadata *Metadata `json:"metadata"` ArrivesAt *interface{} `json:"arrives_at"` EndsAt *interface{} `json:"ends_at"` Id string `json:"id"` StartsAt *interface{} `json:"starts_at"` Timeout *interface{} `json:"timeout"` Type string `json:"type"` }
type Frequency ¶ added in v0.0.68
type Frequency struct { Type FrequencyType `json:"type"` CronExpr *string `json:"cron_expr,omitempty"` HourOfDay *int32 `json:"hour_of_day,omitempty"` DayOfWeek *int32 `json:"day_of_week,omitempty"` FixedRate *int32 `json:"fixed_rate,omitempty"` FixedRateUnit *FrequencyFixedRateUnit `json:"fixed_rate_unit,omitempty"` }
type FrequencyFixedRateUnit ¶ added in v0.0.68
type FrequencyFixedRateUnit struct {
// contains filtered or unexported fields
}
func (FrequencyFixedRateUnit) MarshalJSON ¶ added in v0.0.68
func (c FrequencyFixedRateUnit) MarshalJSON() ([]byte, error)
func (*FrequencyFixedRateUnit) UnmarshalJSON ¶ added in v0.0.68
func (c *FrequencyFixedRateUnit) UnmarshalJSON(b []byte) error
type FrequencyFixedRateUnitEnum ¶ added in v0.0.68
type FrequencyFixedRateUnitEnum struct { MINUTE FrequencyFixedRateUnit HOUR FrequencyFixedRateUnit }
func GetFrequencyFixedRateUnitEnum ¶ added in v0.0.68
func GetFrequencyFixedRateUnitEnum() FrequencyFixedRateUnitEnum
type FrequencyType ¶ added in v0.0.68
type FrequencyType struct {
// contains filtered or unexported fields
}
func (FrequencyType) MarshalJSON ¶ added in v0.0.68
func (c FrequencyType) MarshalJSON() ([]byte, error)
func (*FrequencyType) UnmarshalJSON ¶ added in v0.0.68
func (c *FrequencyType) UnmarshalJSON(b []byte) error
type FrequencyTypeEnum ¶ added in v0.0.68
type FrequencyTypeEnum struct { CRON FrequencyType HOURLY FrequencyType DAILY FrequencyType WEEKLY FrequencyType FIXED_RATE FrequencyType }
func GetFrequencyTypeEnum ¶ added in v0.0.68
func GetFrequencyTypeEnum() FrequencyTypeEnum
type KeywordsAlarmRuleRespList ¶ added in v0.0.68
type KeywordsAlarmRuleRespList struct { ProjectId string `json:"project_id"` KeywordsAlarmRuleId string `json:"keywords_alarm_rule_id"` KeywordsAlarmRuleName string `json:"keywords_alarm_rule_name"` KeywordsAlarmRuleDescription string `json:"keywords_alarm_rule_description"` ConditionExpression string `json:"condition_expression"` KeywordsRequests []KeywordsRequest `json:"keywords_requests"` Frequency *Frequency `json:"frequency"` KeywordsAlarmLevel KeywordsAlarmRuleRespListKeywordsAlarmLevel `json:"keywords_alarm_level"` KeywordsAlarmSend bool `json:"keywords_alarm_send"` DomainId string `json:"domain_id"` CreateTime *interface{} `json:"create_time"` UpdateTime *interface{} `json:"update_time"` Topics []Topics `json:"topics"` WhetherEnglish bool `json:"whether_english"` }
func (KeywordsAlarmRuleRespList) String ¶ added in v0.0.68
func (o KeywordsAlarmRuleRespList) String() string
type KeywordsAlarmRuleRespListKeywordsAlarmLevel ¶ added in v0.0.68
type KeywordsAlarmRuleRespListKeywordsAlarmLevel struct {
// contains filtered or unexported fields
}
func (KeywordsAlarmRuleRespListKeywordsAlarmLevel) MarshalJSON ¶ added in v0.0.68
func (c KeywordsAlarmRuleRespListKeywordsAlarmLevel) MarshalJSON() ([]byte, error)
func (*KeywordsAlarmRuleRespListKeywordsAlarmLevel) UnmarshalJSON ¶ added in v0.0.68
func (c *KeywordsAlarmRuleRespListKeywordsAlarmLevel) UnmarshalJSON(b []byte) error
type KeywordsAlarmRuleRespListKeywordsAlarmLevelEnum ¶ added in v0.0.68
type KeywordsAlarmRuleRespListKeywordsAlarmLevelEnum struct { INFO KeywordsAlarmRuleRespListKeywordsAlarmLevel MINOR KeywordsAlarmRuleRespListKeywordsAlarmLevel MAJOR KeywordsAlarmRuleRespListKeywordsAlarmLevel CRITICAL KeywordsAlarmRuleRespListKeywordsAlarmLevel }
func GetKeywordsAlarmRuleRespListKeywordsAlarmLevelEnum ¶ added in v0.0.68
func GetKeywordsAlarmRuleRespListKeywordsAlarmLevelEnum() KeywordsAlarmRuleRespListKeywordsAlarmLevelEnum
type KeywordsRequest ¶ added in v0.0.68
type KeywordsRequest struct { EpsId *string `json:"eps_id,omitempty"` EpsName *string `json:"eps_name,omitempty"` LogStreamId string `json:"log_stream_id"` LogStreamName *string `json:"log_stream_name,omitempty"` LogGroupId string `json:"log_group_id"` LogGroupName *string `json:"log_group_name,omitempty"` Keywords string `json:"keywords"` Condition KeywordsRequestCondition `json:"condition"` Number int32 `json:"number"` SearchTimeRange int32 `json:"search_time_range"` SearchTimeRangeUnit KeywordsRequestSearchTimeRangeUnit `json:"search_time_range_unit"` IsTimeRangeRelative *bool `json:"is_time_range_relative,omitempty"` }
func (KeywordsRequest) String ¶ added in v0.0.68
func (o KeywordsRequest) String() string
type KeywordsRequestCondition ¶ added in v0.0.68
type KeywordsRequestCondition struct {
// contains filtered or unexported fields
}
func (KeywordsRequestCondition) MarshalJSON ¶ added in v0.0.68
func (c KeywordsRequestCondition) MarshalJSON() ([]byte, error)
func (*KeywordsRequestCondition) UnmarshalJSON ¶ added in v0.0.68
func (c *KeywordsRequestCondition) UnmarshalJSON(b []byte) error
type KeywordsRequestConditionEnum ¶ added in v0.0.68
type KeywordsRequestConditionEnum struct { GREATER_THAN_OR_EQUAL_TO KeywordsRequestCondition LESS_THAN_OR_EQUAL_TO KeywordsRequestCondition LESS_THAN KeywordsRequestCondition GREATER_THAN KeywordsRequestCondition }
func GetKeywordsRequestConditionEnum ¶ added in v0.0.68
func GetKeywordsRequestConditionEnum() KeywordsRequestConditionEnum
type KeywordsRequestSearchTimeRangeUnit ¶ added in v0.0.68
type KeywordsRequestSearchTimeRangeUnit struct {
// contains filtered or unexported fields
}
func (KeywordsRequestSearchTimeRangeUnit) MarshalJSON ¶ added in v0.0.68
func (c KeywordsRequestSearchTimeRangeUnit) MarshalJSON() ([]byte, error)
func (*KeywordsRequestSearchTimeRangeUnit) UnmarshalJSON ¶ added in v0.0.68
func (c *KeywordsRequestSearchTimeRangeUnit) UnmarshalJSON(b []byte) error
type KeywordsRequestSearchTimeRangeUnitEnum ¶ added in v0.0.68
type KeywordsRequestSearchTimeRangeUnitEnum struct {
MINUTE KeywordsRequestSearchTimeRangeUnit
}
func GetKeywordsRequestSearchTimeRangeUnitEnum ¶ added in v0.0.68
func GetKeywordsRequestSearchTimeRangeUnitEnum() KeywordsRequestSearchTimeRangeUnitEnum
type ListActiveOrHistoryAlarmsRequest ¶ added in v0.0.68
type ListActiveOrHistoryAlarmsRequest struct { DomainId string `json:"domain_id"` Type ListActiveOrHistoryAlarmsRequestType `json:"type"` Marker *string `json:"marker,omitempty"` Limit *int32 `json:"limit,omitempty"` Body *ListActiveOrHistoryAlarmsRequestBody `json:"body,omitempty"` }
Request Object
func (ListActiveOrHistoryAlarmsRequest) String ¶ added in v0.0.68
func (o ListActiveOrHistoryAlarmsRequest) String() string
type ListActiveOrHistoryAlarmsRequestBody ¶ added in v0.0.68
type ListActiveOrHistoryAlarmsRequestBody struct { Step *int32 `json:"step,omitempty"` WhetherCustomField bool `json:"whether_custom_field"` StartTime *interface{} `json:"start_time,omitempty"` EndTime *interface{} `json:"end_time,omitempty"` TimeRange *int32 `json:"time_range,omitempty"` Search *string `json:"search,omitempty"` AlarmLevelIds *[]string `json:"alarmLevelIds,omitempty"` Sort *Sort `json:"sort,omitempty"` }
func (ListActiveOrHistoryAlarmsRequestBody) String ¶ added in v0.0.68
func (o ListActiveOrHistoryAlarmsRequestBody) String() string
type ListActiveOrHistoryAlarmsRequestType ¶ added in v0.0.68
type ListActiveOrHistoryAlarmsRequestType struct {
// contains filtered or unexported fields
}
func (ListActiveOrHistoryAlarmsRequestType) MarshalJSON ¶ added in v0.0.68
func (c ListActiveOrHistoryAlarmsRequestType) MarshalJSON() ([]byte, error)
func (*ListActiveOrHistoryAlarmsRequestType) UnmarshalJSON ¶ added in v0.0.68
func (c *ListActiveOrHistoryAlarmsRequestType) UnmarshalJSON(b []byte) error
type ListActiveOrHistoryAlarmsRequestTypeEnum ¶ added in v0.0.68
type ListActiveOrHistoryAlarmsRequestTypeEnum struct { ACTIVE_ALERT ListActiveOrHistoryAlarmsRequestType HISTORY_ALERT ListActiveOrHistoryAlarmsRequestType }
func GetListActiveOrHistoryAlarmsRequestTypeEnum ¶ added in v0.0.68
func GetListActiveOrHistoryAlarmsRequestTypeEnum() ListActiveOrHistoryAlarmsRequestTypeEnum
type ListActiveOrHistoryAlarmsResponse ¶ added in v0.0.68
type ListActiveOrHistoryAlarmsResponse struct { Events *[]Events `json:"events,omitempty"` PageInfo *PageInfo `json:"page_info,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListActiveOrHistoryAlarmsResponse) String ¶ added in v0.0.68
func (o ListActiveOrHistoryAlarmsResponse) String() string
type ListChartsRequest ¶ added in v0.0.68
type ListChartsRequest struct { LogGroupId string `json:"log_group_id"` LogStreamId string `json:"log_stream_id"` }
Request Object
func (ListChartsRequest) String ¶ added in v0.0.68
func (o ListChartsRequest) String() string
type ListChartsResponse ¶ added in v0.0.68
type ListChartsResponse struct { Id *string `json:"id,omitempty"` Sql *string `json:"sql,omitempty"` Title *string `json:"title,omitempty"` Type *ListChartsResponseType `json:"type,omitempty"` LogGroupId *string `json:"log_group_id,omitempty"` LogGroupName *string `json:"log_group_name,omitempty"` LogStreamId *string `json:"log_stream_id,omitempty"` LogStreamName *string `json:"log_stream_name,omitempty"` Config *ChartConfig `json:"config,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListChartsResponse) String ¶ added in v0.0.68
func (o ListChartsResponse) String() string
type ListChartsResponseType ¶ added in v0.0.68
type ListChartsResponseType struct {
// contains filtered or unexported fields
}
func (ListChartsResponseType) MarshalJSON ¶ added in v0.0.68
func (c ListChartsResponseType) MarshalJSON() ([]byte, error)
func (*ListChartsResponseType) UnmarshalJSON ¶ added in v0.0.68
func (c *ListChartsResponseType) UnmarshalJSON(b []byte) error
type ListChartsResponseTypeEnum ¶ added in v0.0.68
type ListChartsResponseTypeEnum struct { TABLE ListChartsResponseType BAR ListChartsResponseType LINE ListChartsResponseType PIE ListChartsResponseType NUMBER ListChartsResponseType }
func GetListChartsResponseTypeEnum ¶ added in v0.0.68
func GetListChartsResponseTypeEnum() ListChartsResponseTypeEnum
type ListKeywordsAlarmRulesRequest ¶ added in v0.0.68
type ListKeywordsAlarmRulesRequest struct { }
Request Object
func (ListKeywordsAlarmRulesRequest) String ¶ added in v0.0.68
func (o ListKeywordsAlarmRulesRequest) String() string
type ListKeywordsAlarmRulesResponse ¶ added in v0.0.68
type ListKeywordsAlarmRulesResponse struct { KeywordsAlarmRules *[]KeywordsAlarmRuleRespList `json:"keywords_alarm_rules,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListKeywordsAlarmRulesResponse) String ¶ added in v0.0.68
func (o ListKeywordsAlarmRulesResponse) String() string
type ListLogGroupsRequest ¶
type ListLogGroupsRequest struct { }
Request Object
func (ListLogGroupsRequest) String ¶
func (o ListLogGroupsRequest) String() string
type ListLogGroupsResponse ¶
type ListLogGroupsResponse struct { LogGroups *[]LogGroup `json:"log_groups,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListLogGroupsResponse) String ¶
func (o ListLogGroupsResponse) String() string
type ListLogStreamRequest ¶
type ListLogStreamRequest struct { LogGroupId string `json:"log_group_id"` Tag *string `json:"tag,omitempty"` }
Request Object
func (ListLogStreamRequest) String ¶
func (o ListLogStreamRequest) String() string
type ListLogStreamResponse ¶
type ListLogStreamResponse struct { LogStreams *[]LogStream `json:"log_streams,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListLogStreamResponse) String ¶
func (o ListLogStreamResponse) String() string
type ListLogsRequest ¶ added in v0.0.51
type ListLogsRequest struct { LogGroupId string `json:"log_group_id"` LogStreamId string `json:"log_stream_id"` Body *QueryLtsLogParams `json:"body,omitempty"` }
Request Object
func (ListLogsRequest) String ¶ added in v0.0.51
func (o ListLogsRequest) String() string
type ListLogsResponse ¶ added in v0.0.51
type ListLogsResponse struct { Logs *[]LogContents `json:"logs,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListLogsResponse) String ¶ added in v0.0.51
func (o ListLogsResponse) String() string
type ListNotificationTopicsRequest ¶ added in v0.0.68
type ListNotificationTopicsRequest struct { Offset int32 `json:"offset"` Limit int32 `json:"limit"` }
Request Object
func (ListNotificationTopicsRequest) String ¶ added in v0.0.68
func (o ListNotificationTopicsRequest) String() string
type ListNotificationTopicsResponse ¶ added in v0.0.68
type ListNotificationTopicsResponse struct { RequestId *string `json:"request_id,omitempty"` TopicCount *int32 `json:"topic_count,omitempty"` Topics *[]Topics `json:"topics,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListNotificationTopicsResponse) String ¶ added in v0.0.68
func (o ListNotificationTopicsResponse) String() string
type ListQueryStructuredLogsRequest ¶ added in v0.0.51
type ListQueryStructuredLogsRequest struct { LogGroupId string `json:"log_group_id"` LogStreamId string `json:"log_stream_id"` Body *QueryLtsStructLogParams `json:"body,omitempty"` }
Request Object
func (ListQueryStructuredLogsRequest) String ¶ added in v0.0.51
func (o ListQueryStructuredLogsRequest) String() string
type ListQueryStructuredLogsResponse ¶ added in v0.0.51
type ListQueryStructuredLogsResponse struct { StructLogs *[]StructLogContents `json:"struct_logs,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListQueryStructuredLogsResponse) String ¶ added in v0.0.51
func (o ListQueryStructuredLogsResponse) String() string
type ListSqlAlarmRulesRequest ¶ added in v0.0.68
type ListSqlAlarmRulesRequest struct { }
Request Object
func (ListSqlAlarmRulesRequest) String ¶ added in v0.0.68
func (o ListSqlAlarmRulesRequest) String() string
type ListSqlAlarmRulesResponse ¶ added in v0.0.68
type ListSqlAlarmRulesResponse struct { SqlAlarmRule *[]SqlAlarmRuleRespList `json:"sql_alarm_rule,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListSqlAlarmRulesResponse) String ¶ added in v0.0.68
func (o ListSqlAlarmRulesResponse) String() string
type ListStructuredLogsWithTimeRangeRequest ¶ added in v0.0.51
type ListStructuredLogsWithTimeRangeRequest struct { LogStreamId string `json:"log_stream_id"` Body *QueryLtsStructLogParamsNew `json:"body,omitempty"` }
Request Object
func (ListStructuredLogsWithTimeRangeRequest) String ¶ added in v0.0.51
func (o ListStructuredLogsWithTimeRangeRequest) String() string
type ListStructuredLogsWithTimeRangeResponse ¶ added in v0.0.51
type ListStructuredLogsWithTimeRangeResponse struct { Body map[string][]interface{} `json:"body,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ListStructuredLogsWithTimeRangeResponse) String ¶ added in v0.0.51
func (o ListStructuredLogsWithTimeRangeResponse) String() string
type LogContents ¶
type LogContents struct { Content *string `json:"content,omitempty"` LineNum *string `json:"line_num,omitempty"` Labels map[string]string `json:"labels,omitempty"` }
参数集
func (LogContents) String ¶
func (o LogContents) String() string
type LogGroup ¶
type LogGroup struct { CreationTime int64 `json:"creation_time"` LogGroupName string `json:"log_group_name"` LogGroupId string `json:"log_group_id"` TtlInDays int32 `json:"ttl_in_days"` }
返回的日志组信息
type LogStream ¶
type LogStream struct { CreationTime int64 `json:"creation_time"` LogStreamName string `json:"log_stream_name"` LogStreamId string `json:"log_stream_id"` FilterCount int32 `json:"filter_count"` }
返回的日志流信息
type LtsStructTemplateInfo ¶ added in v0.0.68
type LtsStructTemplateInfo struct { DemoFields []StructFieldInfo `json:"demo_fields"` Content string `json:"content"` LogGroupId string `json:"log_group_id"` ParseType LtsStructTemplateInfoParseType `json:"parse_type"` LogStreamId string `json:"log_stream_id"` ProjectId string `json:"project_id"` RegexRules *string `json:"regex_rules,omitempty"` Layers *int32 `json:"layers,omitempty"` Tokenizer *string `json:"tokenizer,omitempty"` LogFormat *string `json:"log_format,omitempty"` }
func (LtsStructTemplateInfo) String ¶ added in v0.0.68
func (o LtsStructTemplateInfo) String() string
type LtsStructTemplateInfoParseType ¶ added in v0.0.68
type LtsStructTemplateInfoParseType struct {
// contains filtered or unexported fields
}
func (LtsStructTemplateInfoParseType) MarshalJSON ¶ added in v0.0.68
func (c LtsStructTemplateInfoParseType) MarshalJSON() ([]byte, error)
func (*LtsStructTemplateInfoParseType) UnmarshalJSON ¶ added in v0.0.68
func (c *LtsStructTemplateInfoParseType) UnmarshalJSON(b []byte) error
type LtsStructTemplateInfoParseTypeEnum ¶ added in v0.0.68
type LtsStructTemplateInfoParseTypeEnum struct { BUILT_IN LtsStructTemplateInfoParseType JSON LtsStructTemplateInfoParseType CUSTOM_REGEX LtsStructTemplateInfoParseType SPLIT LtsStructTemplateInfoParseType NGINX LtsStructTemplateInfoParseType }
func GetLtsStructTemplateInfoParseTypeEnum ¶ added in v0.0.68
func GetLtsStructTemplateInfoParseTypeEnum() LtsStructTemplateInfoParseTypeEnum
type Metadata ¶ added in v0.0.68
type Metadata struct { EventType string `json:"event_type"` EventId string `json:"event_id"` EventSeverity string `json:"event_severity"` EventName string `json:"event_name"` ResourceType string `json:"resource_type"` ResourceId string `json:"resource_id"` ResourceProvider string `json:"resource_provider"` LtsAlarmType string `json:"lts_alarm_type"` }
type NotificationSaveRule ¶ added in v0.0.68
type NotificationSaveRule struct { Language NotificationSaveRuleLanguage `json:"language"` Timezone *string `json:"timezone,omitempty"` UserName string `json:"user_name"` Topics []Topics `json:"topics"` }
func (NotificationSaveRule) String ¶ added in v0.0.68
func (o NotificationSaveRule) String() string
type NotificationSaveRuleLanguage ¶ added in v0.0.68
type NotificationSaveRuleLanguage struct {
// contains filtered or unexported fields
}
func (NotificationSaveRuleLanguage) MarshalJSON ¶ added in v0.0.68
func (c NotificationSaveRuleLanguage) MarshalJSON() ([]byte, error)
func (*NotificationSaveRuleLanguage) UnmarshalJSON ¶ added in v0.0.68
func (c *NotificationSaveRuleLanguage) UnmarshalJSON(b []byte) error
type NotificationSaveRuleLanguageEnum ¶ added in v0.0.68
type NotificationSaveRuleLanguageEnum struct { ZH_CN NotificationSaveRuleLanguage EN_US NotificationSaveRuleLanguage }
func GetNotificationSaveRuleLanguageEnum ¶ added in v0.0.68
func GetNotificationSaveRuleLanguageEnum() NotificationSaveRuleLanguageEnum
type PageInfo ¶ added in v0.0.68
type QueryLtsLogParams ¶
type QueryLtsLogParams struct { StartTime string `json:"start_time"` EndTime string `json:"end_time"` Labels map[string]string `json:"labels,omitempty"` Keywords *QueryLtsLogParamsKeywords `json:"keywords,omitempty"` LineNum *string `json:"line_num,omitempty"` IsDesc *bool `json:"is_desc,omitempty"` SearchType *QueryLtsLogParamsSearchType `json:"search_type,omitempty"` Limit *int32 `json:"limit,omitempty"` Highlight *bool `json:"highlight,omitempty"` }
此参数在请求实体中,采用json字符串格式
func (QueryLtsLogParams) String ¶
func (o QueryLtsLogParams) String() string
type QueryLtsLogParamsKeywords ¶
type QueryLtsLogParamsKeywords struct {
// contains filtered or unexported fields
}
func (QueryLtsLogParamsKeywords) MarshalJSON ¶
func (c QueryLtsLogParamsKeywords) MarshalJSON() ([]byte, error)
func (*QueryLtsLogParamsKeywords) UnmarshalJSON ¶
func (c *QueryLtsLogParamsKeywords) UnmarshalJSON(b []byte) error
type QueryLtsLogParamsKeywordsEnum ¶
type QueryLtsLogParamsKeywordsEnum struct {
ERROR QueryLtsLogParamsKeywords
}
func GetQueryLtsLogParamsKeywordsEnum ¶
func GetQueryLtsLogParamsKeywordsEnum() QueryLtsLogParamsKeywordsEnum
type QueryLtsLogParamsSearchType ¶
type QueryLtsLogParamsSearchType struct {
// contains filtered or unexported fields
}
func (QueryLtsLogParamsSearchType) MarshalJSON ¶
func (c QueryLtsLogParamsSearchType) MarshalJSON() ([]byte, error)
func (*QueryLtsLogParamsSearchType) UnmarshalJSON ¶
func (c *QueryLtsLogParamsSearchType) UnmarshalJSON(b []byte) error
type QueryLtsLogParamsSearchTypeEnum ¶
type QueryLtsLogParamsSearchTypeEnum struct { FORWARDS QueryLtsLogParamsSearchType BACKWARDS QueryLtsLogParamsSearchType }
func GetQueryLtsLogParamsSearchTypeEnum ¶
func GetQueryLtsLogParamsSearchTypeEnum() QueryLtsLogParamsSearchTypeEnum
type QueryLtsStructLogParams ¶
type QueryLtsStructLogParams struct { StartTime string `json:"start_time"` EndTime string `json:"end_time"` SqlExpression *string `json:"sql_expression,omitempty"` OriginalContent *bool `json:"original_content,omitempty"` }
此参数在请求实体中,采用json字符串格式
func (QueryLtsStructLogParams) String ¶
func (o QueryLtsStructLogParams) String() string
type QueryLtsStructLogParamsNew ¶
type QueryLtsStructLogParamsNew struct { Query string `json:"query"` Format string `json:"format"` TimeRange *TimeRange `json:"time_range"` }
此参数在请求实体中,采用json字符串格式
func (QueryLtsStructLogParamsNew) String ¶
func (o QueryLtsStructLogParamsNew) String() string
type ShowAomMappingRuleRequest ¶ added in v0.0.68
type ShowAomMappingRuleRequest struct {
RuleId string `json:"rule_id"`
}
Request Object
func (ShowAomMappingRuleRequest) String ¶ added in v0.0.68
func (o ShowAomMappingRuleRequest) String() string
type ShowAomMappingRuleResponse ¶ added in v0.0.68
type ShowAomMappingRuleResponse struct { Body *[]AomMappingRuleResp `json:"body,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowAomMappingRuleResponse) String ¶ added in v0.0.68
func (o ShowAomMappingRuleResponse) String() string
type ShowAomMappingRulesRequest ¶ added in v0.0.68
type ShowAomMappingRulesRequest struct { }
Request Object
func (ShowAomMappingRulesRequest) String ¶ added in v0.0.68
func (o ShowAomMappingRulesRequest) String() string
type ShowAomMappingRulesResponse ¶ added in v0.0.68
type ShowAomMappingRulesResponse struct { Body *[]AomMappingRuleResp `json:"body,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowAomMappingRulesResponse) String ¶ added in v0.0.68
func (o ShowAomMappingRulesResponse) String() string
type ShowStructTemplateRequest ¶ added in v0.0.68
type ShowStructTemplateRequest struct { LogGroupId string `json:"logGroupId"` LogStreamId string `json:"logStreamId"` }
Request Object
func (ShowStructTemplateRequest) String ¶ added in v0.0.68
func (o ShowStructTemplateRequest) String() string
type ShowStructTemplateResponse ¶ added in v0.0.68
type ShowStructTemplateResponse struct { DemoFields *[]StructFieldInfoReturn `json:"demoFields,omitempty"` TagFields *[]TagFieldsInfo `json:"tagFields,omitempty"` DemoLog *string `json:"demoLog,omitempty"` DemoLabel *string `json:"demoLabel,omitempty"` Id *string `json:"id,omitempty"` LogGroupId *string `json:"logGroupId,omitempty"` Rule *ShowStructTemplateRule `json:"rule,omitempty"` ClusterInfo *ShowStructTemplateclusterInfo `json:"cluster_info,omitempty"` LogStreamId *string `json:"logStreamId,omitempty"` ProjectId *string `json:"projectId,omitempty"` TemplateName *string `json:"templateName,omitempty"` Regex *string `json:"regex,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (ShowStructTemplateResponse) String ¶ added in v0.0.68
func (o ShowStructTemplateResponse) String() string
type ShowStructTemplateRule ¶ added in v0.0.68
type ShowStructTemplateRule struct { Param *string `json:"param,omitempty"` Type *ShowStructTemplateRuleType `json:"type,omitempty"` }
结构化类型。
func (ShowStructTemplateRule) String ¶ added in v0.0.68
func (o ShowStructTemplateRule) String() string
type ShowStructTemplateRuleType ¶ added in v0.0.68
type ShowStructTemplateRuleType struct {
// contains filtered or unexported fields
}
func (ShowStructTemplateRuleType) MarshalJSON ¶ added in v0.0.68
func (c ShowStructTemplateRuleType) MarshalJSON() ([]byte, error)
func (*ShowStructTemplateRuleType) UnmarshalJSON ¶ added in v0.0.68
func (c *ShowStructTemplateRuleType) UnmarshalJSON(b []byte) error
type ShowStructTemplateRuleTypeEnum ¶ added in v0.0.68
type ShowStructTemplateRuleTypeEnum struct { JSON ShowStructTemplateRuleType SPLIT ShowStructTemplateRuleType NGINX ShowStructTemplateRuleType BUILT_IN ShowStructTemplateRuleType CUSTOM_REGEX ShowStructTemplateRuleType }
func GetShowStructTemplateRuleTypeEnum ¶ added in v0.0.68
func GetShowStructTemplateRuleTypeEnum() ShowStructTemplateRuleTypeEnum
type ShowStructTemplateclusterInfo ¶ added in v0.0.68
type ShowStructTemplateclusterInfo struct { ClusterName *string `json:"cluster_name,omitempty"` KafkaBootstrapServers *string `json:"kafka_bootstrap_servers,omitempty"` KafkaSslEnable *bool `json:"kafka_ssl_enable,omitempty"` }
结构化类型。
func (ShowStructTemplateclusterInfo) String ¶ added in v0.0.68
func (o ShowStructTemplateclusterInfo) String() string
type SortOrder ¶ added in v0.0.68
type SortOrder struct {
// contains filtered or unexported fields
}
func (SortOrder) MarshalJSON ¶ added in v0.0.68
func (*SortOrder) UnmarshalJSON ¶ added in v0.0.68
type SortOrderEnum ¶ added in v0.0.68
func GetSortOrderEnum ¶ added in v0.0.68
func GetSortOrderEnum() SortOrderEnum
type SqlAlarmRuleRespList ¶ added in v0.0.68
type SqlAlarmRuleRespList struct { SqlAlarmRuleName string `json:"sql_alarm_rule_name"` SqlAlarmRuleId string `json:"sql_alarm_rule_id"` SqlAlarmRuleDescription string `json:"sql_alarm_rule_description"` SqlRequests []SqlRequest `json:"sql_requests"` Frequency *Frequency `json:"frequency"` ConditionExpression string `json:"condition_expression"` Topics []Topics `json:"topics"` SqlAlarmLevel SqlAlarmRuleRespListSqlAlarmLevel `json:"sql_alarm_level"` SqlAlarmSend bool `json:"sql_alarm_send"` DomainId string `json:"domain_id"` CreateTime *interface{} `json:"create_time"` UpdateTime *interface{} `json:"update_time"` WhetherEnglish bool `json:"whether_english"` }
func (SqlAlarmRuleRespList) String ¶ added in v0.0.68
func (o SqlAlarmRuleRespList) String() string
type SqlAlarmRuleRespListSqlAlarmLevel ¶ added in v0.0.68
type SqlAlarmRuleRespListSqlAlarmLevel struct {
// contains filtered or unexported fields
}
func (SqlAlarmRuleRespListSqlAlarmLevel) MarshalJSON ¶ added in v0.0.68
func (c SqlAlarmRuleRespListSqlAlarmLevel) MarshalJSON() ([]byte, error)
func (*SqlAlarmRuleRespListSqlAlarmLevel) UnmarshalJSON ¶ added in v0.0.68
func (c *SqlAlarmRuleRespListSqlAlarmLevel) UnmarshalJSON(b []byte) error
type SqlAlarmRuleRespListSqlAlarmLevelEnum ¶ added in v0.0.68
type SqlAlarmRuleRespListSqlAlarmLevelEnum struct { INFO SqlAlarmRuleRespListSqlAlarmLevel MINOR SqlAlarmRuleRespListSqlAlarmLevel MAJOR SqlAlarmRuleRespListSqlAlarmLevel CRITICAL SqlAlarmRuleRespListSqlAlarmLevel }
func GetSqlAlarmRuleRespListSqlAlarmLevelEnum ¶ added in v0.0.68
func GetSqlAlarmRuleRespListSqlAlarmLevelEnum() SqlAlarmRuleRespListSqlAlarmLevelEnum
type SqlRequest ¶ added in v0.0.68
type SqlRequest struct { IsTimeRangeRelative *bool `json:"is_time_range_relative,omitempty"` LogStreamId string `json:"log_stream_id"` LogStreamName *string `json:"log_stream_name,omitempty"` LogGroupId string `json:"log_group_id"` LogGroupName *string `json:"log_group_name,omitempty"` Sql string `json:"sql"` SqlRequestTitle string `json:"sql_request_title"` SearchTimeRange int32 `json:"search_time_range"` SearchTimeRangeUnit SqlRequestSearchTimeRangeUnit `json:"search_time_range_unit"` }
func (SqlRequest) String ¶ added in v0.0.68
func (o SqlRequest) String() string
type SqlRequestSearchTimeRangeUnit ¶ added in v0.0.68
type SqlRequestSearchTimeRangeUnit struct {
// contains filtered or unexported fields
}
func (SqlRequestSearchTimeRangeUnit) MarshalJSON ¶ added in v0.0.68
func (c SqlRequestSearchTimeRangeUnit) MarshalJSON() ([]byte, error)
func (*SqlRequestSearchTimeRangeUnit) UnmarshalJSON ¶ added in v0.0.68
func (c *SqlRequestSearchTimeRangeUnit) UnmarshalJSON(b []byte) error
type SqlRequestSearchTimeRangeUnitEnum ¶ added in v0.0.68
type SqlRequestSearchTimeRangeUnitEnum struct { MINUTE SqlRequestSearchTimeRangeUnit HOUR SqlRequestSearchTimeRangeUnit }
func GetSqlRequestSearchTimeRangeUnitEnum ¶ added in v0.0.68
func GetSqlRequestSearchTimeRangeUnitEnum() SqlRequestSearchTimeRangeUnitEnum
type StructFieldInfo ¶ added in v0.0.68
type StructFieldInfo struct { IsAnalysis bool `json:"isAnalysis"` Content *string `json:"content,omitempty"` FieldName *string `json:"fieldName,omitempty"` Type string `json:"type"` Index *int32 `json:"index,omitempty"` }
func (StructFieldInfo) String ¶ added in v0.0.68
func (o StructFieldInfo) String() string
type StructFieldInfoReturn ¶ added in v0.0.68
type StructFieldInfoReturn struct { FieldName *string `json:"fieldName,omitempty"` Type *string `json:"type,omitempty"` Content *string `json:"content,omitempty"` IsAnalysis *bool `json:"isAnalysis,omitempty"` Index *int32 `json:"index,omitempty"` }
func (StructFieldInfoReturn) String ¶ added in v0.0.68
func (o StructFieldInfoReturn) String() string
type StructLogContents ¶
type StructLogContents struct { LogContent *string `json:"log_content,omitempty"` LineNum *string `json:"line_num,omitempty"` }
参数集
func (StructLogContents) String ¶
func (o StructLogContents) String() string
type TagFieldsInfo ¶ added in v0.0.68
type TagFieldsInfo struct { FieldName *string `json:"fieldName,omitempty"` Type *string `json:"type,omitempty"` Content *string `json:"content,omitempty"` IsAnalysis *bool `json:"isAnalysis,omitempty"` Index *int32 `json:"index,omitempty"` }
调用成功时的返回值。
func (TagFieldsInfo) String ¶ added in v0.0.68
func (o TagFieldsInfo) String() string
type TimeRange ¶ added in v0.0.51
type TimeRange struct { SqlTimeZone *string `json:"sql_time_zone,omitempty"` StartTime string `json:"start_time"` EndTime string `json:"end_time"` StartTimeGt *bool `json:"start_time_gt,omitempty"` EndTimeLt *bool `json:"end_time_lt,omitempty"` }
此参数在请求实体中,采用json字符串格式。
type Topics ¶ added in v0.0.68
type UpdateAomMappingRulesRequest ¶ added in v0.0.68
type UpdateAomMappingRulesRequest struct {
Body *AomMappingRequestInfo `json:"body,omitempty"`
}
Request Object
func (UpdateAomMappingRulesRequest) String ¶ added in v0.0.68
func (o UpdateAomMappingRulesRequest) String() string
type UpdateAomMappingRulesResponse ¶ added in v0.0.68
type UpdateAomMappingRulesResponse struct { ProjectId *string `json:"project_id,omitempty"` RuleName *string `json:"rule_name,omitempty"` RuleId *string `json:"rule_id,omitempty"` RuleInfo *AomMappingRuleInfo `json:"rule_info,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (UpdateAomMappingRulesResponse) String ¶ added in v0.0.68
func (o UpdateAomMappingRulesResponse) String() string
type UpdateKeywordsAlarmRuleRequest ¶ added in v0.0.68
type UpdateKeywordsAlarmRuleRequest struct {
Body *UpdateKeywordsAlarmRuleRequestBody `json:"body,omitempty"`
}
Request Object
func (UpdateKeywordsAlarmRuleRequest) String ¶ added in v0.0.68
func (o UpdateKeywordsAlarmRuleRequest) String() string
type UpdateKeywordsAlarmRuleRequestBody ¶ added in v0.0.68
type UpdateKeywordsAlarmRuleRequestBody struct { KeywordsAlarmRuleId string `json:"keywords_alarm_rule_id"` KeywordsAlarmRuleName string `json:"keywords_alarm_rule_name"` KeywordsAlarmRuleDescription *string `json:"keywords_alarm_rule_description,omitempty"` KeywordsRequests []KeywordsRequest `json:"keywords_requests"` Frequency *Frequency `json:"frequency"` KeywordsAlarmLevel UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel `json:"keywords_alarm_level"` KeywordsAlarmSend bool `json:"keywords_alarm_send"` KeywordsAlarmSendCode int32 `json:"keywords_alarm_send_code"` DomainId string `json:"domain_id"` NotificationSaveRule *NotificationSaveRule `json:"notification_save_rule,omitempty"` WhetherEnglish bool `json:"whether_english"` }
func (UpdateKeywordsAlarmRuleRequestBody) String ¶ added in v0.0.68
func (o UpdateKeywordsAlarmRuleRequestBody) String() string
type UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel ¶ added in v0.0.68
type UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel struct {
// contains filtered or unexported fields
}
func (UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel) MarshalJSON ¶ added in v0.0.68
func (c UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel) MarshalJSON() ([]byte, error)
func (*UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel) UnmarshalJSON ¶ added in v0.0.68
func (c *UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel) UnmarshalJSON(b []byte) error
type UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevelEnum ¶ added in v0.0.68
type UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevelEnum struct { INFO UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel MINOR UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel MAJOR UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel CRITICAL UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevel }
func GetUpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevelEnum ¶ added in v0.0.68
func GetUpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevelEnum() UpdateKeywordsAlarmRuleRequestBodyKeywordsAlarmLevelEnum
type UpdateKeywordsAlarmRuleResponse ¶ added in v0.0.68
type UpdateKeywordsAlarmRuleResponse struct { KeywordsAlarmRuleId *string `json:"keywords_alarm_rule_id,omitempty"` KeywordsAlarmRuleName *string `json:"keywords_alarm_rule_name,omitempty"` KeywordsAlarmRuleDescription *string `json:"keywords_alarm_rule_description,omitempty"` KeywordsRequests *[]KeywordsRequest `json:"keywords_requests,omitempty"` Frequency *Frequency `json:"frequency,omitempty"` KeywordsAlarmLevel *UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevel `json:"keywords_alarm_level,omitempty"` KeywordsAlarmSend *bool `json:"keywords_alarm_send,omitempty"` DomainId *string `json:"domain_id,omitempty"` CreateTime *interface{} `json:"create_time,omitempty"` UpdateTime *interface{} `json:"update_time,omitempty"` NotificationSaveRule *NotificationSaveRule `json:"notification_save_rule,omitempty"` WhetherEnglish *bool `json:"whether_english,omitempty"` Language *string `json:"language,omitempty"` ProjectId *string `json:"projectId,omitempty"` Topics *[]Topics `json:"topics,omitempty"` ConditionExpression *string `json:"condition_expression,omitempty"` Id *string `json:"id,omitempty"` IndexId *string `json:"indexId,omitempty"` Key *string `json:"key,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (UpdateKeywordsAlarmRuleResponse) String ¶ added in v0.0.68
func (o UpdateKeywordsAlarmRuleResponse) String() string
type UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevel ¶ added in v0.0.68
type UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevel struct {
// contains filtered or unexported fields
}
func (UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevel) MarshalJSON ¶ added in v0.0.68
func (c UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevel) MarshalJSON() ([]byte, error)
func (*UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevel) UnmarshalJSON ¶ added in v0.0.68
func (c *UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevel) UnmarshalJSON(b []byte) error
type UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevelEnum ¶ added in v0.0.68
type UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevelEnum struct { INFO UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevel MINOR UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevel MAJOR UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevel CRITICAL UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevel }
func GetUpdateKeywordsAlarmRuleResponseKeywordsAlarmLevelEnum ¶ added in v0.0.68
func GetUpdateKeywordsAlarmRuleResponseKeywordsAlarmLevelEnum() UpdateKeywordsAlarmRuleResponseKeywordsAlarmLevelEnum
type UpdateLogGroupParams ¶
type UpdateLogGroupParams struct {
TtlInDays int32 `json:"ttl_in_days"`
}
修改日志组的参数。
func (UpdateLogGroupParams) String ¶
func (o UpdateLogGroupParams) String() string
type UpdateLogGroupRequest ¶
type UpdateLogGroupRequest struct { LogGroupId string `json:"log_group_id"` Body *UpdateLogGroupParams `json:"body,omitempty"` }
Request Object
func (UpdateLogGroupRequest) String ¶
func (o UpdateLogGroupRequest) String() string
type UpdateLogGroupResponse ¶
type UpdateLogGroupResponse struct { CreationTime *int64 `json:"creation_time,omitempty"` LogGroupName *string `json:"log_group_name,omitempty"` LogGroupId *string `json:"log_group_id,omitempty"` TtlInDays *int32 `json:"ttl_in_days,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (UpdateLogGroupResponse) String ¶
func (o UpdateLogGroupResponse) String() string
type UpdateSqlAlarmRuleRequest ¶ added in v0.0.68
type UpdateSqlAlarmRuleRequest struct {
Body *UpdateSqlAlarmRuleRequestBody `json:"body,omitempty"`
}
Request Object
func (UpdateSqlAlarmRuleRequest) String ¶ added in v0.0.68
func (o UpdateSqlAlarmRuleRequest) String() string
type UpdateSqlAlarmRuleRequestBody ¶ added in v0.0.68
type UpdateSqlAlarmRuleRequestBody struct { SqlAlarmRuleId string `json:"sql_alarm_rule_id"` SqlAlarmRuleName string `json:"sql_alarm_rule_name"` SqlAlarmRuleDescription *string `json:"sql_alarm_rule_description,omitempty"` SqlRequests []SqlRequest `json:"sql_requests"` Frequency *Frequency `json:"frequency"` ConditionExpression string `json:"condition_expression"` SqlAlarmLevel UpdateSqlAlarmRuleRequestBodySqlAlarmLevel `json:"sql_alarm_level"` SqlAlarmSend bool `json:"sql_alarm_send"` SqlAlarmSendCode int32 `json:"sql_alarm_send_code"` DomainId string `json:"domain_id"` NotificationSaveRule *NotificationSaveRule `json:"notification_save_rule,omitempty"` WhetherEnglish bool `json:"whether_english"` }
func (UpdateSqlAlarmRuleRequestBody) String ¶ added in v0.0.68
func (o UpdateSqlAlarmRuleRequestBody) String() string
type UpdateSqlAlarmRuleRequestBodySqlAlarmLevel ¶ added in v0.0.68
type UpdateSqlAlarmRuleRequestBodySqlAlarmLevel struct {
// contains filtered or unexported fields
}
func (UpdateSqlAlarmRuleRequestBodySqlAlarmLevel) MarshalJSON ¶ added in v0.0.68
func (c UpdateSqlAlarmRuleRequestBodySqlAlarmLevel) MarshalJSON() ([]byte, error)
func (*UpdateSqlAlarmRuleRequestBodySqlAlarmLevel) UnmarshalJSON ¶ added in v0.0.68
func (c *UpdateSqlAlarmRuleRequestBodySqlAlarmLevel) UnmarshalJSON(b []byte) error
type UpdateSqlAlarmRuleRequestBodySqlAlarmLevelEnum ¶ added in v0.0.68
type UpdateSqlAlarmRuleRequestBodySqlAlarmLevelEnum struct { INFO UpdateSqlAlarmRuleRequestBodySqlAlarmLevel MINOR UpdateSqlAlarmRuleRequestBodySqlAlarmLevel MAJOR UpdateSqlAlarmRuleRequestBodySqlAlarmLevel CRITICAL UpdateSqlAlarmRuleRequestBodySqlAlarmLevel }
func GetUpdateSqlAlarmRuleRequestBodySqlAlarmLevelEnum ¶ added in v0.0.68
func GetUpdateSqlAlarmRuleRequestBodySqlAlarmLevelEnum() UpdateSqlAlarmRuleRequestBodySqlAlarmLevelEnum
type UpdateSqlAlarmRuleResponse ¶ added in v0.0.68
type UpdateSqlAlarmRuleResponse struct { Id *string `json:"id,omitempty"` IndexId *string `json:"indexId,omitempty"` Key *string `json:"key,omitempty"` Language *string `json:"language,omitempty"` ProjectId *string `json:"projectId,omitempty"` SqlAlarmRuleName *string `json:"sql_alarm_rule_name,omitempty"` SqlAlarmRuleId *string `json:"sql_alarm_rule_id,omitempty"` SqlAlarmRuleDescription *string `json:"sql_alarm_rule_description,omitempty"` SqlRequests *[]SqlRequest `json:"sql_requests,omitempty"` Frequency *Frequency `json:"frequency,omitempty"` ConditionExpression *string `json:"condition_expression,omitempty"` SqlAlarmLevel *UpdateSqlAlarmRuleResponseSqlAlarmLevel `json:"sql_alarm_level,omitempty"` SqlAlarmSend *bool `json:"sql_alarm_send,omitempty"` DomainId *string `json:"domain_id,omitempty"` CreateTime *interface{} `json:"create_time,omitempty"` UpdateTime *interface{} `json:"update_time,omitempty"` Topics *[]Topics `json:"topics,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (UpdateSqlAlarmRuleResponse) String ¶ added in v0.0.68
func (o UpdateSqlAlarmRuleResponse) String() string
type UpdateSqlAlarmRuleResponseSqlAlarmLevel ¶ added in v0.0.68
type UpdateSqlAlarmRuleResponseSqlAlarmLevel struct {
// contains filtered or unexported fields
}
func (UpdateSqlAlarmRuleResponseSqlAlarmLevel) MarshalJSON ¶ added in v0.0.68
func (c UpdateSqlAlarmRuleResponseSqlAlarmLevel) MarshalJSON() ([]byte, error)
func (*UpdateSqlAlarmRuleResponseSqlAlarmLevel) UnmarshalJSON ¶ added in v0.0.68
func (c *UpdateSqlAlarmRuleResponseSqlAlarmLevel) UnmarshalJSON(b []byte) error
type UpdateSqlAlarmRuleResponseSqlAlarmLevelEnum ¶ added in v0.0.68
type UpdateSqlAlarmRuleResponseSqlAlarmLevelEnum struct { INFO UpdateSqlAlarmRuleResponseSqlAlarmLevel MINOR UpdateSqlAlarmRuleResponseSqlAlarmLevel MAJOR UpdateSqlAlarmRuleResponseSqlAlarmLevel CRITICAL UpdateSqlAlarmRuleResponseSqlAlarmLevel }
func GetUpdateSqlAlarmRuleResponseSqlAlarmLevelEnum ¶ added in v0.0.68
func GetUpdateSqlAlarmRuleResponseSqlAlarmLevelEnum() UpdateSqlAlarmRuleResponseSqlAlarmLevelEnum
type UpdateStructTemplateRequest ¶ added in v0.0.68
type UpdateStructTemplateRequest struct {
Body *LtsStructTemplateInfo `json:"body,omitempty"`
}
Request Object
func (UpdateStructTemplateRequest) String ¶ added in v0.0.68
func (o UpdateStructTemplateRequest) String() string
type UpdateStructTemplateResponse ¶ added in v0.0.68
type UpdateStructTemplateResponse struct { Body *string `json:"body,omitempty"` HttpStatusCode int `json:"-"` }
Response Object
func (UpdateStructTemplateResponse) String ¶ added in v0.0.68
func (o UpdateStructTemplateResponse) String() string
Source Files ¶
- model_annotations.go
- model_aom_mapping_log_stream_info.go
- model_aom_mapping_request_info.go
- model_aom_mapping_rule_info.go
- model_aom_mapping_rule_resp.go
- model_aom_mappingfiles_info.go
- model_chart_config.go
- model_create_aom_mapping_rules_request.go
- model_create_aom_mapping_rules_response.go
- model_create_keywords_alarm_rule_request.go
- model_create_keywords_alarm_rule_request_body.go
- model_create_keywords_alarm_rule_response.go
- model_create_log_dump_obs_request.go
- model_create_log_dump_obs_request_body.go
- model_create_log_dump_obs_response.go
- model_create_log_group_params.go
- model_create_log_group_request.go
- model_create_log_group_response.go
- model_create_log_stream_params.go
- model_create_log_stream_request.go
- model_create_log_stream_response.go
- model_create_sql_alarm_rule_request.go
- model_create_sql_alarm_rule_request_body.go
- model_create_sql_alarm_rule_response.go
- model_create_struct_template_request.go
- model_create_struct_template_response.go
- model_delete_active_alarms_request.go
- model_delete_active_alarms_request_body.go
- model_delete_active_alarms_response.go
- model_delete_aom_mapping_rules_request.go
- model_delete_aom_mapping_rules_response.go
- model_delete_keywords_alarm_rule_request.go
- model_delete_keywords_alarm_rule_response.go
- model_delete_log_group_request.go
- model_delete_log_group_response.go
- model_delete_log_stream_request.go
- model_delete_log_stream_response.go
- model_delete_sql_alarm_rule_request.go
- model_delete_sql_alarm_rule_response.go
- model_delete_struct_template_req_body.go
- model_delete_struct_template_request.go
- model_delete_struct_template_response.go
- model_disable_log_collection_request.go
- model_disable_log_collection_response.go
- model_enable_log_collection_request.go
- model_enable_log_collection_response.go
- model_event.go
- model_events.go
- model_frequency.go
- model_keywords_alarm_rule_resp_list.go
- model_keywords_request.go
- model_list_active_or_history_alarms_request.go
- model_list_active_or_history_alarms_request_body.go
- model_list_active_or_history_alarms_response.go
- model_list_charts_request.go
- model_list_charts_response.go
- model_list_keywords_alarm_rules_request.go
- model_list_keywords_alarm_rules_response.go
- model_list_log_groups_request.go
- model_list_log_groups_response.go
- model_list_log_stream_request.go
- model_list_log_stream_response.go
- model_list_logs_request.go
- model_list_logs_response.go
- model_list_notification_topics_request.go
- model_list_notification_topics_response.go
- model_list_query_structured_logs_request.go
- model_list_query_structured_logs_response.go
- model_list_sql_alarm_rules_request.go
- model_list_sql_alarm_rules_response.go
- model_list_structured_logs_with_time_range_request.go
- model_list_structured_logs_with_time_range_response.go
- model_log_contents.go
- model_log_group.go
- model_log_stream.go
- model_lts_struct_template_info.go
- model_metadata.go
- model_notification_save_rule.go
- model_page_info.go
- model_query_lts_log_params.go
- model_query_lts_struct_log_params.go
- model_query_lts_struct_log_params_new.go
- model_show_aom_mapping_rule_request.go
- model_show_aom_mapping_rule_response.go
- model_show_aom_mapping_rules_request.go
- model_show_aom_mapping_rules_response.go
- model_show_struct_template_request.go
- model_show_struct_template_response.go
- model_show_struct_template_rule.go
- model_show_struct_templatecluster_info.go
- model_sort.go
- model_sql_alarm_rule_resp_list.go
- model_sql_request.go
- model_struct_field_info.go
- model_struct_field_info_return.go
- model_struct_log_contents.go
- model_tag_fields_info.go
- model_time_range.go
- model_topics.go
- model_update_aom_mapping_rules_request.go
- model_update_aom_mapping_rules_response.go
- model_update_keywords_alarm_rule_request.go
- model_update_keywords_alarm_rule_request_body.go
- model_update_keywords_alarm_rule_response.go
- model_update_log_group_params.go
- model_update_log_group_request.go
- model_update_log_group_response.go
- model_update_sql_alarm_rule_request.go
- model_update_sql_alarm_rule_request_body.go
- model_update_sql_alarm_rule_response.go
- model_update_struct_template_request.go
- model_update_struct_template_response.go