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

Get Names

Description

Get names for entities.Limit of 1000 entities in a single request.

Request

Request

URL

URL


post
https://vrni.example.com/api/ni/entities/names
Copy

Request Body

Request Body

NamesRequest of type(s) application/json Required

Names Request

{
	"entities": [
		{
			"entity_id": "string",
			"time": 0
		}
	]
}
array of NameRequestParam
entities Optional
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns NamesResponse of type(s) application/json
{
	"entities": [
		{
			"entity_id": "string",
			"entity_type": "VirtualMachine",
			"name": "string",
			"time": 0
		}
	]
}
array of EntityName
entities Optional
Errors

Errors

401

Unauthorized


500

Internal Error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"entities":[{"entity_id":"string","time":0}]}' https://vrni.example.com/api/ni/entities/names


Feedback

Was this page helpful?