action ix_api_ports_list { label: "ports_list" description: "List all ports." provider: ix_api method: GET path: "/ports" encoding: json input: { type: "object" properties: { connection: { type: "string" } device: { type: "string" } external_ref: { type: "string" } id: { type: "array" items: { type: "string" } } media_type: { type: "string" } name: { type: "string" } pop: { type: "string" } speed: { type: "string" } state: { type: "string" } state__is_not: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }