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"
}

Changes

Changed in 2 of the 7 revisions of this API.2

    • the details/items/invalidValue response's property type/format changed from object/ to / for status default

      response-property-type-changed

    • the details/items/invalidValue response's property type/format changed from / to object/ for status default

      response-property-type-changed