This tool lets you interact with Application Integration, Integration Connectors or Apigee Integration/Connector APIs. The tool lets you manage (create, del, get, list) integrations, connections etc.
In our current integration json, the Connection configuration comes under the param name config. But after config variable integration json will have two new field i.e. connectionName, operation. We don’t need to fetch the service name for the connection as well.
Additionally, we can also add logic in the integration CLI to convert the config param to connectionName and operation param.
In our current integration json, the Connection configuration comes under the param name
config
. But after config variable integration json will have two new field i.e.connectionName
,operation
. We don’t need to fetch the service name for the connection as well.Additionally, we can also add logic in the integration CLI to convert the
config
param toconnectionName
andoperation
param.