DescribeRoutineUserInfo - 获取阿里云账号绑定的相关信息

更新时间:

调用DescribeRoutineUserInfo获取阿里云账号绑定的相关信息(绑定的subdomain,以及创建的routine列表)。

接口说明

说明 API 调用频率:100 次/秒。

调试

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

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
当前API无需请求参数

返回参数

名称类型描述示例值
object
Contentobject

接口返回的内容。

绑定的Subdomain和Routine列表
RequestIdstring

请求 ID。

691DEEE5-4BDB-47F3-930E-F57176427717

Content 参数

名称类型示例值描述
RoutinesArray各个 Routine 的基本信息。
ㄴRoutineNameStringtestRoutine 名称。
ㄴDescriptionStringthe description of this routineRoutine 描述。
ㄴCreationTimeString2021/5/20 16:00Routine 创建时间。
SubdomainsArraysubdomain-slc2当前用户的子域 Subdomain。

示例

正常返回示例

JSON格式

{
  "Content": {
    "test": "test",
    "test2": 1
  },
  "RequestId": "691DEEE5-4BDB-47F3-930E-F57176427717"
}

错误码

HTTP status code错误码错误信息描述
400EdgeRoutine.GeneralErrorA server error occurred: %s后端服务器发生错误:%s 。如果重试多次依然报错,请提交工单。
403%sServiceNotFoundThe [%s] service is not activated.服务没有开通。

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