action ix_api_network_services_list { label: "network_services_list" description: "List available `NetworkService`s." provider: ix_api method: GET path: "/network-services" encoding: json input: { type: "object" properties: { consuming_account: { type: "string" } external_ref: { type: "string" } id: { type: "array" items: { type: "string" } } managing_account: { type: "string" } pop: { type: "string" } product_offering: { type: "string" } state: { type: "string" } state__is_not: { type: "string" } type: { type: "string" enum: ["exchange_lan", "p2p_vc", "p2mp_vc", "mp2mp_vc", "cloud_vc"] } } additionalProperties: false } output: { type: "array" items: { description: "Polymorphic Network Services" type: "object" } } }