action ix_api_network_service_configs_read { label: "network_service_configs_read" description: "Get a `network-service-config`" provider: ix_api method: GET path: "/network-service-configs/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { description: "Polymorphic Network Service Config" type: "object" } }