List Inetgration Server extended settings with CCE CLI

Hi,

I’m trying to list the extended settings for an Integration Server. In the CC UI i can select ‘general properties’ in the IS configuration dropdown an there I can view the extended settings, but when I list the configuration instances for that IS, I can’t find the extended settings anywhere.

When I perform the command, I get this:

sagcom@s51lvcz:~ $ sagcc list configuration instances 101_DEVTEST_IS_B2B_ASYNC_A integrationServer-b2basync
ID                                                      Configuration Type Id           Display Name                                    URL
COMMON-PROXY-FTP                                        COMMON-PROXY                    FTP
IS-QUIESCEPORT                                          IS-QUIESCEPORT                  IS Quiesce Port ID
COMMON-JNDI-B2B_JNDI_OID                                COMMON-JNDI                     B2B_JNDI_OID
COMMON-DBFUNCTION-ProcessAudit                          COMMON-DBFUNCTION               ProcessAudit
COMMON-JDBC-B2B_ISasy                                   COMMON-JDBC                     B2B_ISasy
COMMON-DBFUNCTION-ISInternal                            COMMON-DBFUNCTION               ISInternal
COMMON-PORTS-HTTPListener_5001_WmRoot                   COMMON-PORTS                    HTTPListener@5001
IS-CONSUMER-ENDPOINTS-HTTP-NIPPIN_IM_AsyncNotification  IS-CONSUMER-ENDPOINTS           HTTP-NIPPIN_IM_AsyncNotification
COMMON-DBFUNCTION-ProcessEngine                         COMMON-DBFUNCTION               ProcessEngine
COMMON-DBFUNCTION-TN                                    COMMON-DBFUNCTION               TN
COMMON-KEYSTORES_DEFAULT_IS_KEYSTORE                    COMMON-KEYSTORES                DEFAULT_IS_KEYSTORE
IS-FILEPERMISSION_WRITE                                 IS-FILEPERMISSION               IS WmPublic File Access Control Configuration
COMMON-LOCAL-USERS-Replicator                           COMMON-LOCAL-USERS              Replicator
COMMON-COMPONENT-ENDPOINTS-local                        COMMON-COMPONENT-ENDPOINTS      local
IS-RESOURCES                                            IS-RESOURCES                    Resource Settings
COMMON-LOGGERS-Guaranteed_Delivery_Inbound              COMMON-LOGGERS                  Guaranteed Delivery Inbound Logger
COMMON-JAAS-REALMS-WSS_Transport_ProxyService           COMMON-JAAS-REALMS              WSS_Transport_ProxyService
COMMON-KEYSTORES_domain_cmcdev                          COMMON-KEYSTORES                domain_cmcdev
COMMON-LICENSE-IS-Terracotta                            COMMON-LICENSE                  License
COMMON-TRUSTSTORES_DEFAULT_IS_TRUSTSTORE                COMMON-TRUSTSTORES              DEFAULT_IS_TRUSTSTORE
COMMON-WMMESSAGING-IS_DES_CONNECTION                    COMMON-WMMESSAGING              IS_DES_CONNECTION
COMMON-DBFUNCTION-Adapters                              COMMON-DBFUNCTION               Adapters
COMMON-JAAS-REALMS-IS_Transport                         COMMON-JAAS-REALMS              IS_Transport
COMMON-JDBC-B2B_TN                                      COMMON-JDBC                     B2B_TN

Is there a way to display the settings using the CC CLI?

Thanks in advance!

Use

sagcc get configuration data <<ALIAS>> integrationServer-default IS-SYSPROPS
1 Like

Thanks!

I couldn’t find it by listing the configuration instances…

No worries, definately a bit (or two) more documentation on those structures would be very helpfull.
Looking at the instances does not help, you need to look at the types like:

sagcc list configuration types | grep -i extend