|
57 | 57 | } |
58 | 58 | ] |
59 | 59 | }, |
| 60 | + { |
| 61 | + "name": "FileFormat", |
| 62 | + "longName": "AlertExportRequest.FileFormat", |
| 63 | + "fullName": "spaceone.api.alert_manager.v1.AlertExportRequest.FileFormat", |
| 64 | + "description": "", |
| 65 | + "values": [ |
| 66 | + { |
| 67 | + "name": "NONE_FILE_FORMAT", |
| 68 | + "number": "0", |
| 69 | + "description": "" |
| 70 | + }, |
| 71 | + { |
| 72 | + "name": "EXCEL", |
| 73 | + "number": "1", |
| 74 | + "description": "" |
| 75 | + }, |
| 76 | + { |
| 77 | + "name": "CSV", |
| 78 | + "number": "2", |
| 79 | + "description": "" |
| 80 | + } |
| 81 | + ] |
| 82 | + }, |
60 | 83 | { |
61 | 84 | "name": "AlertAction", |
62 | 85 | "longName": "AlertHistoryRequest.AlertAction", |
|
534 | 557 | } |
535 | 558 | ] |
536 | 559 | }, |
| 560 | + { |
| 561 | + "name": "AlertExportRequest", |
| 562 | + "longName": "AlertExportRequest", |
| 563 | + "fullName": "spaceone.api.alert_manager.v1.AlertExportRequest", |
| 564 | + "description": "", |
| 565 | + "hasExtensions": false, |
| 566 | + "hasFields": false, |
| 567 | + "hasOneofs": false, |
| 568 | + "extensions": [], |
| 569 | + "fields": [] |
| 570 | + }, |
537 | 571 | { |
538 | 572 | "name": "AlertHistoryInfo", |
539 | 573 | "longName": "AlertHistoryInfo", |
|
1509 | 1543 | } |
1510 | 1544 | } |
1511 | 1545 | }, |
| 1546 | + { |
| 1547 | + "name": "export", |
| 1548 | + "description": "", |
| 1549 | + "requestType": "AlertExportRequest", |
| 1550 | + "requestLongType": "AlertExportRequest", |
| 1551 | + "requestFullType": "spaceone.api.alert_manager.v1.AlertExportRequest", |
| 1552 | + "requestStreaming": false, |
| 1553 | + "responseType": "Struct", |
| 1554 | + "responseLongType": ".google.protobuf.Struct", |
| 1555 | + "responseFullType": "google.protobuf.Struct", |
| 1556 | + "responseStreaming": false, |
| 1557 | + "options": { |
| 1558 | + "google.api.http": { |
| 1559 | + "rules": [ |
| 1560 | + { |
| 1561 | + "method": "POST", |
| 1562 | + "pattern": "/alert-manager/v1/alert/export", |
| 1563 | + "body": "*" |
| 1564 | + } |
| 1565 | + ] |
| 1566 | + } |
| 1567 | + } |
| 1568 | + }, |
1512 | 1569 | { |
1513 | 1570 | "name": "history", |
1514 | 1571 | "description": "", |
|
0 commit comments