APIProxyRequest

API ManagementCloud IntegrationEnterprise IntegrationEvent MeshiPaaSSAPSAP BTP

Properties

Name Type Description
name string API proxy name
title string Display title
description string Description
basePath string Base path
targetEndpoint string Target endpoint URL
version string API version
View JSON Schema on GitHub

JSON Schema

sap-integration-suite-apiproxyrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/APIProxyRequest",
  "title": "APIProxyRequest",
  "type": "object",
  "required": [
    "name",
    "targetEndpoint"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "API proxy name"
    },
    "title": {
      "type": "string",
      "description": "Display title"
    },
    "description": {
      "type": "string",
      "description": "Description"
    },
    "basePath": {
      "type": "string",
      "description": "Base path"
    },
    "targetEndpoint": {
      "type": "string",
      "description": "Target endpoint URL"
    },
    "version": {
      "type": "string",
      "description": "API version"
    }
  }
}