action ix_api_macs_list { label: "macs_list" description: "List all mac addresses managed by the authorized customer." provider: ix_api method: GET path: "/macs" encoding: json input: { type: "object" properties: { address: { type: "string" } assigned_at: { type: "string" } consuming_account: { type: "string" } external_ref: { type: "string" } id: { type: "array" items: { type: "string" } } managing_account: { type: "string" } network_service_config: { type: "string" } valid_not_after: { type: "string" } valid_not_before: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }