Skip to content

Commit

Permalink
Merge pull request #522 from whdalsrnt/master
Browse files Browse the repository at this point in the history
Change Messages of Alert Manager Service
  • Loading branch information
whdalsrnt authored Dec 29, 2024
2 parents c621330 + 7b59583 commit de7d4a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions proto/spaceone/api/alert_manager/v1/event_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ message EventRuleInfo {
string domain_id = 21;
string workspace_id = 22;
string service_id = 23;
string webhook_id = 24;

string created_at = 31;
string updated_at = 32;
Expand Down
15 changes: 8 additions & 7 deletions proto/spaceone/api/alert_manager/v1/service_channel.proto
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,14 @@ message ChannelSchedule {
}

ChannelScheduleType SCHEDULE_TYPE = 1;
ChannelScheduleInfo SUN = 8;
ChannelScheduleInfo MON = 2;
ChannelScheduleInfo TUE = 3;
ChannelScheduleInfo WED = 4;
ChannelScheduleInfo THU = 5;
ChannelScheduleInfo FRI = 6;
ChannelScheduleInfo SAT = 7;
string TIMEZONE = 2;
ChannelScheduleInfo MON = 3;
ChannelScheduleInfo TUE = 4;
ChannelScheduleInfo WED = 5;
ChannelScheduleInfo THU = 6;
ChannelScheduleInfo FRI = 7;
ChannelScheduleInfo SAT = 8;
ChannelScheduleInfo SUN = 9;
}

message ServiceChannelCreateRequest {
Expand Down

0 comments on commit de7d4a1

Please sign in to comment.