action ix_api_network_service_configs_list { label: "network_service_configs_list" description: "Get all `network-service-config`s." provider: ix_api method: GET path: "/network-service-configs" encoding: json input: { type: "object" properties: { capacity: { type: "integer" } connection: { type: "string" } consuming_account: { type: "string" } external_ref: { type: "string" } id: { type: "array" items: { type: "string" } } inner_vlan: { type: "integer" } managing_account: { type: "string" } network_service: { type: "string" } outer_vlan: { type: "integer" } 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 Service Config" type: "object" } } }