action ix_api_ips_create { label: "ips_create" description: "Add an ip host address or network prefix." provider: ix_api method: POST path: "/ips" encoding: json input: { type: "object" } output: { type: "object" } }