Data - Retrieve Entity Name
Retrieves entity name for the specified entity ID.
GET http://<Servername>/OperationsManager/data/entity/{entityId}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
entity
|
path | True |
string |
Specify the entity ID. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
string |
OK.Successfully retrieved entity name for the specified entity ID. Media Types: "application/json", "text/json", "application/xml", "text/xml" |
Examples
RetrieveEntityName
Sample request
GET http://<Servername>/OperationsManager/data/entity/93CB6AF4-3E3D-53F6-06A7-04A469197A9C
Sample response
[
"Operations Database"
]