@@ -227,7 +227,6 @@ paths:
227
227
One of the following scopes is needed to execute the request:
228
228
- `cloudnet_rest:user_read`
229
229
- `cloudnet_rest:user_get_all`
230
- operationId : user
231
230
responses :
232
231
' 200 ' :
233
232
description : All existing rest users
@@ -256,7 +255,6 @@ paths:
256
255
One of the following scopes is needed to execute the request:
257
256
- `cloudnet_rest:user_write`
258
257
- `cloudnet_rest:user_create`
259
- operationId : user
260
258
requestBody :
261
259
required : true
262
260
description : The rest user to create
@@ -401,7 +399,6 @@ paths:
401
399
One of the following scopes is needed to execute the request:
402
400
- `cloudnet_rest:cluster_read`
403
401
- `cloudnet_rest:cluster_node_list`
404
- operationId : cluster
405
402
responses :
406
403
' 200 ' :
407
404
description : OK
@@ -438,7 +435,6 @@ paths:
438
435
One of the following scopes is needed to execute the request:
439
436
- `cloudnet_rest:cluster_write`
440
437
- `cloudnet_rest:cluster_node_update`
441
- operationId : clusterUpdate
442
438
responses :
443
439
' 204 ' :
444
440
description : The node was updated successfully
@@ -469,7 +465,6 @@ paths:
469
465
One of the following scopes is needed to execute the request:
470
466
- `cloudnet_rest:cluster_write`
471
467
- `cloudnet_rest:cluster_node_create`
472
- operationId : clusterCreate
473
468
responses :
474
469
' 201 ' :
475
470
description : The new node was created successfully
@@ -497,7 +492,6 @@ paths:
497
492
One of the following scopes is needed to execute the request:
498
493
- `cloudnet_rest:cluster_read`
499
494
- `cloudnet_rest:cluster_node_get`
500
- operationId : clusterInfo
501
495
responses :
502
496
' 200 ' :
503
497
description : OK
@@ -525,7 +519,6 @@ paths:
525
519
One of the following scopes is needed to execute the request:
526
520
- `cloudnet_rest:cluster_write`
527
521
- `cloudnet_rest:cluster_node_delete`
528
- operationId : clusterDelete
529
522
responses :
530
523
' 204 ' :
531
524
description : The node configuration entry was deleted successfully
@@ -566,7 +559,6 @@ paths:
566
559
One of the following scopes is needed to execute the request:
567
560
- `cloudnet_rest:cluster_write`
568
561
- `cloudnet_rest:cluster_node_command`
569
- operationId : clusterCommand
570
562
responses :
571
563
' 200 ' :
572
564
description : The command was executed successfully
@@ -610,7 +602,6 @@ paths:
610
602
One of the following scopes is needed to execute the request:
611
603
- `cloudnet_rest:cluster_write`
612
604
- `cloudnet_rest:cluster_node_change_draining`
613
- operationId : clusterCommand
614
605
responses :
615
606
' 202 ' :
616
607
description : The draining state was set successfully
@@ -635,7 +626,6 @@ paths:
635
626
One of the following scopes is needed to execute the request:
636
627
- `cloudnet_rest:node_read`
637
628
- `cloudnet_rest:node_info`
638
- operationId : generalInfo
639
629
responses :
640
630
' 200 ' :
641
631
description : Information about the node the request was sent to
@@ -661,7 +651,6 @@ paths:
661
651
One of the following scopes is needed to execute the request:
662
652
- `cloudnet_rest:node_read`
663
653
- `cloudnet_rest:node_ping`
664
- operationId : nodePing
665
654
responses :
666
655
' 204 ' :
667
656
description : The rest api is running and responding
@@ -722,8 +711,12 @@ paths:
722
711
Whether to send the cached log lines as plain text or as ansi formatted text.
723
712
- `raw`: The log lines are sent as plain text
724
713
- `ansi`: The log lines are sent as ansi formatted text
725
-
726
- If no value is provided the default value is `raw`.
714
+ schema :
715
+ type : string
716
+ enum :
717
+ - raw
718
+ - ansi
719
+ default : raw
727
720
summary : Get the cached log lines of the node the request is sent to
728
721
description : |
729
722
Based on the requested formatting the log lines are either returned as text only, where no color and formatting
@@ -833,7 +826,6 @@ paths:
833
826
One of the following scopes is needed to execute the request:
834
827
- `cloudnet_rest:database_read`
835
828
- `cloudnet_rest:database_list`
836
- operationId : listDatabase
837
829
responses :
838
830
' 200 ' :
839
831
description : All database names.
@@ -3647,8 +3639,7 @@ components:
3647
3639
secret :
3648
3640
type : string
3649
3641
examples :
3650
- - " MTcyMDgxMDM5OTI3NTowMThmZThkOS0zYTFmLTc5ODAtYWE5OC04ODg5YTA5MWY4OWU6Y2xvdWRuZXRfcmVzdDpzZXJ2aWNlX3JlYWQ=
3651
- .3ea1a7e8d81d1d28de86f378fe8c67e0c927d1bae56f915c6cb91733b62e15c5"
3642
+ - " MTcyMDgxMDM5OTI3NTowMThmZThkOS0zYTFmLTc5ODAtYWE5OC04ODg5YTA5MWY4OWU6Y2xvdWRuZXRfcmVzdDpzZXJ2aWNlX3JlYWQ=.3ea1a7e8d81d1d28de86f378fe8c67e0c927d1bae56f915c6cb91733b62e15c5"
3652
3643
scopes :
3653
3644
type : array
3654
3645
examples :
@@ -4513,6 +4504,28 @@ components:
4513
4504
- 1500
4514
4505
eventReceivers :
4515
4506
type : object
4507
+ propertyNames :
4508
+ type : string
4509
+ enum :
4510
+ - CREATED
4511
+ - DEFERRED
4512
+ - FAILED
4513
+ additionalProperties :
4514
+ type : array
4515
+ items :
4516
+ $ref : ' #/components/schemas/ChannelMessageTarget'
4517
+ examples :
4518
+ - CREATED :
4519
+ - type : ' SERVICE'
4520
+ name : null
4521
+ DEFERRED :
4522
+ - type : ' NODE'
4523
+ name : ' Node-b5a4c45b'
4524
+ FAILED :
4525
+ - type : ' SERVICE'
4526
+ name : ' Lobby-1'
4527
+ - type : ' SERVICES_BY_TASK'
4528
+ name : ' BedWars'
4516
4529
ServiceCreateResult :
4517
4530
type : object
4518
4531
properties :
@@ -4753,3 +4766,27 @@ components:
4753
4766
type : string
4754
4767
examples :
4755
4768
- Blizzard
4769
+ ChannelMessageTarget :
4770
+ type : object
4771
+ properties :
4772
+ type :
4773
+ type : string
4774
+ enum :
4775
+ - ALL
4776
+ - NODE
4777
+ - SERVICE
4778
+ - SERVICES_BY_TASK
4779
+ - SERVICES_BY_GROUP
4780
+ - SERVICES_BY_ENV
4781
+ - SERVICES_WITH_PROPERTY
4782
+ name :
4783
+ type :
4784
+ - string
4785
+ - " null"
4786
+ examples :
4787
+ - ' Lobby-1'
4788
+ - ' Node-b5a4c45b'
4789
+ description : >-
4790
+ The name of the target to send the channel message to. Can be null for type 'NODE' and 'SERVICE'. In this
4791
+ case the channel message is sent to all nodes and all services respectively. If provided in case of type
4792
+ 'ALL' the name is ignored. A name must be given for all other target types.
0 commit comments