云桌面 WORKSPACE-修改云办公服务属性:请求示例

时间:2024-01-11 16:10:50

请求示例

  • PUT /v2/fb2e5ec048384c8f9469d22db0037908/workspaces
    
    {
      "access_mode" : "BOTH"
    }
  • {
      "ad_domains" : {
        "domain_type" : "LOCAL_AD",
        "domain_admin_account" : "vdsadmin",
        "active_domain_ip" : "192.161.43.66",
        "standby_domain_ip" : "192.161.43.67",
        "domain_name" : "vdesktop.huawei.com",
        "domain_password" : "xxxxxxxxxx@",
        "active_domain_name" : "AD-xxx-0001.vdesktop.huawei.com",
        "active_dns_ip" : "192.161.43.66",
        "standby_domain_name" : "AD-xxx-0002.vdesktop.huawei.com",
        "standby_dns_ip" : "192.161.43.67",
        "use_ldaps" : true,
        "tls_config" : {
          "cert_pem" : "-----BEGIN CERTIFICATE-----\\nMIIDiTCCAnGgAwIBAgIQQdj2u+x1LJ9Dc34un\\n-----END CERTIFICATE"
        }
      }
    }
  • {
      "access_mode" : "DEDICATED",
      "dedicated_subnets" : "192.168.0.0/24;10.0.0.0/16"
    }
  • {
      "is_send_email" : false
    }
support.huaweicloud.com/api-workspace/UpdateWorkspace.html