Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

servicecatalog/oscm-interfaces

Repository files navigation

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:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependency>
  <groupId>com.github.servicecatalog.oscm-interfaces</groupId>
  <artifactId>oscm-extsvc-provisioning</artifactId>
  <version>1.4</version>
</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.