调用ListRpcServices查询Rpc服务接口注册记录列表。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String ListRpcServices

系统规定参数。取值:ListRpcServices

ProjectId String sfgsghd6

iovcc项目工程ID

PageIndex Integer 1

分页查询页码

PageSize Integer 20

分页查询每页数据集数量

RegionId String cn-shanghai

地域ID

返回数据

名称 类型 示例值 描述
RequestId String 629586FE-CB2E-4742-995E-121F952CEB72

请求ID

RpcServices

Rpc服务接口分页查询数据对象

List

Rpc服务接口注册列表

AppKey String aorlFafJ

cmns客户端应用appKey

GmtCreate Long 1525684245000

服务注册时间

GmtModified Long 1525684245000

服务修改时间

GroupName String lbs

服务分组名称

Id Long 1

记录ID

InterfaceName String https://portal.aicc.aliyun.com/rpcServiceTest.html

接口名称

IsDelete String N

是否逻辑删除,Y为已删除,N为未删除。

MethodName String rpcTest

方法名称

Params String param1,param2

接口参数

Type String http

调用方式,包括http及hsf两种。

VersionCode String 2018-05-01

版本号

Pagination

分页对象

PageIndex Integer 1

分页页码

PageSize Integer 20

分页每页数据集大小

TotalCount Integer 30

数据集总数

TotalPageCount Integer 2

总分页数

示例

请求示例


http(s)://[Endpoint]/?Action=ListRpcServices
&ProjectId=sfgsghd6
&<公共请求参数>

正常返回示例

XML 格式

<ListRpcServicesResponse>
	  <RpcServices>
		    <Pagination>
			      <TotalCount>2</TotalCount>
			      <TotalPageCount>1</TotalPageCount>
			      <PageIndex>1</PageIndex>
			      <PageSize>20</PageSize>
		    </Pagination>
		    <List>
			      <Id>1</Id>
			      <AppKey>cH8Rj1CF</AppKey>
			      <Method>rpcTest1</Method>
                  <MethodName>rpcTest1</MethodName>
                  <VersionCode>2018-05-01</VersionCode>  
			      <InterfaceName>https://portal.aicc.aliyun.com/rpcServiceTest.html</InterfaceName>
			      <GroupName>rpcTest</GroupName>
			      <Version>1.0.0</Version>
			      <Type>http</Type>
			      <Params>param1,param2</Params>
			      <IsDelete>N</IsDelete>
			      <GmtCreate>1513846288000</GmtCreate>
			      <GmtModified>1513846288000</GmtModified>
		    </List>
		    <List>
			      <Id>2</Id>
			      <AppKey>cH8Rj1CF</AppKey>
			      <Method>rpcTest2</Method>
                  <MethodName>rpcTest2</MethodName>
                  <VersionCode>2018-05-02</VersionCode>
			      <InterfaceName>https://portal.aicc.aliyun.com/rpcServiceTest.html</InterfaceName>
			      <GroupName>rpcTest</GroupName>
			      <Version>1.0.0</Version>
			      <Type>http</Type>
			      <Params>param1,param2</Params>
			      <IsDelete>N</IsDelete>
			      <GmtCreate>1513846284000</GmtCreate>
			      <GmtModified>1513846284000</GmtModified>
		    </List>
	  </RpcServices>
	  <RequestId>629586FE-CB2E-4742-995E-121F952CEB72</RequestId>
</ListRpcServicesResponse>

JSON 格式

{
	"RequestId":"629586FE-CB2E-4742-995E-121F952CEB72",
	"RpcServices":{
		"Pagination":{
			"TotalCount":2,
			"PageSize":20,
			"PageIndex":1,
			"TotalPageCount":1
		},
		"List":[
			{
				"GroupName":"rpcTest",
				"Method":"rpcTest1",
				"Type":"http",
				"IsDelete":"N",
				"GmtCreate":1513846288000,
				"InterfaceName":"https://portal.aicc.aliyun.com/rpcServiceTest.html",
				"GmtModified":1513846288000,
				"MethodName":"rpcTest1",
				"VersionCode":"2018-05-01",
				"Params":"param1,param2",
				"Id":1,
				"AppKey":"cH8Rj1CF",
				"Version":"1.0.0"
			},
			{
				"GroupName":"rpcTest",
				"Method":"rpcTest2",
				"Type":"http",
				"IsDelete":"N",
				"GmtCreate":1513846284000,
				"InterfaceName":"https://portal.aicc.aliyun.com/rpcServiceTest.html",
				"GmtModified":1513846284000,
				"MethodName":"rpcTest2",
				"VersionCode":"2018-05-02",
				"Params":"param1,param2",
				"Id":2,
				"AppKey":"cH8Rj1CF",
				"Version":"1.0.0"
			}
		]
	}
}

错误码

访问错误中心查看更多错误码。