更新时间:2025-02-24 GMT+08:00
分享

查询插件列表

功能介绍

查询插件列表

调用方法

请参见如何调用API

URI

GET /v2/extensions/modules

表1 Query参数

参数

是否必选

参数类型

描述

project_uuid

String

项目uuid

region_name

String

区域名

name

String

名称

productLine

String

产品线

tags

Array of strings

标签

offset

Integer

页码

limit

Integer

每页显示数

locations

Array of strings

扩展点

请求参数

响应参数

状态码:200

表2 响应Body参数

参数

参数类型

描述

error

ErrorInfo object

错误信息

result

Map<String,ExtensionModuleList>

插件的modules的具体信息集合

status

String

状态值

表3 ErrorInfo

参数

参数类型

描述

code

String

错误码

message

String

错误信息

表4 ExtensionModuleList

参数

参数类型

描述

data

Array of ExtensionModule objects

模块信息

total

Integer

modules集合长度

表5 ExtensionModule

参数

参数类型

描述

base_url

String

基础url

description

String

描述

id

Integer

id

location

String

扩展点

module_id

String

模块id

name

String

名称

properties

Object

属性信息

publisher

String

发布商

type

String

类型

version

String

版本

tags

Array of strings

标签。

url_relative

String

插件链接地址

properties_list

Array of objects

多版本属性列表

manifest_version

String

摘要版本号

请求示例

GET https://{endpoint}/v2/extensions/modules?locations=devcloud.open.endpoint&project_uuid=d8a80c69b08d471d8c438bda6fc7d74e&region_name=cn-southwest-275

响应示例

状态码

状态码

描述

200

OK

错误码

请参见错误码

相关文档