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

/security

In this article

    Represents a security resource. The security resource provides access to Veeam Backup Enterprise Manager security settings and allows the client to manage roles used in Veeam Backup Enterprise Manager.

    Resource URL

    http://<Enterprise-Manager>:9399/api/security

    Related Resources

    Methods

    The following methods are supported for the /security resource:

    (GET) /security

    Resource Representation

    The /security resource has a resource representation of the following type:

    <EnterpriseSecuritySettings xmlns="http://www.veeam.com/ent/v1.0" Href="http://localhost:9399/api/security">
     <Links>
       <Link Rel="Down" Type="EnterpriseAccountReferenceList" Href="http://localhost:9399/api/security/accounts" />
       <Link Rel="Down" Type="EnterpriseRoleReferenceList" Href="http://localhost:9399/api/security/roles" />
       <Link Rel="Create" Href="http://localhost:9399/api/security/accounts" />
       <Link Rel="Start" Href="http://localhost:9399/api/security/accounts?action=rebuildScope" />
     </Links>
    </EnterpriseSecuritySettings>