action ix_api_ips_read { label: "ips_read" description: "Get a single ip addresses by it's id." provider: ix_api method: GET path: "/ips/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }