ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver object-store-server user show

    Display object store server users

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver object-store-server user show command displays information about the object store user.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-vserver <Vserver Name>] - Vserver Name

    If you specify this parameter, the command displays information only about the object store users for the specified Vserver

    [-user <TextNoCase>] - Object Store Server User Name

    If you specify this parameter, the command displays information only for object store users that match the specified object store user name.

    [-id <integer>] - Object Store Server User ID

    If you specify this parameter, the command displays information only for object store users that match the specified user id.

    [-comment <text>] - Object Store Server User Description

    If you specify this parameter, the command displays information only for object store users that match the specified comment field.

    [-access-key <text>] - Access Key for the Object Store Server User

    If you specify this parameter, the command displays information only for object store users that match the specified access key.

    [-secret-key <text>] - Secret Key for the Object Store Server User

    If you specify this parameter, the command displays information only for object store users that match the specified secret key. This parameter is available only in advanced privilege mode.

    Examples

    The following example displays information of all object store users in admin privilege:

    cluster1::> vserver object-store-server user show
    Vserver     User            ID        Access Key          Secret Key
    ----------- --------------- --------- ------------------- -------------------
    vs1         user1           1         Fb4k9g049au0au22d0wpX7GGQ3SLayvlOCcA0ycDAPlPa95YRA8N7lzZN_69SZ77_bQ909ur9mIehz5_Jcb4VjdW9BlTXj4D5621k4_ghaiD3uEbF9_c5Q0oD7TBvx83
       Comment: testuser
    vs1         user2           2         QO2PPR_U00Y9u4qsjpK49egAs2yJ_0iZQcXPuVumpI6ybn0ca4TY7vXO8N5__072cXzTn_hU6jW9ER7bja_GDcH3D3g2w9XVB_d_S3wdd3DgI_DBZgb_YNRI9Ae_Cy34
    2 entries were displayed.

    The following example displays information of a particular object store user associated with Vserver vs1:

    cluster1::> vserver object-store-server user show -vserver vs1 -user user1
                                   Vserver Name: vs1
                  Object Store Server User Name: user1
                    Object Store Server User ID: 1
           Object Store Server User Description: testuser
    Access Key for the Object Store Server User: Fb4k9g049au0au22d0wpX7GGQ3SLayvlOCcA0ycDAPlPa95YRA8N7lzZN_69SZ77_bQ909ur9mIehz5_Jcb4VjdW9BlTXj4D5621k4_ghaiD3uEbF9_c5Q0oD7TBvx83

    The following example displays information of all object store users in advanced privilege:

    cluster1::*> vserver object-store-server user show
    Vserver     User            ID        Access Key          Secret Key
    ----------- --------------- --------- ------------------- -------------------
    vs1         user1           1         Fb4k9g049au0au22d0wpX7GGQ3SLayvlOCcA0ycDAPlPa95YRA8N7lzZN_69SZ77_bQ909ur9mIehz5_Jcb4VjdW9BlTXj4D5621k4_ghaiD3uEbF9_c5Q0oD7TBvx83
                                                              6SN5oxyz92sw1P5yc2_BH9XHnAi3XgP9Cx876NGlh5382222kL5Z92Jx2qcV795ZkwyjsBt65Dj804p64__h8D30XqY_d5kbr3jt9V_S79s1AnCB8gD2f9hKl2sbn3y3
       Comment: testuser
    vs1         user2           2         QO2PPR_U00Y9u4qsjpK49egAs2yJ_0iZQcXPuVumpI6ybn0ca4TY7vXO8N5__072cXzTn_hU6jW9ER7bja_GDcH3D3g2w9XVB_d_S3wdd3DgI_DBZgb_YNRI9Ae_Cy34
                                                              nQB2tQ1_Og_a6c0q2r4sOtK1rM9Ch9qA4arJJ8f52_n4cQWmZGrcxBWYnbIr573rb2rqPu43tmtD8BSjD9_s2Y5C_8hx1BNXM99r494p_1hzYa_Rd1Ij9S68APlCtJo0
    2 entries were displayed.

    The following example displays information of a particular object store user associated with Vserver vs1 in advanced privilege:

    cluster1::*> vserver object-store-server user show -vserver vs1 -user user1
                                   Vserver Name: vs1
                  Object Store Server User Name: user1
                    Object Store Server User ID: 1
           Object Store Server User Description: testuser
    Access Key for the Object Store Server User: Fb4k9g049au0au22d0wpX7GGQ3SLayvlOCcA0ycDAPlPa95YRA8N7lzZN_69SZ77_bQ909ur9mIehz5_Jcb4VjdW9BlTXj4D5621k4_ghaiD3uEbF9_c5Q0oD7TBvx83
    Secret Key for the Object Store Server User: 6SN5oxyz92sw1P5yc2_BH9XHnAi3XgP9Cx876NGlh5382222kL5Z92Jx2qcV795ZkwyjsBt65Dj804p64__h8D30XqY_d5kbr3jt9V_S79s1AnCB8gD2f9hKl2sbn3y3
    Top of Page