调用DescribeRoutineUserInfo获取阿里云账号绑定的相关信息(绑定的subdomain,以及创建的routine列表)。
接口说明
说明
API 调用频率:100 次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
dcdn:DescribeRoutineUserInfo |
get |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
当前API无需请求参数
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
Content |
object |
接口返回的内容。 |
绑定的Subdomain和Routine列表 |
RequestId |
string |
请求 ID。 |
691DEEE5-4BDB-47F3-930E-F57176427717 |
Content 参数
名称 | 类型 | 示例值 | 描述 |
Routines | Array | 各个 Routine 的基本信息。 | |
ㄴRoutineName | String | test | Routine 名称。 |
ㄴDescription | String | the description of this routine | Routine 描述。 |
ㄴCreationTime | String | 2021/5/20 16:00 | Routine 创建时间。 |
Subdomains | Array | subdomain-slc2 | 当前用户的子域 Subdomain。 |
示例
正常返回示例
JSON
格式
{
"Content": {
"test": "test",
"test2": 1
},
"RequestId": "691DEEE5-4BDB-47F3-930E-F57176427717"
}
错误码
HTTP status code |
错误码 |
错误信息 |
描述 |
---|---|---|---|
400 | EdgeRoutine.GeneralError | A server error occurred: %s | 后端服务器发生错误:%s 。如果重试多次依然报错,请提交工单。 |
403 | %sServiceNotFound | The [%s] service is not activated. | 服务没有开通。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?