Layer7 API Management

 View Only

 How to set the passphrase when I import bundle using "bootstrapping the Graphman bundles"

Sylvain RICHARD's profile image
Sylvain RICHARD posted May 06, 2025 09:26 AM

On a 11.1.1 Gateway.
I use bootstrapping the Graphman based bundles. Graphman Management API

I put the json files in the folder /opt/SecureSpan/Gateway/node/default/etc/bootstrap/bundle, then I can import bundles at start of the ssg.

How can I set the passphrase to import a bundle with encrypted value? (like secrets)

(corresponding to the "x-l7-passphrase" header with the Graphman API)

thanks

Sylvain

Raju Gurram's profile image
Broadcom Employee Raju Gurram

Use the below system property for specifying the custom passphrase for bootstrapping the graphman bundles containing secrets

System Property: com.l7tech.bootstrap.graphmanBundles.passphrase
Value: plaintext or encrypted with cluster passphrase itself
For other related system properties, please refer to https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-api-management/api-gateway/11-1/apis-and-toolkits/graphman-management-api.html#concept.dita_d3303fde-e786-4fd4-b0b6-e3a28fd60a82_systemproperties

Sylvain RICHARD's profile image
Sylvain RICHARD
I tried it but it doesn't work. The passphrase appears not to be used.
 
I added the property in the /opt/SecureSpan/Gateway/node/default/etc/conf/system.properties
...
# Uncomment the configuration below if FIPS is enabled and SSL is required to connect to the Gateway database to access
# keystore and policies, etc. This configuration is specific to the CCJ 3.0.2.1 FIPS module.
#jdk.tls.namedGroups=secp256r1, secp384r1, secp521r1, ffdhe2048, ffdhe3072, ffdhe4096, ffdhe6144, ffdhe8192
 
 
com.l7tech.bootstrap.graphmanBundles.passphrase=test
EOF
 
The secret in file /opt/SecureSpan/Gateway/node/default/etc/bootstrap/bundle/aa.json can be installed with this passphrase. Already tested the import with "x-l7-passphrase" header with the Graphman API.
cat aa.json
{
    "secrets": [{
                "name": "test_bundle_aa",
                "description": "test bundle",
                "secret": "JEw3RXYwMyT0YlaHkYsE2Uz0uUObTNNC/tPJQ9f9a50ufvwaI7A8rw==",
                "secretType": "PASSWORD",
                "variableReferencable": true
    }]
}
EOF
 
After restarting the ssg.
systemctl restart ssg
 
in /opt/SecureSpan/Gateway/node/default/var/logs/ssg_0_0.log
2025-05-15T11:54:10.913+0000 INFO    1  com.l7tech.server.boot.GatewayBoot: Starting Layer7 API Gateway 11.1.1 build 18484, built 20240801015801 by root at baa7cbc0f766
2025-05-15T11:54:11.350+0000 INFO    1  com.l7tech.server.boot.GatewayBoot: Database type: mysql
2025-05-15T11:54:11.352+0000 INFO    1  com.l7tech.server.boot.GatewayBoot: Starting gateway in TRADITIONAL mode
2025-05-15T11:54:11.354+0000 INFO    1  com.l7tech.server.boot.GatewayBoot: Enabled component: [com/l7tech/server/resources/uddiRuntimeContext.xml, com/l7tech/server/resources/uddiAdminContext.xml, com/l7tech/server/resources/databaseReplicationMonitorRuntimeContext.xml, c
om/l7tech/server/resources/databaseReplicationMonitorAdminContext.xml, com/l7tech/server/resources/processControllerRuntimeContext.xml, com/l7tech/server/resources/processControllerAdminContext.xml]
2025-05-15T11:54:12.310+0000 CONFIG  1  com.l7tech.server.SystemProperties: Setting system property org.apache.xml.security.ignoreLineBreaks=true
2025-05-15T11:54:12.311+0000 CONFIG  1  com.l7tech.server.SystemProperties: Setting system property javax.net.ssl.trustStoreType=jks
2025-05-15T11:54:12.312+0000 CONFIG  1  com.l7tech.server.SystemProperties: Setting system property com.l7tech.bootstrap.graphmanBundles.passphrase=test
2025-05-15T11:54:12.312+0000 CONFIG  1  com.l7tech.server.SystemProperties: Setting system property skipDDPKIProvider=true
2025-05-15T11:54:12.313+0000 CONFIG  1  com.l7tech.server.SystemProperties: Setting system property com.l7tech.server.extension.sharedCounterProvider=ssgdb
2025-05-15T11:54:12.314+0000 CONFIG  1  com.l7tech.server.SystemProperties: Setting system property com.l7tech.server.extension.sharedClusterInfoProvider=ssgdb
2025-05-15T11:54:12.314+0000 CONFIG  1  com.l7tech.server.SystemProperties: Setting system property com.l7tech.server.log.syslog.maxLength=1048576
...
2025-05-15T11:54:31.069+0000 INFO    45  com.l7tech.server.transport.http.HttpNamespaceFilter: Router mappings = '[/ssg/soap, /ssg/servlet/soap]'
2025-05-15T11:54:31.070+0000 INFO    45  com.l7tech.server.transport.http.HttpNamespaceFilter: Router servlet name = 'SoapMessageProcessingServlet'
2025-05-15T11:54:33.239+0000 INFO    1  com.l7tech.server.service.GraphmanBundleProcessor: bootstrapping GRAPHMAN bundle: /opt/SecureSpan/Gateway/node/default/etc/bootstrap/bundle/aa.json
2025-05-15T11:54:33.255+0000 INFO    1  com.l7tech.server.admin.AdminSessionManager: Enabling Internal Identity Provider for admin logins
2025-05-15T11:54:33.319+0000 INFO    1  com.l7tech.external.assertions.gatewaygraphql.server.util.AssertionGraphQLSchemaFactory: Transforming the GraphQL mutation operation installBundle/installBundleEntities
2025-05-15T11:54:33.479+0000 INFO    1  com.l7tech.external.assertions.gatewaygraphql.server.resolver.mutation.SecretMutationResolver: Error creating or updating SECURE_PASSWORD entity, Cannot decode the payload
2025-05-15T11:54:33.666+0000 WARNING 1  com.l7tech.external.assertions.gatewaygraphql.server.ServerGatewayGraphQLAssertion: Rolling back the operation-level transaction
2025-05-15T11:54:33.678+0000 INFO    1  com.l7tech.server.service.GraphmanBundleProcessor: Mutation response from GRAPHMAN: result=<class com.l7tech.policy.assertion.AssertionStatus: 0=FINE:No Error> httpStatus=200 body:
{"data":{"setServerModuleFiles":{"detailedStatus":[]},"setClusterProperties":{"detailedStatus":[]},"setServiceResolutionConfigs":{"detailedStatus":[]},"setPasswordPolicies":{"detailedStatus":[]},"setAdministrativeUserAccountProperties":{"detailedStatus":[]},"setFolders":{"detailedStatus":[]},"setRevocationCheckPolicies":{"detailedStatus":[]},"setTrustedCerts":{"detailedStatus":[]},"setSecrets":{"detailedStatus":[{"action":"NEW_OR_UPDATE","status":"ERROR","description":"Error creating or updating SECURE_PASSWORD entity, Cannot decode the payload","source":[{"name":"name","value":"test_bundle_aa"}]}]},"setHttpConfigurations":{"detailedStatus":[]},"setCustomKeyValues":{"detailedStatus":[]},"setSchemas":{"detailedStatus":[]},"setDtds":{"detailedStatus":[]},"setJdbcConnections":{"detailedStatus":[]},"setInternalIdps":{"detailedStatus":[]},"setFederatedIdps":{"detailedStatus":[]},"setLdapIdps":{"detailedStatus":[]},"setSimpleLdapIdps":{"detailedStatus":[]},"setFips":{"detailedStatus":[]},"setLdaps":{"detailedStatus":[]},"setFederatedGroups":{"detailedStatus":[]},"setFipGroups":{"detailedStatus":[]},"setInternalGroups":{"detailedStatus":[]},"setFederatedUsers":{"detailedStatus":[]},"setFipUsers":{"detailedStatus":[]},"setInternalUsers":{"detailedStatus":[]},"setCassandraConnections":{"detailedStatus":[]},"setSMConfigs":{"detailedStatus":[]},"setPolicies":{"detailedStatus":[]},"setPolicyFragments":{"detailedStatus":[]},"setEncassConfigs":{"detailedStatus":[]},"setGlobalPolicies":{"detailedStatus":[]},"setBackgroundTaskPolicies":{"detailedStatus":[]},"setServices":{"detailedStatus":[]},"setWebApiServices":{"detailedStatus":[]},"setSoapServices":{"detailedStatus":[]},"setInternalWebApiServices":{"detailedStatus":[]},"setInternalSoapServices":{"detailedStatus":[]},"setPolicyBackedIdps":{"detailedStatus":[]},"setJmsDestinations":{"detailedStatus":[]},"setEmailListeners":{"detailedStatus":[]},"setListenPorts":{"detailedStatus":[]},"setActiveConnectors":{"detailedStatus":[]},"setScheduledTasks":{"detailedStatus":[]},"setLogSinks":{"detailedStatus":[]},"setGenericEntities":{"detailedStatus":[]},"setRoles":{"detailedStatus":[]},"setAuditConfigurations":{"detailedStatus":[]},"setKeys":{"detailedStatus":[]}},"errors":[{"message":"Rolled back the transaction due to errors"}]}
2025-05-15T11:54:33.680+0000 WARNING 1  com.l7tech.server.boot.GatewayMain: Error starting server : Fatal error encountered while bootstrapping the GRAPHMAN bundles
2025-05-15T11:54:33.681+0000 INFO    1  STDERR: com.l7tech.server.service.MigrationBundleBootstrapService$BundleInstallFailedRuntimeException: Fatal error encountered while bootstrapping the GRAPHMAN bundles
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at com.l7tech.server.service.MigrationBundleBootstrapService.d(Unknown Source)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at com.l7tech.server.service.MigrationBundleBootstrapService.onApplicationEvent(Unknown Source)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at com.l7tech.server.util.q.onApplicationEvent(Unknown Source)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:178)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:171)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:145)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:430)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:387)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at com.l7tech.policy.AssertionRegistry.publishEvent(Unknown Source)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at com.l7tech.server.policy.ServerAssertionRegistry.access$300(Unknown Source)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at com.l7tech.server.policy.aq.onScanComplete(Unknown Source)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at com.l7tech.server.policy.module.ModulesScanner.scanModules(Unknown Source)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at com.l7tech.server.policy.module.ModularAssertionsScanner.scanModules(Unknown Source)
2025-05-15T11:54:33.681+0000 INFO    1  STDERR:         at com.l7tech.server.policy.ServerAssertionRegistry.b(Unknown Source)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at com.l7tech.server.policy.ServerAssertionRegistry.runNeededScan(Unknown Source)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at com.l7tech.server.policy.ServerAssertionRegistry.onApplicationEvent(Unknown Source)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at com.l7tech.server.policy.ai.onApplicationEvent(Unknown Source)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:178)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:171)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:145)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:430)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:387)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at com.l7tech.server.BootProcess.start(Unknown Source)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at com.l7tech.server.boot.GatewayBoot.f(Unknown Source)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at com.l7tech.server.boot.GatewayBoot.start(Unknown Source)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at com.l7tech.server.boot.GatewayBoot.runUntilShutdown(Unknown Source)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at com.l7tech.server.boot.GatewayMain.main(Unknown Source)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR: Caused by: com.l7tech.server.service.MigrationBundleBootstrapService$FatalBundleInstallFailedException: Error encountered while processing the GRAPHMAN bundle: /opt/SecureSpan/Gateway/node/default/etc/bootstrap/bundle/aa.json
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at com.l7tech.server.service.GraphmanBundleProcessor.a(Unknown Source)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at com.l7tech.server.service.GraphmanBundleProcessor.bootstrapBundles(Unknown Source)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at com.l7tech.server.service.MigrationBundleBootstrapService.lambda$bootstrapGraphmanBundles$1(Unknown Source)
2025-05-15T11:54:33.682+0000 INFO    1  STDERR:         at com.l7tech.gateway.common.spring.remoting.RemoteUtils.callWithConnectionInfo(Unknown Source)
2025-05-15T11:54:33.683+0000 INFO    1  STDERR:         at com.l7tech.server.event.c.call(Unknown Source)
2025-05-15T11:54:33.683+0000 INFO    1  STDERR:         ... 27 more
2025-05-15T11:54:33.683+0000 INFO    1  STDERR: Caused by: com.l7tech.server.service.GraphmanBundleProcessor$GraphmanBundleException: Errors detected with the GRAPHMAN bootstrapping response
2025-05-15T11:54:33.683+0000 INFO    1  STDERR:         at com.l7tech.server.service.GraphmanBundleProcessor.a(Unknown Source)
2025-05-15T11:54:33.683+0000 INFO    1  STDERR:         at com.l7tech.server.service.GraphmanBundleProcessor.b(Unknown Source)
2025-05-15T11:54:33.683+0000 INFO    1  STDERR:         ... 32 more
2025-05-15T11:54:33.684+0000 INFO    1  STDERR:
 
 
**** Unable to start the server: Error starting server : Fatal error encountered while bootstrapping the GRAPHMAN bundles
 
 
 
2025-05-15T11:54:33.688+0000 INFO    91  com.l7tech.util.ShutdownExceptionHandler: Received shutdown notification.

EOF

Raju Gurram's profile image
Broadcom Employee Raju Gurram

@Sylvain RICHARD

I tried with your secret entity and understood that your passphrase is not actually test, but base64-decode version of it. You might have misinterpreted the x-l7-passphrase header. Let me summarize it here:

x-l7-passphrase: it is a HTTP request header for carrying the base64 encoded version of your custom passphrase for encoding/decoding the secrets to/from the bundle.

com.l7tech.bootstrap.graphmanBundles.passphrase: it is a java system property for carrying the plain text version of your custom passphrase for decoding the secrets from the bootstrapped bundles.

Sylvain RICHARD's profile image
Sylvain RICHARD

thank you Gurram for the explanation.

I can see it's new in 11.1 version.

the base64 encoding of the header is not specified in the 11.0


11.1 add this comment.

Sylvain RICHARD's profile image
Sylvain RICHARD

it's works.

#the x-l7-passphrase must by encoded in base64. (export/import)
#the system.properties is in clear text.     (import)
2025-05-16T07:50:37.623+0000 INFO    1  com.l7tech.server.service.GraphmanBundleProcessor: bootstrapping GRAPHMAN bundle: /opt/SecureSpan/Gateway/node/default/etc/bootstrap/bundle/aa.json
2025-05-16T07:50:37.642+0000 INFO    1  com.l7tech.server.admin.AdminSessionManager: Enabling Internal Identity Provider for admin logins
2025-05-16T07:50:37.715+0000 INFO    1  com.l7tech.external.assertions.gatewaygraphql.server.util.AssertionGraphQLSchemaFactory: Transforming the GraphQL mutation operation installBundle/installBundleEntities
2025-05-16T07:50:37.885+0000 WARNING 1  com.l7tech.server.audit.AuditPolicyEvaluator: Failed to execute audit sink policy: A non-System audit record was generated before BootProcess was started: com.l7tech.gateway.common.audit.AdminAuditRecord: SecurePassword #3f26085b25ea5e9e7d8ae14166d552b8 (test_bundle_aa) created
2025-05-16T07:50:38.107+0000 INFO    1  com.l7tech.server.service.GraphmanBundleProcessor: Mutation response from GRAPHMAN: result=<class com.l7tech.policy.assertion.AssertionStatus: 0=FINE:No Error> httpStatus=200 body:
{"data":{"setServerModuleFiles":{"detailedStatus":[]},"setClusterProperties":{"detailedStatus":[]},"setServiceResolutionConfigs":{"detailedStatus":[]},"setPasswordPolicies":{"detailedStatus":[]},"setAdministrativeUserAccountProperties":{"detailedStatus":[]},"setFolders":{"detailedStatus":[]},"setRevocationCheckPolicies":{"detailedStatus":[]},"setTrustedCerts":{"detailedStatus":[]},"setSecrets":{"detailedStatus":[{"action":"NEW_OR_UPDATE","status":"CREATED","source":[{"name":"name","value":"test_bundle_aa"}],"target":[{"name":"goid","value":"3f26085b25ea5e9e7d8ae14166d552b8"}]}]},"setHttpConfigurations":{"detailedStatus":[]},"setCustomKeyValues":{"detailedStatus":[]},"setSchemas":{"detailedStatus":[]},"setDtds":{"detailedStatus":[]},"setJdbcConnections":{"detailedStatus":[]},"setInternalIdps":{"detailedStatus":[]},"setFederatedIdps":{"detailedStatus":[]},"setLdapIdps":{"detailedStatus":[]},"setSimpleLdapIdps":{"detailedStatus":[]},"setFips":{"detailedStatus":[]},"setLdaps":{"detailedStatus":[]},"setFederatedGroups":{"detailedStatus":[]},"setFipGroups":{"detailedStatus":[]},"setInternalGroups":{"detailedStatus":[]},"setFederatedUsers":{"detailedStatus":[]},"setFipUsers":{"detailedStatus":[]},"setInternalUsers":{"detailedStatus":[]},"setCassandraConnections":{"detailedStatus":[]},"setSMConfigs":{"detailedStatus":[]},"setPolicies":{"detailedStatus":[]},"setPolicyFragments":{"detailedStatus":[]},"setEncassConfigs":{"detailedStatus":[]},"setGlobalPolicies":{"detailedStatus":[]},"setBackgroundTaskPolicies":{"detailedStatus":[]},"setServices":{"detailedStatus":[]},"setWebApiServices":{"detailedStatus":[]},"setSoapServices":{"detailedStatus":[]},"setInternalWebApiServices":{"detailedStatus":[]},"setInternalSoapServices":{"detailedStatus":[]},"setPolicyBackedIdps":{"detailedStatus":[]},"setJmsDestinations":{"detailedStatus":[]},"setEmailListeners":{"detailedStatus":[]},"setListenPorts":{"detailedStatus":[]},"setActiveConnectors":{"detailedStatus":[]},"setScheduledTasks":{"detailedStatus":[]},"setLogSinks":{"detailedStatus":[]},"setGenericEntities":{"detailedStatus":[]},"setRoles":{"detailedStatus":[]},"setAuditConfigurations":{"detailedStatus":[]},"setKeys":{"detailedStatus":[]}}}
2025-05-16T07:50:38.114+0000 INFO    1  com.l7tech.server.BootProcess: Starting server
2025-05-16T07:50:38.114+0000 INFO    1  com.l7tech.server.BootProcess: Starting server components...
 
#next ssg restart
2025-05-16T07:59:01.034+0000 WARNING 1  com.l7tech.server.audit.AuditPolicyEvaluator: Failed to execute audit sink policy: A non-System audit record was generated before BootProcess was started: com.l7tech.gateway.common.audit.AdminAuditRecord: SecurePassword #3f26085b25ea5e9e7d8ae14166d552b8 (test_bundle_aa) updated (changed encodedPassword)
2025-05-16T07:59:01.245+0000 INFO    1  com.l7tech.server.service.GraphmanBundleProcessor: Mutation response from GRAPHMAN: result=<class com.l7tech.policy.assertion.AssertionStatus: 0=FINE:No Error> httpStatus=200 body:
{"data":{"setServerModuleFiles":{"detailedStatus":[]},"setClusterProperties":{"detailedStatus":[]},"setServiceResolutionConfigs":{"detailedStatus":[]},"setPasswordPolicies":{"detailedStatus":[]},"setAdministrativeUserAccountProperties":{"detailedStatus":[]},"setFolders":{"detailedStatus":[]},"setRevocationCheckPolicies":{"detailedStatus":[]},"setTrustedCerts":{"detailedStatus":[]},"setSecrets":{"detailedStatus":[{"action":"NEW_OR_UPDATE","status":"UPDATED","source":[{"name":"name","value":"test_bundle_aa"}],"target":[{"name":"goid","value":"3f26085b25ea5e9e7d8ae14166d552b8"}]}]},"setHttpConfigurations":{"detailedStatus":[]},"setCustomKeyValues":{"detailedStatus":[]},"setSchemas":{"detailedStatus":[]},"setDtds":{"detailedStatus":[]},"setJdbcConnections":{"detailedStatus":[]},"setInternalIdps":{"detailedStatus":[]},"setFederatedIdps":{"detailedStatus":[]},"setLdapIdps":{"detailedStatus":[]},"setSimpleLdapIdps":{"detailedStatus":[]},"setFips":{"detailedStatus":[]},"setLdaps":{"detailedStatus":[]},"setFederatedGroups":{"detailedStatus":[]},"setFipGroups":{"detailedStatus":[]},"setInternalGroups":{"detailedStatus":[]},"setFederatedUsers":{"detailedStatus":[]},"setFipUsers":{"detailedStatus":[]},"setInternalUsers":{"detailedStatus":[]},"setCassandraConnections":{"detailedStatus":[]},"setSMConfigs":{"detailedStatus":[]},"setPolicies":{"detailedStatus":[]},"setPolicyFragments":{"detailedStatus":[]},"setEncassConfigs":{"detailedStatus":[]},"setGlobalPolicies":{"detailedStatus":[]},"setBackgroundTaskPolicies":{"detailedStatus":[]},"setServices":{"detailedStatus":[]},"setWebApiServices":{"detailedStatus":[]},"setSoapServices":{"detailedStatus":[]},"setInternalWebApiServices":{"detailedStatus":[]},"setInternalSoapServices":{"detailedStatus":[]},"setPolicyBackedIdps":{"detailedStatus":[]},"setJmsDestinations":{"detailedStatus":[]},"setEmailListeners":{"detailedStatus":[]},"setListenPorts":{"detailedStatus":[]},"setActiveConnectors":{"detailedStatus":[]},"setScheduledTasks":{"detailedStatus":[]},"setLogSinks":{"detailedStatus":[]},"setGenericEntities":{"detailedStatus":[]},"setRoles":{"detailedStatus":[]},"setAuditConfigurations":{"detailedStatus":[]},"setKeys":{"detailedStatus":[]}}}

Note. I can see some curious WARNING.  => com.l7tech.server.audit.AuditPolicyEvaluator: Failed to execute audit sink policy: A non-System audit record was generated before BootProcess was started.