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

Get IP Tag

Description

Show IP tag details with member IP addresses and subnets

Request

Request

URL

URL


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

Path Parameters

Path Parameters

string
tag-id Required

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns IpTag of type(s) application/json
{
	"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
Errors

Errors

401

Unauthorized


404

Not Found


500

Internal Error

Code Samples

Code Samples

cURL Command

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


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

Was this page helpful?