v1

latestOpenAPI 3.0.3Apache 2.02026-07-1716318.9 KB
Plugins - Entrypoints

Get more information about how to use a given entrypoint

More information about the entrypoint.

User must be authenticated.

get/plugins/entrypoints/{entrypointId}/more-information

Response

More information of the entrypoint

descriptionstring

Plugin's description.

documentationUrlstring

Plugin's documentation URL.

schemaImgstring base64

Plugin's schema image as base64.

Example response

{
  "description": "Let your consumers send synchronous, on-demand requests for events via a standard HTTP GET requests. Use a standard HTTP proxy to mediate between client applications as data consumers and event brokers such as Kafka.",
  "documentationUrl": "https://documentation.gravitee.io",
  "schemaImg": "data:image/png;base64,aFDqfda"
}