Get Application By Id

Get Application By Id

Get application summary for an entity ID. This returns the application name.

Request
URI
GET
https://{api_host}/api/ni/groups/applications/{id}
COPY
Path Parameters
string
id
Required

The Entity ID of object requestion information on

Query Parameters
boolean
fetch_member_counts
Optional

True, if member counts should be fetched.

boolean
fetch_update_status
Optional

True, if the update status of the saved application should be fetched.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Application of type(s) application/json
This response body class contains all of the following: BaseEntity , InlineApplication1
{
    "entity_id": "1000:104:12213212",
    "name": "My Name",
    "entity_type": "VirtualMachine",
    "create_time": 159724400600,
    "created_by": "admin@local",
    "last_modified_time": 159724400600,
    "last_modified_by": "[email protected]",
    "last_modified_by_service": "Ensemble",
    "tier_count": 25,
    "member_count": 500,
    "update_status": "string",
    "confidence": "Medium"
}

401

Unauthorized

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

500

Internal Error

Operation doesn't return any data structure