Edit ListRetcodeApps.

This commit is contained in:
sdk-team
2021-06-28 12:08:51 +00:00
parent ec69dc6bc1
commit f3e060235c
10 changed files with 23 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ namespace AlibabaCloud
std::vector<std::string> groupingFields;
long groupWaitTime;
long groupId;
long repeatInterval;
};
struct NotifyRule
{
@@ -66,7 +67,9 @@ namespace AlibabaCloud
std::vector<std::string> notifyChannels;
std::vector<NotifyRule::NotifyObject> notifyObjects;
};
bool isRecover;
std::vector<GroupRule> groupRules;
std::string dispatchType;
std::string state;
long ruleId;
LabelMatchExpressionGrid labelMatchExpressionGrid;

View File

@@ -34,6 +34,7 @@ namespace AlibabaCloud
public:
struct RetcodeApp
{
std::string retcodeAppType;
long appId;
std::string pid;
std::string appName;

View File

@@ -79,6 +79,7 @@ namespace AlibabaCloud
long noticeEndTime;
};
std::string status;
bool hostByAlertManager;
MetricParam metricParam;
int alertVersion;
long taskId;

View File

@@ -36,6 +36,7 @@ namespace AlibabaCloud
{
struct RetcodeApp
{
std::string retcodeAppType;
std::string type;
long appId;
std::string userId;