Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
70 lines
1.4 KiB
JSON
70 lines
1.4 KiB
JSON
{
|
|
"name": "AWS ELB Get Many Load Balancers Test Workflow",
|
|
"nodes": [
|
|
{
|
|
"parameters": {},
|
|
"type": "n8n-nodes-base.manualTrigger",
|
|
"typeVersion": 1,
|
|
"position": [0, 0],
|
|
"id": "trigger-id",
|
|
"name": "When clicking 'Execute Workflow'"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"resource": "loadBalancer",
|
|
"operation": "getMany",
|
|
"returnAll": false,
|
|
"limit": 10
|
|
},
|
|
"type": "n8n-nodes-base.awsElb",
|
|
"typeVersion": 1,
|
|
"position": [200, 0],
|
|
"id": "node-id",
|
|
"name": "Get Many Load Balancers",
|
|
"credentials": {
|
|
"aws": {
|
|
"id": "credential-id",
|
|
"name": "Test AWS Credentials"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"pinData": {
|
|
"Get Many Load Balancers": [
|
|
{
|
|
"json": {
|
|
"LoadBalancerArn": "arn:aws:elasticloadbalancing:us-east-1:123456789012:loadbalancer/app/test-lb-1/1234567890123456",
|
|
"LoadBalancerName": "test-lb-1",
|
|
"Scheme": "internet-facing",
|
|
"Type": "application"
|
|
}
|
|
},
|
|
{
|
|
"json": {
|
|
"LoadBalancerArn": "arn:aws:elasticloadbalancing:us-east-1:123456789012:loadbalancer/net/test-lb-2/2345678901234567",
|
|
"LoadBalancerName": "test-lb-2",
|
|
"Scheme": "internal",
|
|
"Type": "network"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"connections": {
|
|
"When clicking 'Execute Workflow'": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Get Many Load Balancers",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"active": false,
|
|
"settings": {
|
|
"executionOrder": "v1"
|
|
}
|
|
}
|