Search Results for

    Show / Hide Table of Contents

    pbicli gateway

    Commands

    pbicli gateway datasource create Create a datasource at a Power BI gateway
    pbicli gateway datasource delete Deletes a datasource at a Power BI gateway
    pbicli gateway datasource list List datasources of a Power BI gateway
    pbicli gateway datasource show Get the detail of a datasource of a Power BI gateway
    pbicli gateway datasource status Get the status details of a datasource of a Power BI gateway
    pbicli gateway datasource update Update a datasource at a Power BI gateway
    pbicli gateway datasource user add Add user to a datasource of a Power BI gateway
    pbicli gateway datasource user delete Delete user from the datasource of a Power BI gateway
    pbicli gateway datasource user list Retrieve users for the datasource of a Power BI gateway
    pbicli gateway list List Power BI gateways
    pbicli gateway show Get the details of a Power BI gateway

    pbicli gateway datasource create

    Create a datasource at a Power BI gateway

    pbicli gateway datasource create [--gateway] [-g]
                                     [--datasource]
                                     [--datasource-file]
    

    Parameters

    • --gateway -g <gateway>
      Name or ID of the Power BI gateway

    • --datasource <datasource>
      String with the datasource definition in JSON format. Use @{file} to load from a file

    • --datasource-file <file>
      File with the datasource definition in JSON format. Deprecated: use --datasource @{file}

    Global Parameters

    pbicli gateway datasource delete

    Deletes a datasource at a Power BI gateway

    pbicli gateway datasource delete [--gateway] [-g]
                                     [--datasource] [-d]
    

    Parameters

    • --gateway -g <gateway>
      Name or ID of the Power BI gateway

    • --datasource -d <datasource>
      Name or ID of the datasource of the Power BI gateway

    Global Parameters

    pbicli gateway datasource list

    List datasources of a Power BI gateway

    pbicli gateway datasource list [--gateway] [-g]
    

    Parameters

    • --gateway -g <gateway>
      Name or ID of the Power BI gateway

    Global Parameters

    pbicli gateway datasource show

    Get the detail of a datasource of a Power BI gateway

    pbicli gateway datasource show [--gateway] [-g]
                                   [--datasource] [-d]
    

    Parameters

    • --gateway -g <gateway>
      Name or ID of the Power BI gateway

    • --datasource -d <datasource>
      Name or ID of the datasource of the Power BI gateway

    Global Parameters

    pbicli gateway datasource status

    Get the status details of a datasource of a Power BI gateway

    pbicli gateway datasource status [--gateway] [-g]
                                     [--datasource] [-d]
    

    Parameters

    • --gateway -g <gateway>
      Name or ID of the Power BI gateway

    • --datasource -d <datasource>
      Name or ID of the datasource of the Power BI gateway

    Global Parameters

    pbicli gateway datasource update

    Update a datasource at a Power BI gateway

    pbicli gateway datasource update [--gateway] [-g]
                                     [--datasource] [-d]
                                     [--credential]
                                     [--credential-file]
    

    Parameters

    • --gateway -g <gateway>
      Name or ID of the Power BI gateway

    • --datasource -d <datasource>
      Name or ID of the datasource of the Power BI gateway

    • --credential <credential>
      String with the datasource credential definition in JSON format. Use @{file} to load from a file

    • --credential-file <file>
      File with the datasource credential definition in JSON format. Deprecated: use --credential @{file}

    Global Parameters

    pbicli gateway datasource user add

    Add user to a datasource of a Power BI gateway

    pbicli gateway datasource user add [--gateway] [-g]
                                       [--datasource] [-d]
                                       [--email]
                                       [--identifier]
                                       [--access-right]
                                       [--principal-type]
    

    Parameters

    • --gateway -g <gateway>
      Name or ID of the Power BI gateway

    • --datasource -d <datasource>
      Name or ID of the datasource of the Power BI gateway

    • --email <email>
      Email address of the user

    • --identifier <identifier>
      Identifier of the principal

    • --access-right <right>
      Access right. Allowed values: None, Read, ReadOverrideEffectiveIdentity

    • --principal-type <type>
      Type of pricipal. Allowed values: App, User, Group, None

    Global Parameters

    pbicli gateway datasource user delete

    Delete user from the datasource of a Power BI gateway

    pbicli gateway datasource user delete [--gateway] [-g]
                                          [--datasource] [-d]
                                          [--email]
                                          [--identifier]
    

    Parameters

    • --gateway -g <gateway>
      Name or ID of the Power BI gateway

    • --datasource -d <datasource>
      Name or ID of the datasource of the Power BI gateway

    • --email <email>
      Email address of the user

    • --identifier <identifier>
      Identifier of the principal

    Global Parameters

    pbicli gateway datasource user list

    Retrieve users for the datasource of a Power BI gateway

    pbicli gateway datasource user list [--gateway] [-g]
                                        [--datasource] [-d]
    

    Parameters

    • --gateway -g <gateway>
      Name or ID of the Power BI gateway

    • --datasource -d <datasource>
      Name or ID of the datasource of the Power BI gateway

    Global Parameters

    pbicli gateway list

    List Power BI gateways

    pbicli gateway list
    

    Global Parameters

    pbicli gateway show

    Get the details of a Power BI gateway

    pbicli gateway show [--gateway] [-g]
    

    Parameters

    • --gateway -g <gateway>
      Name or ID of the Power BI gateway

    Global Parameters

    Feedback

    • Improve this Doc
    In This Article
    Back to top Generated by DocFX