This is an archive version of the document. To get the most up-to-date information, see the current version.

/security/roles/{ID}

In this article

    Represents a Veeam Backup Enterprise Manager security role having the specified ID.

    Resource URL

    The URL of the reference resource representation:

    http://<Enterprise-Manager>:9399/api/security/roles/{ID}

    The URL of the entity resource representation:

    http://<Enterprise-Manager>:9399/api/security/roles/{ID}?format=Entity

    Related Resources

    Methods

    The following methods are supported for the /security/roles/{ID} resource:

    (GET) /security/roles/{ID}

    Resource Representation

    The /security/roles/{ID} resource has a resource representation of the following types.

    Entity reference resource representation:

    <EntityRef xmlns="http://www.veeam.com/ent/v1.0" Type="EnterpriseRoleReference" Href="http://localhost:9399/api/security/roles/f83e4c81-0815-452f-9377-9d573dd9d481" Name="Exchange Restore operator" UID="urn:veeam:EnterpriseRole:f83e4c81-0815-452f-9377-9d573dd9d481">
     <Links>
       <Link Rel="Alternate" Type="EnterpriseRole" Href="http://localhost:9399/api/security/roles/f83e4c81-0815-452f-9377-9d573dd9d481?format=Entity" />
     </Links>
    </EntityRef>

    Entity resource representation:

    <EnterpriseRole xmlns="http://www.veeam.com/ent/v1.0" Type="EnterpriseRole" Href="http://localhost:9399/api/security/roles/f83e4c81-0815-452f-9377-9d573dd9d481?format=Entity" Name="Exchange Restore operator" UID="urn:veeam:EnterpriseRole:f83e4c81-0815-452f-9377-9d573dd9d481">
     <Links>
       <Link Rel="Alternate" Type="EnterpriseRoleReference" Href="http://localhost:9399/api/security/roles/f83e4c81-0815-452f-9377-9d573dd9d481" />
     </Links>
    </EnterpriseRole>