action ix_api_metro_area_networks_list { label: "metro_area_networks_list" description: "List all MetroAreaNetworks" provider: ix_api method: GET path: "/metro-area-networks" encoding: json input: { type: "object" properties: { id: { type: "array" items: { type: "string" } } metro_area: { type: "string" } name: { type: "string" } service_provider: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }