You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an event broker service. You must provide a unique name and select a service class and datacenter. You can optionally define other properties for the event broker service.
-c, --service-class-id=<value> (required) Supported service classes.
63
+
-d, --datacenter-id=<value> (required) The identifier of the datacenter.
64
+
-e, --env-name=<value> The name of the environment environment where you want to create the service. If no name is provided, the service will be
65
+
created in the default environment.
66
+
-l, --locked Indicates if you can delete the event broker service after creating it. The default value is false.
67
+
-m, --msg-vpn-name=<value> The message VPN name. A default message VPN name is provided when this is not specified.
68
+
-n, --name=<value> (required) Name of the event broker service to create.
69
+
-s, --max-spool-usage=<value> The message spool size, in gigabytes (GB). A default message spool size is provided if this is not specified.
70
+
-v, --version=<value> The event broker version. A default version is provided when this is not specified.
71
+
72
+
DESCRIPTION
73
+
Create an event broker service. You must provide a unique name and select a service class and datacenter. You can optionally define other properties for the
74
+
event broker service.
75
+
76
+
Your token must have one of the permissions listed in the Token Permissions.
0 commit comments