Skip to main content
Delphix

Determine Ownership of a SelfService Container Using The CLI (KBA8808)

 

 

KBA

KBA# 8808

Applicable Delphix Versions

Click here to view the versions of the Delphix engine to which this article applies
Major Release All Sub Releases
6.0

6.0.0.0, 6.0.1.0, 6.0.1.1, 6.0.2.0, 6.0.2.1, 6.0.3.0, 6.0.3.1, 6.0.4.0, 6.0.4.1, 6.0.4.2, 6.0.5.0, 6.0.6.0, 6.0.6.1, 6.0.7.0, 6.0.8.0, 6.0.8.1, 6.0.9.0, 6.0.10.0, 6.0.10.1, 6.0.11.0, 6.0.12.0, 6.0.12.1

5.3

5.3.0.0, 5.3.0.1, 5.3.0.2, 5.3.0.3, 5.3.1.0, 5.3.1.1, 5.3.1.2, 5.3.2.0, 5.3.3.0, 5.3.3.1, 5.3.4.0, 5.3.5.0, 5.3.6.0, 5.3.7.0, 5.3.7.1, 5.3.8.0, 5.3.8.1, 5.3.9.0

5.2

5.2.2.0, 5.2.2.1, 5.2.3.0, 5.2.4.0, 5.2.5.0, 5.2.5.1, 5.2.6.0, 5.2.6.1

5.1

5.1.0.0, 5.1.1.0, 5.1.2.0, 5.1.3.0, 5.1.4.0, 5.1.5.0, 5.1.5.1, 5.1.6.0, 5.1.7.0, 5.1.8.0, 5.1.8.1, 5.1.9.0, 5.1.10.0

5.0

5.0.1.0, 5.0.1.1, 5.0.2.0, 5.0.2.1, 5.0.2.2, 5.0.2.3, 5.0.3.0, 5.0.3.1, 5.0.4.0, 5.0.4.1, 5.0.5.0, 5.0.5.1, 5.0.5.2, 5.0.5.3, 5.0.5.4

How to List the Users Who Have Shared Ownership of a Self Service Container

The purpose of this article is to provide a process for obtaining a list of users who have shared ownership of a Self Service container.  This is provided through the Delphix GUI however the same information may also be required in a format that can be used for reporting purposes.

Generating a list of users participating in shared ownership of a Self Service Container

Complete the following procedure to list shared ownership of a Self Service container.

  1. Log in to the Delphix Administration Command Line Interface as a user with administrative privileges in the Continuous Data Engine (formerly virtualization engine).
  2. Use the authorizations object to list all authorizations.
dlpx60110> authorization 
dlpx60110 authorization> ls
Objects
REFERENCE         USER   ROLE               TARGET         
AUTHORIZATION-3   admin  OWNER              admin
AUTHORIZATION-4   admin  OWNER              domain0
AUTHORIZATION-5   plb1   OWNER              plb1
AUTHORIZATION-6   plb1   Self-Service User  plb1
AUTHORIZATION-7   plb2   OWNER              plb2
AUTHORIZATION-8   plb2   Self-Service User  plb2
AUTHORIZATION-9   plb1   Self-Service User  V_SS_Container1
AUTHORIZATION-10  plb1   PROVISIONER        Data_TPL_1
AUTHORIZATION-11  plb2   Self-Service User  V_SS_Container1
AUTHORIZATION-12  plb2   PROVISIONER        Data_TPL_1
  1. To list only a subset of the information available and shared owners of a specific Self Service container (TARGET).
dlpx60110 authorization> list display=target,user,role target=V_SS_Container1
TARGET           USER  ROLE             
V_SS_Container1  plb1  Self-Service User
V_SS_Container1  plb2  Self-Service User

 

 

Related Articles

The following articles may provide more information or related information to this article:

  • N/A