应用管理与运维平台 SERVICESTAGE-查询微服务唯一标识信息:URI

时间:2024-12-04 15:08:16

URI

GET /v4/{project_id}/registry/existence

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

  • 微服务引擎专业版,请填租户项目id,长度为1~64,获取方法请参考获取项目ID。也可以填固定值default。
  • 微服务引擎专享版,请填固定值:default。
表2 Query参数

参数

是否必选

参数类型

描述

type

String

请求类型:

  • microservice
  • schema
说明:
  • 若type为microservice,参数env、appId、serviceName、version必填。
  • 若type为schema,参数serviceId、schemaId必填。

env

String

微服务的环境信息:development、testing、acceptance、production。

appId

String

资源类型为microservice时需传入应用app唯一标识。 字符长度为1~160。正则表达式为^[a-zA-Z0-9]$|^[a-zA-Z0-9][a-zA-Z0-9_-.][a-zA-Z0-9]$。

serviceName

String

资源类型为microservice时需传入微服务名称。 字符长度为1~128正则表达式为^[a-zA-Z0-9]$|^[a-zA-Z0-9][a-zA-Z0-9_-.][a-zA-Z0-9]$。

version

String

资源类型为microservice时需传入微服务版本。 字符长度为1~64。正则表达式为^[0-9]$|^[0-9]+(.[0-9]+)$。

serviceId

String

资源类型为schema时需传入微服务唯一标识。 字符长度为1~64。正则表达式为^.*$。

schemaId

String

资源类型为schema时需传入schema唯一标识。 字符长度为1~160。正则表达式为^[a-zA-Z0-9]{1,160}$|^[a-zA-Z0-9][a-zA-Z0-9_-.]{0,158}[a-zA-Z0-9]$。

support.huaweicloud.com/api-servicestage/cse_06_0043.html