Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions proto/spaceone/api/alert_manager/v1/alert.proto
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,12 @@ message AlertExportRequest {
EXCEL = 1;
CSV = 2;
}

repeated spaceone.api.core.v2.ExportOption options = 1;
// +optional
FileFormat file_format = 2;
// +optional
string file_name = 3;
// +optional
string timezone = 4;
}
Loading