ApiConnectorsCliExecutions
Execute one exact connector operation from the CLI
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/connectors/cli/executions" \ -H "Content-Type: application/json" \ -d '{ "agentId": "string", "connectionId": "string", "operationRevisionId": "string", "arguments": { "property1": null, "property2": null } }'{ "logicalOperationId": "string", "attemptCount": 1, "result": { "status": "success", "data": null }}