[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

Add IP Tag

Description

Tag IP addresses with tag-id

Request

Request

URL

URL


post
https://vrni.example.com/api/ni/settings/ip-tags/{tag-id}/add
Copy

Path Parameters

Path Parameters

string
tag-id Required

Request Body

Request Body

IpTag of type(s) application/json Required

Ip Tag

{
	"ip_address_ranges": [
		{
			"end_ip": "string",
			"start_ip": "string"
		}
	],
	"subnets": [
		"string"
	],
	"tag_id": "string"
}
array of IpAddressRange
ip_address_ranges Optional

array of string
subnets Optional

string
tag_id Optional
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

200 OK

OK

Errors

Errors

401

Unauthorized


404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"ip_address_ranges":[{"end_ip":"string","start_ip":"string"}],"subnets":["string"],"tag_id":"string"}' https://vrni.example.com/api/ni/settings/ip-tags/{tag-id}/add


[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Settings Operations
Feedback

Was this page helpful?