We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f8c01 commit e74e8adCopy full SHA for e74e8ad
tencentcloud/service_tencentcloud_monitor.go
@@ -1977,16 +1977,19 @@ func (me *MonitorService) DescribeMonitorAlarmBasicAlarmsByFilter(ctx context.Co
1977
request.OccurTimeOrder = v.(*string)
1978
}
1979
if k == "ProjectIds" {
1980
+ request.ProjectIds = v.([]*int64)
1981
1982
if k == "ViewNames" {
1983
request.ViewNames = v.([]*string)
1984
1985
if k == "AlarmStatus" {
1986
+ request.AlarmStatus = v.([]*int64)
1987
1988
if k == "ObjLike" {
- request.ObjLike = v.(*string)
1989
+ request.ObjLike = v.([]*string)
1990
1991
if k == "InstanceGroupIds" {
1992
+ request.InstanceGroupIds = v.([]*int64)
1993
1994
if k == "MetricNames" {
1995
request.MetricNames = v.([]*string)
0 commit comments