版本 更新时间 状态 作者 描述

v2024-08-14 15:34:01

2024-08-14 15:34:01

auto

@23896

Created by smart-doc

1. 健康检查

接口类:  com.digiwin.athena.datamap.service.IHealthcheckService

作者:  : Tuo

1.1. post请求

接口地址:  restful/service/datamap/Healthcheck

请求类型:  POST

Content-Type:  application/x-www-form-urlencoded

方法定义:  Object post(String type)

方法描述:  post请求

调用参数:

参数 类型 描述 必填

type

String

类型

false

响应字段:

字段 类型 描述

any object

object

any object.

1.2. 

接口地址:  restful/service/datamap/Healthcheck

请求类型:  GET

Content-Type:  application/x-www-form-urlencoded

方法定义:  Object get()

方法描述:  

响应字段:

字段 类型 描述

any object

object

any object.

1.3. 

接口地址:  restful/service/datamap/Healthcheck/Test1

请求类型:  GET

Content-Type:  application/x-www-form-urlencoded

方法定义:  Object getTest1()

方法描述:  

响应字段:

字段 类型 描述

any object

object

any object.

1.4. 

接口地址:  restful/service/datamap/Healthcheck/Test2

请求类型:  GET

Content-Type:  application/x-www-form-urlencoded

方法定义:  Object getTest2()

方法描述:  

响应字段:

字段 类型 描述

any object

object

any object.

1.5. 

接口地址:  restful/service/datamap/Healthcheck/LogDetail

请求类型:  GET

Content-Type:  application/x-www-form-urlencoded

方法定义:  Object getLogDetail(Boolean log)

方法描述:  

调用参数:

参数 类型 描述 必填

log

Boolean

No comments found.

false

响应字段:

字段 类型 描述

any object

object

any object.

Top