API Guide

Parameters
Table 42. API parameters
Filter name Description
fabric-intent-id
string
(path)
Unique identifier of the fabric intent. For example:
41:51776562459279527
host-network-id Unique identifier of the host network object. For
example:
46:51776822585327789
Responses 200 — Response to get host network
{
"vlan_id": 100,
"type": "WORKLOAD_VLAN",
"data": [
{
"switch_id_1": "2:51771176554102825",
"switch_id_2": "2:51771176554692670",
"svi_ip_1": "10.1.1.2/24",
"svi_ip_2": "10.1.1.3/24",
"vrrp_virtual_ip": "10.1.1.1/24"
}
],
"name": "100",
"description": "",
"id": "46:51776822585327789"
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
404 — Request entity does not exist
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
86
Host-networks