GET /ovirt-engine/api/roles/123
public static interface RoleService.GetResponse extends Response
Get the role.
GET /ovirt-engine/api/roles/123
You will receive XML response like this one:
<role id="123">
<name>MyRole</name>
<description>MyRole description</description>
<link href="/ovirt-engine/api/roles/123/permits" rel="permits"/>
<administrative>true</administrative>
<mutable>false</mutable>
</role>
Modifier and Type | Method and Description |
---|---|
Role |
role()
Retrieved role.
|
Role role()
Retrieved role.
Copyright © 2020. All rights reserved.