Help Center/ DataArts Fabric/ User Guide/ Preparations/ Creating an Access Client
Updated on 2025-07-08 GMT+08:00

Creating an Access Client

After creating an access client, you can access DataArtsFabric service APIs with a private domain name or the IP address using the VPC endpoint service.

Prerequisites

  • You have a valid Huawei Cloud account.
  • The current account already has sufficient quotas for resources such as VPCEP and DNS private domain names. If the creation fails, the client is automatically rolled back and deleted, and related resources are reclaimed.

Procedure

Creating a client will incur fees. The actual fees are subject to the bill. For details, see Billing Modes.

  1. Log in to DataArtsFabric Workspace Management Console. Choose Access Management. On the displayed client list tab page, click Create Client.
  2. On the Create Client page, enter Client Name, select VPC and Subnet, select I have read, understood, and agreed to the above content, and click OK.
    Table 1 Parameters for creating a client

    Parameter

    Description

    Client Name

    Custom client name, which can contain only letters, numbers, underscores (_), and hyphens (-), with a length of 4 to 32 characters.

    VPC

    Select VPC in the drop-down list. For details about how to create a VPC, see Creating a VPC with a Subnet.

    Subnet

    Select the subnet in the drop-down list. For details about how to create a subnet, see Creating a VPC with a Subnet.

    When the Status of the client changes to Running, the client is created.

  3. Click the client name. On the displayed client details page, you can view the domain name and IP address of the access connection list.

    When accessing the service with the domain name or IP address, set HOST in the request header to the domain name.

    • Calling with the domain name:
      curl -kv https://fabric-ep.{region}.myhuaweicloud.com/healthcheck -H "host:fabric-ep.{region}.myhuaweicloud.com"
    • Calling with the IP address:
      curl -kv https://192.168.0.200/healthcheck -H "host:fabric-ep.{region}.myhuaweicloud.com"