File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
server/src/main/java/com/cloud/server Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 382382import org .apache .cloudstack .api .command .user .bucket .UpdateBucketCmd ;
383383import org .apache .cloudstack .api .command .user .config .ListCapabilitiesCmd ;
384384import org .apache .cloudstack .api .command .user .consoleproxy .CreateConsoleEndpointCmd ;
385+ import org .apache .cloudstack .api .command .user .consoleproxy .ListConsoleSessionsCmd ;
385386import org .apache .cloudstack .api .command .user .event .ArchiveEventsCmd ;
386387import org .apache .cloudstack .api .command .user .event .DeleteEventsCmd ;
387388import org .apache .cloudstack .api .command .user .event .ListEventTypesCmd ;
@@ -4184,8 +4185,12 @@ public List<Class<?>> getCommands() {
41844185 cmdList .add (ConfigureOutOfBandManagementCmd .class );
41854186 cmdList .add (IssueOutOfBandManagementPowerActionCmd .class );
41864187 cmdList .add (ChangeOutOfBandManagementPasswordCmd .class );
4188+
41874189 cmdList .add (GetUserKeysCmd .class );
4190+
4191+ // Console Session APIs
41884192 cmdList .add (CreateConsoleEndpointCmd .class );
4193+ cmdList .add (ListConsoleSessionsCmd .class );
41894194
41904195 //user data APIs
41914196 cmdList .add (RegisterUserDataCmd .class );
You can’t perform that action at this time.
0 commit comments