In the context set the "execTimeout"; -> set large timeout if your SLS file will take large time to finish executing (in milliseconds). In the context set the "applyTo" to "minion1" //to the minions or VNFCs you want to apply the SLS file to. "applyTo" can be empty or set to "*" is the SLS has to be applied to all the minions or VNFCs. In this case, params that will hold the command execution result for DG access in Key: Result code at: org.onap.appc.adapter.saltstack.result.code (On success: This will be 200, this means the command was executed successfully and also configuration change made using the SLS file was also successful) Message at: org.onap.appc.adapter.saltstack.message Both user inputted/auto generated req Id at: org.onap.appc.adapter.saltstack.Id The result code here will be the execution of configuration SLS file on the server.