获取项目列表
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | ListProjects | 要执行的操作,取值:ListProjects |
Version | String | 是 | 2021-08-01 | API的版本,取值:2021-08-01 |
Query | String | 否 | project | 对项目名进行模糊查询 |
WithParentProject | Integer | 否 | 1 | 是否获取父集项目,默认为0,取值:
|
Limit | Integer | 否 | 10 | 分页大小,默认10 |
Offset | Integer | 否 | 0 | 页码偏移,默认0 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Limit | Integer | 10 | 分页大小 |
Offset | Integer | 0 | 偏移大小 |
Total | Integer | 100 | 总数 |
Projects | Array of Project | { | 项目信息 |
http://iam.volcengineapi.com/?Action=ListProjects &Version=2021-08-01 &Limit=1 &Offset=1 &WithParentProject=1
{ "ResponseMetadata": { "RequestId": "20230131190019DAD5E1C202FD43BEDE74", "Action": "ListProjects", "Version": "2021-08-01", "Service": "iam", "Region": "cn-north-1" }, "Result": { "Projects": [ { "AccountID": 2100245449, "ProjectName": "project-name", "ParentProjectName": "", "Path": "/project-name/", "DisplayName": "display-name", "Description": "demo", "CreateDate": "20221228T085849Z", "UpdateDate": "20230105T064809Z", "Status": "active", "HasPermission": true } ], "Limit": 1, "Offset": 1, "Total": 5 } }
您可访问公共错误码,获取更多错误码信息。