API Guide

VLAN ID of the network, two SVI IP addresses for leaf/spine switches which are in VLTLINK pair 3, and VRRP
virtual IP which is the host network gateway IP.
Parameters
Table 41. API parameters
Filter name Description
fabric-intent-id
string
(path)
Unique identifier of the fabric intent. For example:
41:51776562459279527
body For example:
{
"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":
"2:51771176554102825",
"switch_id_2":
"2:51771176554692670"
}
],
"vlan_id": "100",
"name": "100",
"description": null
}
Responses 201 — New entity created successfully
{
"new_object_id": "46:51776822585327789",
"id": "host_network_create_success",
"message": "Host Network Created Successfully",
"messageParams": [
"string"
],
"messages": [
{
"id": "host_network_create_success",
"message": "Host Network Created Successfully",
"field_name": null,
"messageParams": [
"string"
]
}
]
}
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",
84
Host-networks