ServiceProfiles

Summary

Service profile configuration for backend services

Description

The basePath should identify the backend service base path for the supplied API by apiId.

Fields

Field Name Type Since Version Description
apiId String The backend service API identifier
basePath String The backend service base path URL

Example JSON

{
  "apiId" : "96f745ae-a41a-41a9-aad8-8bf24b5cc27e",
  "basePath" : "http://backend.io"
}