文档中心 > DescribeProjects
DescribeProjects

最近更新时间:2023-07-24

请求方法:GET

接口描述:使用DescribeProjects获取云主机可加入的项目列表。

请求参数

Param

名称

类型

是否必选

描述

Action

String

要执行的操作。取值DescribeProjects

OperateCode

String

操作代码。取值RunEcs

返回参数

名称

类型

示例

描述


code

String

0

接口调用返回码

msg

String

null

接口调用信息

auth

Boolean

true

用戶是否认证

status

Boolean

true

返回状态

res

Array


返回数据

+resource_project_id

String

1465868413850091520

项目ID

+resource_project_name

String

测试项目

项目名称

示例

请求示例

GET https://api.unicloud.com/compute/ecs/instances?
Action=DescribeProjects
&OperateCode=RunEcs
&公共请求参数


返回示例

JSON格式

{

  "status": true,

  "auth": true,

  "code": "0",

  "res": [

    {

      "resource_project_id": "1465868413850091520",

      "resource_project_name": "测试项目"

    }

  ],

  "msg": null

}