Backend Service Configuration for API Connector (GET)

Retrieves backend service configuration for API Connector.

Description

Retrieves backend service configuration for API Connector.

Roles

Users in the following roles are authorized to perform this operation:

  • mfpadmin
  • mfpdeployer
  • mfpoperator
  • mfpmonitor

Method

GET

Path

/management-apis/2.0/runtimes/runtime-name/backend-services-config

Example

https://www.example.com/mfpadmin/managementapis/2.0/runtimes/mfp/backend-services-config?async=false&locale=de_DE

Path Parameters

runtime-name
The name of the runtime. This is the context root of the runtime web application, without the leading slash.

Produces

application/json, application/xml, text/xml

Response

The metadata of the deployable. The response has the same content as that of deployed payload that was used by the deployment API.

Errors

403
The user is not authorized to call this service.
404
The corresponding runtime is not found or not running.
500
An internal error occurred.