action ix_api_network_features_list { label: "network_features_list" description: "List available network features." provider: ix_api method: GET path: "/network-features" encoding: json input: { type: "object" properties: { id: { type: "array" items: { type: "string" } } name: { type: "string" } network_service: { type: "string" } required: { type: "string" } type: { type: "string" enum: ["route_server"] } } additionalProperties: false } output: { type: "array" items: { description: "Polymorphic Network Feature" type: "object" } } }