|
138 | 138 | "oneofdecl": "", |
139 | 139 | "defaultValue": "" |
140 | 140 | }, |
| 141 | + { |
| 142 | + "name": "message_formats", |
| 143 | + "description": "", |
| 144 | + "label": "repeated", |
| 145 | + "type": "WebhookMessageFormat", |
| 146 | + "longType": "WebhookMessageFormat", |
| 147 | + "fullType": "spaceone.api.alert_manager.v1.WebhookMessageFormat", |
| 148 | + "ismap": false, |
| 149 | + "isoneof": false, |
| 150 | + "oneofdecl": "", |
| 151 | + "defaultValue": "" |
| 152 | + }, |
141 | 153 | { |
142 | 154 | "name": "tags", |
143 | 155 | "description": "+optional", |
|
450 | 462 | "oneofdecl": "", |
451 | 463 | "defaultValue": "" |
452 | 464 | }, |
| 465 | + { |
| 466 | + "name": "message_formats", |
| 467 | + "description": "", |
| 468 | + "label": "repeated", |
| 469 | + "type": "WebhookMessageFormat", |
| 470 | + "longType": "WebhookMessageFormat", |
| 471 | + "fullType": "spaceone.api.alert_manager.v1.WebhookMessageFormat", |
| 472 | + "ismap": false, |
| 473 | + "isoneof": false, |
| 474 | + "oneofdecl": "", |
| 475 | + "defaultValue": "" |
| 476 | + }, |
453 | 477 | { |
454 | 478 | "name": "tags", |
455 | 479 | "description": "", |
|
512 | 536 | } |
513 | 537 | ] |
514 | 538 | }, |
| 539 | + { |
| 540 | + "name": "WebhookMessageFormat", |
| 541 | + "longName": "WebhookMessageFormat", |
| 542 | + "fullName": "spaceone.api.alert_manager.v1.WebhookMessageFormat", |
| 543 | + "description": "", |
| 544 | + "hasExtensions": false, |
| 545 | + "hasFields": true, |
| 546 | + "hasOneofs": false, |
| 547 | + "extensions": [], |
| 548 | + "fields": [ |
| 549 | + { |
| 550 | + "name": "from", |
| 551 | + "description": "", |
| 552 | + "label": "", |
| 553 | + "type": "string", |
| 554 | + "longType": "string", |
| 555 | + "fullType": "string", |
| 556 | + "ismap": false, |
| 557 | + "isoneof": false, |
| 558 | + "oneofdecl": "", |
| 559 | + "defaultValue": "" |
| 560 | + }, |
| 561 | + { |
| 562 | + "name": "to", |
| 563 | + "description": "", |
| 564 | + "label": "", |
| 565 | + "type": "string", |
| 566 | + "longType": "string", |
| 567 | + "fullType": "string", |
| 568 | + "ismap": false, |
| 569 | + "isoneof": false, |
| 570 | + "oneofdecl": "", |
| 571 | + "defaultValue": "" |
| 572 | + } |
| 573 | + ] |
| 574 | + }, |
| 575 | + { |
| 576 | + "name": "WebhookMessageFormatUpdateRequest", |
| 577 | + "longName": "WebhookMessageFormatUpdateRequest", |
| 578 | + "fullName": "spaceone.api.alert_manager.v1.WebhookMessageFormatUpdateRequest", |
| 579 | + "description": "", |
| 580 | + "hasExtensions": false, |
| 581 | + "hasFields": true, |
| 582 | + "hasOneofs": false, |
| 583 | + "extensions": [], |
| 584 | + "fields": [ |
| 585 | + { |
| 586 | + "name": "webhook_id", |
| 587 | + "description": "", |
| 588 | + "label": "", |
| 589 | + "type": "string", |
| 590 | + "longType": "string", |
| 591 | + "fullType": "string", |
| 592 | + "ismap": false, |
| 593 | + "isoneof": false, |
| 594 | + "oneofdecl": "", |
| 595 | + "defaultValue": "" |
| 596 | + }, |
| 597 | + { |
| 598 | + "name": "message_formats", |
| 599 | + "description": "", |
| 600 | + "label": "repeated", |
| 601 | + "type": "WebhookMessageFormat", |
| 602 | + "longType": "WebhookMessageFormat", |
| 603 | + "fullType": "spaceone.api.alert_manager.v1.WebhookMessageFormat", |
| 604 | + "ismap": false, |
| 605 | + "isoneof": false, |
| 606 | + "oneofdecl": "", |
| 607 | + "defaultValue": "" |
| 608 | + } |
| 609 | + ] |
| 610 | + }, |
515 | 611 | { |
516 | 612 | "name": "WebhookPluginInfo", |
517 | 613 | "longName": "WebhookPluginInfo", |
|
962 | 1058 | } |
963 | 1059 | } |
964 | 1060 | }, |
| 1061 | + { |
| 1062 | + "name": "update_message_format", |
| 1063 | + "description": "", |
| 1064 | + "requestType": "WebhookMessageFormatUpdateRequest", |
| 1065 | + "requestLongType": "WebhookMessageFormatUpdateRequest", |
| 1066 | + "requestFullType": "spaceone.api.alert_manager.v1.WebhookMessageFormatUpdateRequest", |
| 1067 | + "requestStreaming": false, |
| 1068 | + "responseType": "WebhookInfo", |
| 1069 | + "responseLongType": "WebhookInfo", |
| 1070 | + "responseFullType": "spaceone.api.alert_manager.v1.WebhookInfo", |
| 1071 | + "responseStreaming": false, |
| 1072 | + "options": { |
| 1073 | + "google.api.http": { |
| 1074 | + "rules": [ |
| 1075 | + { |
| 1076 | + "method": "POST", |
| 1077 | + "pattern": "/alert-manager/v1/webhook/update-message-format", |
| 1078 | + "body": "*" |
| 1079 | + } |
| 1080 | + ] |
| 1081 | + } |
| 1082 | + } |
| 1083 | + }, |
965 | 1084 | { |
966 | 1085 | "name": "update_plugin", |
967 | 1086 | "description": "", |
|
0 commit comments