Cloudify — REST Plugin

Posted 范桂飓

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cloudify — REST Plugin相关的知识,希望对你有一定的参考价值。

目录

REST Plugin

  • 官方文档:https://docs.cloudify.co/latest/working_with/official_plugins/utilities/rest/
  • Github:https://github.com/cloudify-incubator/cloudify-utilities-plugin/tree/master/cloudify_rest

Cloudify 的 REST Plugin 就类似于面向对象编程语言中的 Generic type(泛型),即:“只要我实现了这个接口,那就实现了这个类型。” 通俗的讲,REST Plugin 就是用于集成 RESTful API Server 的。

Features:

  • JINJA templates
  • selective update of runtime properties with REST response content
  • con

以上是关于Cloudify — REST Plugin的主要内容,如果未能解决你的问题,请参考以下文章

[Cloudify系列]

Cloudify — 系统架构

Cloudify — 在 AWS 上使用 Cloudify 实施 5G 网络切片

初识 Cloudify

初识 Cloudify

Cloudify — Plugins