You need to enable JavaScript to run this app.
导航
GetServiceList
最近更新时间:2024.07.03 14:44:20首次发布时间:2022.11.25 11:53:32

获取服务列表。

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com?Action=GetServiceList&Version=2022-10-12
ServiceName: apmplus_openapi
Region: cn-beijing 
X-App-Ids: xxx
Content-Type: application/json

请求参数

Query

参数类型是否必选示例值描述
ActionStringGetServiceList接口名称。当前 API 的名称为 GetServiceList
VersionString2022-10-12接口版本。当前 API 的版本为 2022-10-12

返回参数

参数类型示例值描述
error_msgString""错误信息,成功为空。
error_noInteger0错误码,成功为0。
dataJSON Map-服务列表,key为服务唯一key。

Data

参数类型示例值描述
keyStringapp_monitor应用。
valueObject of ApmService-应用的key。

ApmService

参数类型示例值描述
idInteger123456应用ID。
payBooleantrue是否付费开通。
demoBooleantrue是否展示demo。
nameStringApp端监控服务名。
doc_urlStringhttps://www.volcengine.com/docs/6431/160093文档链接。
demo_aidLong12345demo应用ID。
icon_urlStringwww.example.comicon的链接。
sort_indexInteger-排序索引。
descriptionStringtest服务描述。
service_keyString*******服务唯一key。

请求示例

POST https://open.volcengineapi.com?Action=GetServiceList&Version=2022-10-12
{}

返回示例

{
    "error_msg": "",
    "data": {},
    "error_no": 0
}

错误码

本接口无特有的错误码。更多信息请参见错误码