项目作者: servicecatalog

项目描述 :
OSCM interfaces.
高级语言: Java
项目地址: git://github.com/servicecatalog/oscm-interfaces.git
创建时间: 2017-10-30T08:46:42Z
项目社区:https://github.com/servicecatalog/oscm-interfaces

开源协议:Apache License 2.0

下载


Maven
artifacts

oscm-interfaces

This repository contains interfaces for integrating your applications with
Open Service Catalog Manager.

REST API

  • Most needed OSCM Platform functionality is exposed with RESTful APIs. See here.

Web Service API

Provisioning Proxy

OSCM internal Java API

How to use

For integrating with your project simply include them in your Maven pom.

Example:

  1. <repositories>
  2. <repository>
  3. <id>jitpack.io</id>
  4. <url>https://jitpack.io</url>
  5. </repository>
  6. </repositories>
  7. <dependency>
  8. <groupId>com.github.servicecatalog.oscm-interfaces</groupId>
  9. <artifactId>oscm-extsvc-provisioning</artifactId>
  10. <version>1.4</version>
  11. </dependency>

All source code and Web Service description (WSDL+XSD) can be downloaded with above links.

Documentation

Detailed documentation describing the public OSCM Web services and application programming interfaces and how to integrate applications and external systems with OSCM can be found in the OSCM Developer Guide.