cURL
curl --request GET \ --url https://api.example.com/tenant/{tenant_name}/virtual_interface/all_types \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": 123, "name": "<string>", "virtual_interface_type": "bridged", "ip_addresses": [], "mtu": 9220, "administrative_state": "up", "operational_state": "up", "description": "<string>", "members": [], "system_name": "<string>", "up_members": 123, "total_members": 123, "network_segments": [], "labels": {}, "type": "Virtual Interface Tenant Bridge Domain" } ], "count": 0, "total_count": 0 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes