Gather information about Interconnections
- name: Gather information about all connection in a project
hosts: localhost
tasks:
- equinix.cloud.metal_connection_info:
project_id: "2a5122b9-c323-4d5c-b53c-9ad3f54273e7"
Field | Type | Required | Description |
---|---|---|---|
name |
str |
Optional | Filter connections on substring in name attribute. |
project_id |
str |
Optional | ID of the project where the connection is scoped to. |
organization_id |
str |
Optional | ID of the organization where the connection is scoped to. |
{
"id": "31d3ae8b-bd5a-41f3-a420-055211345cc7",
"metro": "am",
"name": "my_test_connection",
"project_id": "845b45a3-c565-47e5-b9b6-a86204a73d29",
"redundancy": "primary",
"speed": "50Mbps",
"type": "dedicated"
}