API Guide
"messageParams": [
"string"
]
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
PUT /fabrics-intents/{fabric-intent-id}/host-
networks/{host-network-id}
Updates a specific host network object within a fabric intent using the host network ID.
API
PUT /fabrics-intents/{fabric-intent-id}/host-networks/{host-network-id}
Description This API updates a host network object identified by host-network-id within a fabric intent identified by fabric-
intent-id.
Parameters
Table 43. 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
body For example:
{
"vlan_id": 100,
"type": "WORKLOAD_VLAN",
"data": [
{
"svi_ip_1": "10.1.1.2/24",
"svi_ip_2": "10.1.1.3/24",
"vrrp_virtual_ip":
"10.1.1.1/24",
"switch_id_1":
Host-networks 87










