ListSharedResources_资源共享_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

本文将提供一个示例,查询您在cn-hangzhou地域共享的资源列表。返回结果显示,您只共享过 1 个资源,即在共享单元rs-6GRmdD3X****内共享过VSwitch类型的资源vsw-bp1upw03qyz8n7us9****

流控信息

请求速率为20/1(s)。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
resourcesharing:ListSharedResources
List
全部资源
*

请求参数

字段名称字段详情
ResourceOwnerstring

共享单元归属者。取值:展开详情

示例值:Self
ResourceTypestring

共享资源类型。展开详情

示例值:VSwitch参考取值来源:
    TagResources
    AcceptResourceShareInvitation
    ListResourceSharePermissions
Targetstring

资源使用者 ID 或资源所有者 ID。取值:展开详情

示例值:172050525300****参考取值来源:
    ListSharedTargets
MaxResultsinteger<int32>

单次请求返回结果的最大条数。展开详情

示例值:20
NextTokenstring

当请求的返回结果被截断时,您可以使用NextToken再次发起请求,获取从当前截断位置之后的内容。

示例值:TGlzdFJlc291cm****
ResourceShareIdsarray<string>

共享单元 ID。展开详情

示例值:rs-6GRmdD3X****子级条数 <= 20
ResourceIdsarray<string>

共享资源 ID。展开详情

示例值:vsw-bp1upw03qyz8n7us9****子级条数 <= 20

返回参数

字段名称字段详情
NextTokenstring

当请求的返回结果被截断时,您可以使用 NextToken 再次发起请求,获取从当前截断位置之后的内容。

示例值:TGlzdFJlc291cm****
RequestIdstring

请求 ID。

示例值:04677DCA-7C33-464B-8811-1B1DA3C3D197
SharedResourcesarray<object>

共享资源信息。

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
MissingParameter.ResourceOwner
You must specify ResourceOwner.诊断
400
InvalidParameter.ResourceOwner
The ResourceOwner is invalid.诊断
400
InvalidParameter.ResourceType
The ResourceType is invalid.诊断
400
InvalidParameter.MaxResults
The MaxResults is invalid.诊断
400
InvalidParameter.NextToken
The NextToken is invalid.诊断
400
InvalidParameter.NextToken.Length
The maximum length of NextToken exceeds 256 characters.诊断
400
InvalidParameter.ResourceShareIds
The ResourceShareIds is invalid.诊断
400
InvalidParameter.ResourceShareIds.Duplicate
The ResourceShareIds contains duplicate values.诊断
400
InvalidParameter.ResourceShareIds.Length
The maximum length of ResourceShareIds exceeds 5 characters.诊断
400
InvalidParameter.ResourceIds
The ResourceIds is invalid.诊断
400
InvalidParameter.ResourceIds.Duplicate
The specified ResourceId contains duplicate values.诊断
400
InvalidParameter.ResourceIds.Length
The maximum number of ResourceIds (5) is exceeded.诊断
400
InvalidParameter.Target
The Target is invalid.诊断
400
InvalidParameter
The specified parameter is invalid.诊断

变更历史

变更时间变更内容概要操作
2023-10-23
变更返回参数
2023-10-23
变更返回参数
2021-11-18
新增错误码400

相关示例