action ix_api_ips_list { label: "ips_list" description: "List all ip addresses (and prefixes)." provider: ix_api method: GET path: "/ips" encoding: json input: { type: "object" properties: { consuming_account: { type: "string" } external_ref: { type: "string" } fqdn: { type: "string" } id: { type: "array" items: { type: "string" } } managing_account: { type: "string" } network_feature: { type: "string" } network_feature_config: { type: "string" } network_service: { type: "string" } network_service_config: { type: "string" } prefix_length: { type: "integer" } valid_not_after: { type: "string" } valid_not_before: { type: "string" } version: { type: "integer" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }