Skip to content

Serialize JSON output of a Network column fails #1475

@dmbuil

Description

@dmbuil

Error

Error: 
   0: Serializing Json data list into the table failed. Try using `-o json` to still see the raw data.
   1: invalid type: boolean `true`, expected a string

Metadata

key value
version 0.8.1
command osc+network+network+list

JSON Data

[
  {
    "admin_state_up": true,
    "availability_zone_hints": [],
    "availability_zones": [],
    "created_at": "2025-10-07T21:46:34Z",
    "description": "",
    "dns_domain": "",
    "id": "6e6594ba-91f1-40cf-ae6d-384a94de8b21",
    "ipv4_address_scope": null,
    "ipv6_address_scope": null,
    "l2_adjacency": true,
    "mtu": 1442,
    "name": "test",
    "port_security_enabled": true,
    "project_id": "f8697ede6652454c938da30b60ba98a6",
    "provider:network_type": "geneve",
    "provider:physical_network": null,
    "provider:segmentation_id": 20636,
    "qos_policy_id": null,
    "revision_number": 2,
    "router:external": false,
    "shared": false,
    "status": "ACTIVE",
    "subnets": [
      "991a0f03-522c-4da9-8cfe-63eddfc52adc"
    ],
    "tags": [],
    "tenant_id": "f8697ede6652454c938da30b60ba98a6",
    "updated_at": "2025-10-07T21:46:35Z"
  }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions