diff --git a/proto/spaceone/api/alert_manager/v1/alert.proto b/proto/spaceone/api/alert_manager/v1/alert.proto index 984f2d6d..3da5db7d 100644 --- a/proto/spaceone/api/alert_manager/v1/alert.proto +++ b/proto/spaceone/api/alert_manager/v1/alert.proto @@ -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; } \ No newline at end of file