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

Get IP Tag Ids

Description

Get all tag IDs e.g. EAST_WEST, INTERNET etc. These are used in the flow tags.

Request

Request

URL

URL


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

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns IpTagIdList of type(s) application/json
{
	"tag_ids": [
		"string"
	]
}
array of string
tag_ids 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-ids


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

Was this page helpful?