Перечень команд Operations API - rsugio/cpi GitHub Wiki

Просто заметки

com.sap.esb.monitoring.connection.test.command.CcConnectionTestCommand

Connect to a Cloud Connector and check availabilty.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.connection.test.command.CcConnectionTestResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.esb.monitoring.connection.test.command.HttpsConnectionTestCommand

Connect to a HTTP(S) server and try out the SSL handshake if neccessary.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.connection.test.command.HttpsConnectionTestResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.esb.monitoring.connection.test.command.ImapConnectionTestCommand

Try to connect to an IMAP server.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.connection.test.command.ImapConnectionTestResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.esb.monitoring.connection.test.command.PopConnectionTestCommand

Try to connect to a POP3 server.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.connection.test.command.PopConnectionTestResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.esb.monitoring.connection.test.command.SftpConnectionTestCommand

Connect to a SFTP server and try out the SSH handshake.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.connection.test.command.SftpConnectionTestResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.esb.monitoring.connection.test.command.SmtpConnectionTestCommand

Try to connect to a SMTP server.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.connection.test.command.SmtpConnectionTestResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.esb.monitoring.datastore.access.command.DataStoreAccessCommandBase

  • com.sap.it.commons.command.Command
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.esb.monitoring.datastore.access.command.DataStoreOverviewCommand

Reads data store overview information.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.datastore.access.command.DataStoreOverviewResponse>

com.sap.esb.monitoring.datastore.access.command.DeleteDataStoreCommand

Deletes all entries in the data store.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.datastore.access.command.DeleteDataStoreResponse>

com.sap.esb.monitoring.datastore.access.command.DeleteDataStoreEntryCommand

Deletes entries in the data store.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.datastore.access.command.DeleteDataStoreEntryResponse>

com.sap.esb.monitoring.datastore.access.command.GetDataStorePayloadCommand

gets an entry from the data store.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.datastore.access.command.GetDataStorePayloadResponse>

com.sap.esb.monitoring.datastore.access.command.GetDataStoreVariableCommand

gets a variable from the data store.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.datastore.access.command.GetDataStoreVariableResponse>

com.sap.esb.monitoring.datastore.access.command.ListDataStoreAggregateCommand

Downloads a set of data store information.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.datastore.access.command.ListDataStoreAggregateResponse>

com.sap.esb.monitoring.datastore.access.command.ListDataStoreEntriesCommand

Get a List of datastore entries with different filter criteria.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.datastore.access.command.ListDataStoreEntriesResponse>

com.sap.esb.monitoring.datastore.access.command.MoveDataStoreEntryCommand

Moves entries in the data store.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.datastore.access.command.MoveDataStoreEntryResponse>

com.sap.esb.monitoring.message.storage.access.command.GetMessageURIsCommand

Lists all message URIs of stored messages.

  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.security.AuditInformationHolder
  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.message.storage.access.command.GetMessageURIsResponse>

com.sap.esb.monitoring.message.storage.access.command.GetMessagesCommand

Downloads a set of stored messages.

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.message.storage.access.command.GetMessagesResponse>
  • com.sap.it.commons.security.AuditInformationHolder
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.esb.monitoring.message.storage.access.command.GetTraceMessageURIsCommand

Lists all the message URIs of the stored trace messages for the specified mpl_id and step_id

  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.security.AuditInformationHolder
  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.message.storage.access.command.GetMessageURIsResponse>

com.sap.esb.monitoring.message.storage.access.command.MessageStorageCleanupAuditMessagesCommand

Cleanup Message Store Auditing Data

  • com.sap.it.commons.command.Command<com.sap.esb.monitoring.message.storage.access.command.EmptyResponse>
  • com.sap.it.commons.security.AuditInformationHolder
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.command.TenantInformationHolder
  • com.sap.it.nm.concurrent.TaskLogWriterConsumer

com.sap.it.cm.x509.commands.AddKeystoreEntriesCommand

Adds entries owned by the SaaS Admin to the tenant keystore

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.KeystoreEntries>

com.sap.it.cm.x509.commands.BackupKeystoreEntriesCommand

Backups the keystore entries of the SaaS Administrator

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.KeystoreEntries>

com.sap.it.cm.x509.commands.CopyCommand

Copies an entry from the KeyHistory keystore to the KeyRenewal keystore

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.KeystoreEntries>

com.sap.it.cm.x509.commands.DeleteKeystoreEntriesCommand

Deletes keystore entries of the SaaS Administrator

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.KeystoreEntries>

com.sap.it.cm.x509.commands.ExportCertificateChainCommand

Exports the certificate chain of a key-pair entry in PKCS7 format

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.Resource>

com.sap.it.cm.x509.commands.ExportCertificateCommand

Exports a certificate chain of a keystore entry in DER-PEM format

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.Resource>

com.sap.it.cm.x509.commands.ExportSSHKeyCommand

Exports the certificates public key as ssh key.

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.Resource>

com.sap.it.cm.x509.commands.GenerateCertificateSigningRequestCommand

Generates a certificate signing request for a key-pair entry

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.Resource>

com.sap.it.cm.x509.commands.GenerateKeyPairCommand

Generates a kea-pair in the SAP namespace of the keystore

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.KeystoreEntries>

com.sap.it.cm.x509.commands.GetChainCertificatesCommand

Returns the certificate chain of a key-pair keystore entry

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.Chain>

com.sap.it.cm.x509.commands.GetKeystoreCommand

Returns the public content of the tenant or backup keystore as JCEKS keystore

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.KeystoreResponse>

com.sap.it.cm.x509.commands.GetKeystoreEntriesCommand

Retrieves the entries of the tenant keystore

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.KeystoreEntries>

com.sap.it.cm.x509.commands.RenameAliasCommand

Renames an alias of a keystore entry

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.KeystoreEntries>

com.sap.it.cm.x509.commands.ResourceCommand

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.KeystoreEntries>

com.sap.it.cm.x509.commands.RetrieveBackupCommand

Retrieves the backup of the SaaS Administrator keystore

  • com.sap.it.commons.command.Command<com.sap.it.cm.x509.response.KeystoreEntries>

com.sap.it.commons.command.channel.LogoutCommand

  • com.sap.it.commons.command.channel.ChannelCommand
  • com.sap.it.commons.command.Command<java.lang.Void>

com.sap.it.commons.command.channel.PingCommand

  • com.sap.it.commons.command.channel.ChannelCommand
  • com.sap.it.commons.command.Command<java.lang.Void>

com.sap.it.commons.command.introspection.RegisteredCommands

  • com.sap.it.commons.command.Command<com.sap.it.commons.command.introspection.CommandGroupRegistryDescription>

com.sap.it.gb.commands.GBCommand

Generate and build one or more Integration projects followed by deployment of their generated OSGi bundles

  • com.sap.it.commons.command.Command<com.sap.it.gb.commands.response.GBResponseImpl>
  • java.io.Serializable

com.sap.it.nm.commands.cluster.DecommissionTenantCommand

Command to decommission the tenant

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable

com.sap.it.nm.commands.cluster.GetClusterInfoCommand

Command to get Cluster info such as cluster name and Cluster State

  • com.sap.it.commons.command.Command<com.sap.it.nm.types.node.Cluster>
  • java.io.Serializable

com.sap.it.nm.commands.cluster.GetMessagingResourceUsageCommand

Command to get the messaging host resource usage of a tenant.

  • com.sap.it.commons.command.Command<com.sap.it.nm.types.broker.MessagingResourceUsage>

com.sap.it.nm.commands.cluster.HotRestartCommand

Command to Hot Restart (JVM) for Super Cluster or Tenant Cluster or Single Node

  • com.sap.it.commons.command.Command<java.lang.Void>
  • java.io.Serializable
  • com.sap.it.commons.runtime.NodeIdentifiable

com.sap.it.nm.commands.cluster.RemoveTenantClusterCommand

Command to remove tenant cluster

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable

com.sap.it.nm.commands.cluster.RollingRestartCommand

Command to restart a node or a cmn cluster/tenant cluster

  • com.sap.it.commons.command.Command<java.lang.Void>
  • java.io.Serializable

com.sap.it.nm.commands.cluster.SeverTenantClusterCommand

Command to sever the tenant

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable

com.sap.it.nm.commands.cluster.SoftwareUpdateCommand

Command to update the tenant cluster(s)

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.cluster.SoftwareUpdateResponse>
  • java.io.Serializable

com.sap.it.nm.commands.cluster.StartTenantClusterCommand

Activates the tenant configuration and triggers the start of a tenant cluster

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable

com.sap.it.nm.commands.cluster.StopTenantClusterCommand

Command to remove tenant cluster

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable

com.sap.it.nm.commands.component.ComponentRestartCommand

Command to restart a component

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.component.ComponentRestartResponse>
  • java.io.Serializable
  • com.sap.it.commons.runtime.NodeIdentifiable
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.nm.commands.config.ListNumberRangeConfigurationCommand

Command to list the number range configurations

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.config.ListNumberRangeConfigurationResponse>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.config.ReadTenantConfigCommand

Command to read a tenant configuration

  • java.io.Serializable
  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.config.ReadTenantConfigResponse>

com.sap.it.nm.commands.config.SaveTenantConfigCommand

Command to save and optionally activate a tenant cluster configuration

  • com.sap.it.commons.command.Command<java.lang.String>
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.nm.commands.db.GetDatabaseSizeCommand

Get Database size information

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.db.DatabaseSizeResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.db.GetTableSizesCommand

Get table sizes of user defined tables

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.db.TableSizesResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.deploy.ActivateContentDeployCommand

Command to activate deploy content for a tenant

  • com.sap.it.commons.command.Command<java.lang.Void>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.nm.commands.deploy.DeactivateContentDeployCommand

Command to deactivate deploy content for a tenant

  • com.sap.it.commons.command.Command<java.lang.Void>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.nm.commands.deploy.DeleteCertificateUserMappingsCommand

Command to delete certificate-to-user mappings for a tenant

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.deploy.CertificateUserMappingsResponse>
  • java.io.Serializable

com.sap.it.nm.commands.deploy.DeleteContentCommand

Command to delete content for a tenant

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable

com.sap.it.nm.commands.deploy.DeployContentCommand

Command to deploy content for a tenant and node type

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable

com.sap.it.nm.commands.deploy.DownloadContentCommand

Command to download content from a tenant

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.deploy.DownloadContentResponse>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.deploy.ExportCertificateUserMappingsCommand

Command to export certificate-to-user mappings of a tenant in form of a keystore

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.deploy.ExportCertificateUserMappingsResponse>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.deploy.GetContentMetadataCommand

Get supplementary content of a specified artifact

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.deploy.GetContentMetadataResponse>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.deploy.ImportCertificateUserMappingsCommand

Command to save new or updated certificate-to-user mappings in keystore format for a tenant

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.deploy.CertificateUserMappingsResponse>
  • java.io.Serializable

com.sap.it.nm.commands.deploy.ListCertificateUserMappingsCommand

Command to list the certificate-to-user mappings of a tenant

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.deploy.CertificateUserMappingsResponse>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.deploy.ListContentCommand

Command to list content of a tenant

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.deploy.ListContentResponse>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.deploy.ListContentLogsCommand

Command to list content deploy/delete logs from a tenant

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.deploy.ListContentLogsResponse>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.deploy.SaveCertificateUserMappingsCommand

Command to insert, update, or delete certificate-to-user mappings for a tenant

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.deploy.CertificateUserMappingsResponse>
  • java.io.Serializable

com.sap.it.nm.commands.lock.ListClusterLocksCommand

Command to list cluster locks

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.lock.ListClusterLocksResponse>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.lock.ReleaseClusterLocksCommand

Command to release cluster locks

  • com.sap.it.commons.command.Command<java.lang.Boolean>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.node.GetNodesCommand

Command to get all nodes for the cluster

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.node.GetNodesCommandResponse>
  • java.io.Serializable

com.sap.it.nm.commands.node.LaunchMgmtNodeCommand

Command to launch a management node for a given tenant

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable

com.sap.it.nm.commands.node.LaunchNodeCommand

Command to launch a runtime node for a given tenant and node type

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable

com.sap.it.nm.commands.node.OsgiShellCommand

Command to execute a OSGi command on a given tenant/node

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.runtime.NodeIdentifiable
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.nm.commands.node.PrintEnvCommand

Command that pings a node and gets node environment

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable
  • com.sap.it.commons.runtime.NodeIdentifiable

com.sap.it.nm.commands.node.RemoveMgmtNodesCommand

Command to remove a management node(s) for a given tenant

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable

com.sap.it.nm.commands.node.RemoveNodesCommand

Command to remove a runtime node(s) for a given tenant

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable

com.sap.it.nm.commands.node.StopMgmtNodesCommand

Command to remove a management node for a given tenant

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.nm.commands.node.StopNodesCommand

Command to stop a runtime node for a given tenant

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable

com.sap.it.nm.commands.node.TailTraceLogCommand

Command to get trace logs for a given tenant / node of specified size

  • com.sap.it.commons.command.Command<java.lang.String>
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.runtime.NodeIdentifiable
  • java.io.Serializable

com.sap.it.nm.commands.profile.GetCapabilitiesCommand

Command that retrieves capabilities available on tenant and a node type

  • java.io.Serializable
  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.profile.GetCapabilitiesResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.profile.GetCapabilitiesWithMetadataCommand

Command that retrieves capability metadata for given capability keys on a tenant and a node type

  • java.io.Serializable
  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.profile.GetCapabilitiesWithMetadataResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.profile.GetEnabledNodeStackProfilesCommand

Command that retrieves set of enabled node stack profile

  • java.io.Serializable
  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.profile.GetEnabledNodeStackProfilesResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.profile.GetNodeStackProfilesCommand

Command that retrieves a node stack profile

  • java.io.Serializable
  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.profile.NodeStackProfilesResponse>
  • com.sap.it.commons.runtime.NodeIdentifiable

com.sap.it.nm.commands.security.ListCredentialsCommand

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.security.ListCredentialsResponse>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.nm.commands.stats.GetTalkStatsCommand

Command to get count of all log being sent without errors either at the super cluster level or at a tenant cluster

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.stats.TalkStatsResponse>
  • java.io.Serializable

com.sap.it.nm.commands.task.ListTaskLogsCommand

Command to list task logs

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.task.ListTaskLogsResponse>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.task.ListTasksCommand

Command to list tasks

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.task.ListTasksResponse>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.tenant.ListActiveTenantConfigurationCommand

Command to list tenants

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.tenant.ListActiveTenantConfigurationResponse>
  • java.io.Serializable

com.sap.it.nm.commands.tenant.ListTenantsCommand

Command to list tenants

  • com.sap.it.commons.command.Command<com.sap.it.nm.commands.tenant.ListTenantsResponse>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.tenant.OnboardTenantCommand

Command to on-board a tenant

  • com.sap.it.commons.command.Command<java.lang.Void>
  • java.io.Serializable
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.nm.commands.tenant.UpdateTenantTypeCommand

Command to update the tenant type

  • com.sap.it.commons.command.Command<java.lang.Void>
  • java.io.Serializable
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.nm.commands.vm.GetThreadDumpCommand

Obtain thread dump for a node

  • com.sap.it.commons.command.Command<java.lang.String>
  • java.io.Serializable
  • com.sap.it.commons.runtime.NodeIdentifiable
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.nm.commands.wsdl.WsdlDownloadCommand

  • com.sap.it.commons.command.Command<com.sap.it.commons.command.attachment.Attachment>
  • java.io.Serializable
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.op.agent.commands.adapter.ListEndpointsCommand

  • com.sap.it.commons.command.Command<com.sap.it.op.agent.commands.adapter.ListEndpointsResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.runtime.NodeIdentifiable

com.sap.it.op.agent.commands.cxf.ListCxfEndpointsCommand

List cxf endpoints for this node.

  • com.sap.it.commons.command.Command<com.sap.it.op.agent.commands.cxf.ListCxfEndpointsResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.runtime.NodeIdentifiable

com.sap.it.op.srv.commands.adapter.EndpointsCommand

Retrieve endpoint data and enrich with information on management node.

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.adapter.EndpointsResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.op.srv.commands.cfglog.ConfigChangeLogQueryCommand

Read configuration change log

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.cfglog.ConfigChangeLogQueryResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.op.srv.commands.component.NodeComponentStatusCommand

List components and deployed content including their state

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.component.NodeComponentStatusResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.op.srv.commands.cxf.CxfEndpointsCommand

Retrieve cxf endpoint data and enrich with information on management node.

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.cxf.CxfEndpointsResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.op.srv.commands.dashboard.CamelListCommand

Get camel message processing statistic

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.dashboard.CamelListResponse>

com.sap.it.op.srv.commands.dashboard.CxfStatisticCommand

Get cxf message processing statistic

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.dashboard.CxfStatisticResponse>

com.sap.it.op.srv.commands.dashboard.GetNodesHistoryCommand

List node history

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.shared.NodeInformationList>

com.sap.it.op.srv.commands.dashboard.IFlowStatisticCommand

Get overall message processing statistic on iFlow grnularity.

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.dashboard.IFlowStatisticResponse>

com.sap.it.op.srv.commands.dashboard.MplDetailCommand

Get message processing log data

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.dashboard.MplDetailResponse>

com.sap.it.op.srv.commands.dashboard.MplGraphCommand

Get message processing log graph

  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.dashboard.MplGraphResponse>

com.sap.it.op.srv.commands.dashboard.MplOverviewCommand

List message processing logs

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.dashboard.MplOverviewResponse>

com.sap.it.op.srv.commands.dashboard.NodeProcessStatisticCommand

Get process information of a node

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.dashboard.NodeProcessStatisticResponse>

com.sap.it.op.srv.commands.dashboard.ParticipantListCommand

List nodes running for tenant(s) and return general information about connected system

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.dashboard.ParticipantListResponse>

com.sap.it.op.srv.commands.ed.ReadAlertConfigurationCommand

Read alert configuration

  • com.sap.it.commons.command.Command<com.sap.it.op.ed.cfg.AlertConfigProperties>

com.sap.it.op.srv.commands.ed.StoreAlertConfigurationCommand

Stores alert configuration

  • com.sap.it.commons.command.Command<java.lang.Void>

com.sap.it.op.srv.commands.ilm.DbIndexStatsUpdateCommandSync

Update the index statistics for the database tables

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.ilm.DbIndexStatsUpdateCommandSyncResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.security.AuditInformationHolder
  • com.sap.it.nm.concurrent.TaskLogWriterConsumer

com.sap.it.op.srv.commands.ilm.MonitoringDataCleanupCommandSync

Cleanup Monitoring Data

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.ilm.MonitoringDataCleanupCommandSyncResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.security.AuditInformationHolder
  • com.sap.it.nm.concurrent.TaskLogWriterConsumer

com.sap.it.op.srv.commands.ilm.MonitoringDataCleanupCommandSyncRevision2

Cleanup Monitoring Data

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.ilm.MonitoringDataCleanupCommandSyncResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.security.AuditInformationHolder
  • com.sap.it.nm.concurrent.TaskLogWriterConsumer
  • com.sap.it.commons.command.TenantInformationHolder

com.sap.it.op.srv.commands.jobs.OperationsJobCreateCommand

Create Operations Job

  • com.sap.it.commons.command.Command<java.lang.Void>
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.op.srv.commands.jobs.OperationsJobDeleteCommand

Delete Operations Job

  • com.sap.it.commons.command.Command<java.lang.Void>
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.op.srv.commands.jobs.OperationsJobDetailCommand

Read Operations Job Details

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.jobs.OperationsJobDetailResponse>

com.sap.it.op.srv.commands.jobs.OperationsJobReadCommand

List Operations Jobs

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.jobs.OperationsJobReadResponse>

com.sap.it.op.srv.commands.jobs.OperationsJobUpdateCommand

Update Operations Job

  • com.sap.it.commons.command.Command<java.lang.Void>
  • com.sap.it.commons.security.AuditInformationHolder

com.sap.it.op.srv.commands.jobs.actions.OperationsJobActionsListCommand

List All Actions for Operations Job

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.jobs.actions.OperationsJobActions>

com.sap.it.op.srv.commands.regression.MessageProcessingDataCommand

Get data to calculate regressions based on MPLs states and artifacts

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.regression.MessageProcessingDataResponse>

com.sap.it.op.srv.commands.reporting.ConfigChangeReportCommand

Generates a configuration change report and puts it into a datastore

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.reporting.ConfigChangeReportResponse>
  • com.sap.it.commons.tenant.TenantIdentificationHolder

com.sap.it.op.srv.commands.reporting.MessageProcessingReportsCommand

Generate a message processing report and puts it into a datastore

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.reporting.MessageProcessingReportsResponse>
  • com.sap.it.commons.tenant.TenantIdentificationHolder

com.sap.it.op.srv.commands.reporting.ServiceAvailabilityReportsCommand

Generate a service availability report and put it into a datastore

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.reporting.ServiceAvailabilityReportsResponse>
  • com.sap.it.commons.tenant.TenantIdentificationHolder
  • com.sap.it.nm.concurrent.TaskLogWriterConsumer

com.sap.it.op.srv.commands.sysinfo.ListDeployedBundlesCommand

Return the OSGi bundles known to the framework.

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.sysinfo.ListDeployedBundlesResponse>

com.sap.it.op.srv.commands.trace.GetTraceIdCommand

Gets set of stored trace message ids.

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.trace.GetTraceIdCommandResponse>
  • com.sap.it.commons.security.AuditInformationHolder
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.op.srv.commands.trace.GetTraceMessageCommand

Downloads a set of stored trace messages.

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.trace.GetTraceMessageCommandResponse>
  • com.sap.it.commons.security.AuditInformationHolder
  • com.sap.it.commons.tenant.TenantIdentifiable

com.sap.it.op.srv.commands.trace.TraceDataCleanupCommand60min

Cleanup Trace Data

  • com.sap.it.commons.command.Command<com.sap.it.op.srv.commands.trace.TraceDataCleanupCommandResponse>
  • com.sap.it.commons.tenant.TenantIdentifiable
  • com.sap.it.commons.security.AuditInformationHolder
  • com.sap.it.commons.command.TenantInformationHolder
  • com.sap.it.nm.concurrent.TaskLogWriterConsumer

com.sap.it.trace.command.ExportLogCommand

Command to download the MPL, Trace and the Artifact for a particular execution scenario

  • com.sap.it.commons.command.Command<com.sap.it.trace.command.ExportLogResponse>
  • java.io.Serializable
  • com.sap.it.commons.security.AuditInformationHolder
  • com.sap.it.commons.tenant.TenantIdentifiable