Get Name

Get Name

Get name of an entity

Request
URI
GET
https://vrni.example.com/api/ni/entities/names/{id}
COPY
Path Parameters
string
id
Required

The Entity ID of object requestion information on

Query Parameters
integer
time
Optional

Time in epoch seconds


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns EntityName of type(s) application/json
This response body class contains all of the following: EntityIdWithTime
{
    "entity_id": "string",
    "entity_type": "VirtualMachine",
    "time": 0,
    "name": "string"
}

401

Unauthorized

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure