DiscoveryAPI

Summary

REST API information.

Description

Information about virtualised REST API

Fields

Field Name Type Since Version Description
name String The name of the API
summary String Summary of the API
id String The unique identifier for the API
uri String The URL of where further information of the API is available in the portal
type String The type of API, either rest or wsdl

Example JSON

{
  "name" : "Flickr API",
  "summary" : "The Flickr photo-sharing API",
  "id" : "925129c4-0c4b-4adb-95c4-fdbc741eb333",
  "uri" : "https://localhost:8075/api/portal/v1.0/discovery/swagger/api/Flickr",
  "type" : "rest"
}