GoogleCloudPlatform / application-integration-management-toolkit

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.
Apache License 2.0
22 stars 16 forks source link

Connectors task param updates #183

Closed deepgoel17 closed 8 months ago

deepgoel17 commented 8 months ago

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.