Get Application Vms

Get Application Vms

Show application members

Request
URI
GET
https://vrni.example.com/api/ni/groups/applications/{id}/members/vms
COPY
Path Parameters
string
id
Required

The Entity ID of object requestion information on


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns ApplicationMembers of type(s) application/json
{
    "results": [
        {
            "entity_id": "string",
            "entity_type": "string",
            "vendor_infos": [
                {
                    "vendor_ids": [
                        {
                            "id_type": "string",
                            "id_value": "string"
                        }
                    ],
                    "manager": {
                        "entity_id": "string",
                        "entity_type": "VirtualMachine"
                    }
                }
            ]
        }
    ],
    "cursor": "string"
}
results
Optional

results

string
cursor
Optional

cursor


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