ServiceEndpoint

API ManagementCloud IntegrationEnterprise IntegrationEvent MeshiPaaSSAPSAP BTP

Properties

Name Type Description
Name string Service endpoint name
Id string Service endpoint identifier
Title string Endpoint title
Protocol string Communication protocol (e.g., HTTPS, AS2)
Url string Endpoint URL
View JSON Schema on GitHub

JSON Schema

sap-integration-suite-serviceendpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceEndpoint",
  "title": "ServiceEndpoint",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "description": "Service endpoint name"
    },
    "Id": {
      "type": "string",
      "description": "Service endpoint identifier"
    },
    "Title": {
      "type": "string",
      "description": "Endpoint title"
    },
    "Protocol": {
      "type": "string",
      "description": "Communication protocol (e.g., HTTPS, AS2)"
    },
    "Url": {
      "type": "string",
      "description": "Endpoint URL"
    }
  }
}