action ix_api_network_service_configs_create { label: "network_service_configs_create" description: "Create a `network-service-config`." provider: ix_api method: POST path: "/network-service-configs" encoding: json input: { description: "Polymorhic Network Service Config Request" type: "object" } output: { description: "Polymorphic Network Service Config" type: "object" } }