Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

[bug: API] Metal Gateway associated with a Vlan does not show up when fetching VirtualNetwork by ID #32

@rinzler-17

Description

@rinzler-17

Sample instance returned by VlansApi.getVirtualNetwork(vlanId)

VirtualNetwork {
    assignedTo: class Href {
        href: /metal/v1/projects/{projectId}
        additionalProperties: null
    }
    assignedToVirtualCircuit: false
    description: null
    facility: null
    href: /metal/v1/virtual-networks/{vlanId}
    id: {vlanId}
    instances: []
    metalGateway: null
    metro: class Href {
        href: /metal/v1/locations/metros/{metroId}
        additionalProperties: null
    }
    metroCode: da
    vxlan: 200
    additionalProperties: {metal_gateways={}, created_at={timestamp}, facility_code=null}
}

metalGateway is null and metal_gateways under additionalProperties is empty. Also, what is the spec of value keyed by metal_gateways inside additionalProperties?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions