检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
正则表达式为^[0-9]$|^[0-9]+(.[0-9]+)$。 description String 微服务描述信息。字符长度不超过256。 level String 微服务层级:FRONT、MIDDLE、BACK。 registerBy String 微服务注册方式:SDK、PLATFORM、SIDECAR、UNKNOWN。
servicecomb:ServiceComb引擎。 nacos:注册配置中心。 响应消息 表6 响应参数 参数 参数类型 描述 id String 泳道组ID。 name String 泳道组名称。 description String 泳道组描述。 creator String
servicestage:pipeline:list √ √ 修改构建 - servicestage:assembling:modify √ √ 审批流水线 - servicestage:pipeline:review √ √ 执行流水线 - servicestage:pipeline:execute
最大长度为64个字符。 description 否 String 环境描述。 最大长度为128个字符。 响应消息 表4 响应参数 参数 参数类型 描述 id String 环境ID。 name String 环境名称。 alias String 环境别名。 description String
长度为2~64个字符。 description 否 String 配置分组描述。 最大长度为256个字符。 响应消息 表4 响应参数 参数 参数类型 描述 id String 配置分组ID。 name String 配置分组名称。 description String 配置分组描述。
描述 id String 资源ID。 name String 资源名称。 type String 资源类型。 vpc,虚拟私有云。 eip,弹性公网IP。 elb,弹性负载均衡。 cce,云容器引擎。 ecs,弹性云服务器。 as,弹性伸缩组。 cse,微服务引擎。 dcs,分布式缓存服务。
Version、Description、Level、Status过滤。 pattern 是 String 匹配规则,正则表达式,长度1到64个字符。 timestamp 否 String 创建rule的时间,只有获取rule时返回使用。 description 否 String
否则,则按ServiceId、AppId、ServiceName、Version、Description、Level、Status过滤。 pattern 否 String 匹配规则,正则表达式,长度1到64个字符。 description 否 String rule的描述。 字符长度不超过256个字符。
estage-agent-x.x.x su agent ./servicestage-agent.sh start 查看Agent状态是否在线。 是,操作结束。 否,请执行5。 “授权模式”为“AK/SK”,请执行以下操作: 获取权限正确的或者创建新的AK、SK,请参考访问密钥。
"app-xpmtii", "description": "test" } 响应示例 { "id": "e5213b62-0e3c-476f-9960-3e4108787350", "name": "app-xpmtii", "description": "test", "project_id":
结尾,长度为2~64个字符。 description 否 String 应用描述。 最大长度为128个字符。 响应消息 表4 响应参数 参数 参数类型 描述 id String 应用ID。 name String 应用名称。 description String 应用描述。 creator
Nodejs-v8.11.3:Release Note 镜像OS:EulerOS 2.9.8 组件来源为源码或Zip包,支持容器部署,详情请参考组件部署方式说明。 组件来源为Zip包,支持虚拟机部署,详情请参考组件部署方式说明。 Node.js14 Node.js Supported Nodejs-v14
资源ID(为了保证接口调用正常,请您确保调用前输入正确的资源ID)。 name 否 String 资源名称。 type 是 String 资源类型。 eip,弹性公网IP。 elb,弹性负载均衡。 cce,云容器引擎。 ecs,弹性云服务器。 as,弹性伸缩组。 cse,微服务引擎。 dcs,分布式缓存服务。
描述 id String 资源ID。 name String 资源名称。 type String 资源类型。 vpc,虚拟私有云。 eip,弹性公网IP。 elb,弹性负载均衡。 cce,云容器引擎。 ecs,弹性云服务器。 as,弹性伸缩组。 cse,微服务引擎。 dcs,分布式缓存服务。
资源ID。 name 是 String 资源名称。 type 是 String 资源类型。 vpc,虚拟私有云。 subnet,子网。 eip,弹性公网IP。 elb,弹性负载均衡。 cce,云容器引擎。 ecs,弹性云服务器。 acl,网络ACL。 ccenamespace,云容器引擎命名空间。
class MyCipher implements Cipher 创建SPI配置文件,文件名称和路径为META-INF/service/org.apache.servicecomb.foundation.auth.Cipher, 文件内容为: com.example.MyCipher 然后在“microservice
任务类型。 Create:创建引擎。 Delete:删除引擎。 Upgrade:升级引擎。 Configure:变更引擎配置。 description String 任务描述。 status String 任务当前执行状态。 Init:初始化。 Executing:执行中。 Error:执行失败。
String 应用名称。 由英文字母、数字、中划线(-)或下划线(_)组成,并以英文字母开头,英文字母或者数字结尾,长度为2~64个字符。 description 否 String 应用描述。 最大长度为128个字符。 enterprise_project_id 否 String 企业项目ID。
母、数字、下划线(_)或中划线(-),以英文字母开头、英文字母或者数字结尾。 content 是 String 配置文件内容。 description 否 String 配置文件描述,为不超过128个字符的字符串。 type 是 String 配置文件格式: yaml properties
cipher: default 自定义实现加密存储算法 首先实现接口com.huaweicloud.common.util.Cipher,里面有两个方法: String name(),这个是spring.cloud.servicecomb.credentials.cipher的名称定义,需要配置在配置文件中。