action ix_api_pops_list { label: "pops_list" description: "List all PoPs" provider: ix_api method: GET path: "/pops" encoding: json input: { type: "object" properties: { capability_media_type: { type: "string" } capability_speed: { type: "integer" } capability_speed__gt: { type: "integer" } capability_speed__gte: { type: "integer" } capability_speed__lt: { type: "integer" } capability_speed__lte: { type: "integer" } facility: { type: "string" } id: { type: "array" items: { type: "string" } } metro_area_network: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }