action ix_api_connections_list { label: "connections_list" description: "List all `connection`s." provider: ix_api method: GET path: "/connections" encoding: json input: { type: "object" properties: { external_ref: { type: "string" } facility: { type: "string" } id: { type: "array" items: { type: "string" } } metro_area_network: { type: "string" } mode: { type: "string" } mode__is_not: { type: "string" } name: { type: "string" } pop: { type: "string" } state: { type: "string" } state__is_not: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }