详情页标题前

阿里云大数据开发治理平台 DataWorksCreateMetaCategory-云淘科技

详情页1

调用CreateMetaCategory创建类目

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String CreateMetaCategory

系统规定参数。取值:CreateMetaCategory

Name String category_name

类目的名称。

Comment String category 1

类目的备注信息。

ParentId Long 0

父类目的ID。

返回数据

名称 类型 示例值 描述
HttpStatusCode Integer 200

HTTP状态码。

ErrorMessage String The connection does not exist.

错误信息。

RequestId String 0bc1ec92159376

请求ID。

Success Boolean true

请求是否成功。

ErrorCode String Invalid.Tenant.ConnectionNotExists

错误码。

Data Object

类目信息。

CategoryId Long 223

类目的ID。

示例

请求示例

http(s)://[Endpoint]/?Action=CreateMetaCategory
&Name=category_name
&Comment=category 1
&ParentId=0
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml


    200
    The connection does not exist.
    0bc1ec92159376
    true
    Invalid.Tenant.ConnectionNotExists
    
        223
    

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "HttpStatusCode" : 200,
  "ErrorMessage" : "The connection does not exist.",
  "RequestId" : "0bc1ec92159376",
  "Success" : true,
  "ErrorCode" : "Invalid.Tenant.ConnectionNotExists",
  "Data" : {
    "CategoryId" : 223
  }
}

错误码

HttpCode 错误码 错误信息 描述
400 Invalid.Meta.TableNotExist The table does not exist. 表不存在。
400 InvalidParameter.Meta.CommonError The specified parameter is invalid. 请求参数错误。
400 InvalidParameter.Meta.Illegal The app guid parameter is invalid. App参数错误。
400 InvalidParameter.Meta.IllegalDate The date format is invalid. 日期格式错误。
400 InvalidParameter.Meta.IllegalPageError The parameter for paging is invalid. 分页信息错误。
400 InvalidParameter.Meta.NotExist The object does not exist. 数据不存在。
400 Invalid.Meta.CategoryIllegalDepth A category can contain a maximum of 4 levels. 类目层级超过4级。
400 Invalid.Meta.CategoryNameDuplicate The category name is duplicated at this level. 同一层级下,类目名称重复。
403 Forbidden.Meta.NoTenant The user is not the owner of any tenants. 当前的用户不是任何租户的所有者。
403 Invalid.Meta.CategoryForbidden Failed to delete the category. The current category is associated with a table and cannot be operated. 类目删除失败,当前类目存在关联表,不能进行操作。
403 Invalid.Meta.CategoryIllegalTenant The tenant ID is different in the parent and child categories. 父子类目的租户ID不一致。
429 Throttling.Api The request for this resource has exceeded your available limit. 对该资源的请求已超过您的可用上限。
429 Throttling.Api.Risk The request for this resource has exceeded your daily available limit. 对该资源的请求已超过您的每日可用上限。
429 Throttling.System The DataWorks system is busy. Try again later. DataWorks系统繁忙,请稍后再试。
429 Throttling.User Your request is too frequent. Try again later. 您的请求过于频繁,请尝试放缓请求速度。
500 InternalError.System An internal system error occurred. Try again later. 系统内部错误,请稍后再试。
500 InternalError.UserId.Missing An internal system error occurred. Try again later. 系统内部错误,请稍后再试。
500 InternalError.Meta.NoCalcEngine An error occurred while retrieving the compute engine based on the MaxCompute project. 根据MaxCompute项目{0}获取计算引擎失败。
500 InternalError.Meta.TenantTimeOut Failed to connect to the interface network. 接口网络不通。
500 InternalError.Meta.Unknown An unknown error occurred while processing your request. 未知错误。
500 Invalid.Meta.CategoryRelationDuplicate” The table is already bound to the category. 类目已经关联该表。

访问错误中心查看更多错误码。

CreateMetaCategory接口的使用示例Demo请参见DataWorks OpenAPI示例。

内容没看懂? 不太想学习?想快速解决? 有偿解决: 联系专家

阿里云企业补贴进行中: 马上申请

腾讯云限时活动1折起,即将结束: 马上收藏

同尘科技为腾讯云授权服务中心。

购买腾讯云产品享受折上折,更有现金返利:同意关联,立享优惠

转转请注明出处:https://www.yunxiaoer.com/171027.html

(0)
上一篇 2023年12月10日
下一篇 2023年12月10日
详情页2

相关推荐

  • 阿里云日志服务SLSDeleteIndex-云淘科技

    调用DeleteIndex接口删除指定Logstore的索引。 接口说明 Host由Project名称和日志服务Endpoint构成,您需要在Host中指定Project。 已创建并获取AccessKey。更多信息,请参见访问密钥。 阿里云账号AccessKey拥有所有API的访问权限,风险很高。强烈建议您创建并使用RAM用户进行API访问或日常运维。RAM…

    阿里云日志服务SLS 2023年12月10日
  • 阿里云日志服务SLS指标说明-云淘科技

    本文介绍基于Kubernetes Ingress访问日志提取的指标详情,包括全局指标、host维度指标和status维度指标。 本文涉及的指标遵循时序数据格式,支持使用PromQL或SQL进行查询分析。更多信息,请参见时序数据查询分析简介。 全局指标 全局指标信息如下表所示。 指标 说明 pv 总访问次数 body_bytes_sent_avg 发送给客户端…

    阿里云日志服务SLS 2023年12月10日
  • 阿里云云原生大数据计算服务 MaxCompute使用资源示例-云淘科技

    本文为您介绍MapReduce的使用资源示例。 测试准备 准备好测试程序的Jar包,假设名字为mapreduce-examples.jar,本地存放路径为data\resources。 在MaxCompute客户端中执行如下操作,准备好测试表和资源。 创建测试表。 create table mr_upload_src(key bigint, value st…

  • 阿里云容器服务ACKAGS命令行帮助-云淘科技

    AGS 是阿里云基因服务的通用命令行工具, 目前主要集成 argo 功能并且适配阿里云各个产品的 addon功能命令。 AGS 下载和安装 AGS 默认使用阿里云ak调用各个服务,目前集成了阿里云日志服务用于收集Pod日志。使用此功能请在集群创建的时候选择开启日志服务。 执行如下命令,下载 AGS 工具并配置运行权限。 wget http://ags-hub…

    阿里云容器服务 2023年12月10日
  • 信息流广告,信息流部分建议宽度830px,只针对默认列表样式,顺序随机
  • 阿里云RDS数据库DescribeDBInstanceIPArrayList – 查看RDS实例IP白名单-云淘科技

    该接口用于查询RDS实例的IP白名单。 接口说明 适用引擎 RDS MySQL RDS PostgreSQL RDS SQL Server RDS MariaDB 调试 您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。 调试调试授权信息下表是API对应的授…

    阿里云数据库 2023年12月9日

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信
本站为广大会员提供阿里云、腾讯云、华为云、百度云等一线大厂的购买,续费优惠,保证底价,买贵退差。