Summary
Get Service Instance Configuration
Description
Get the configuration of a service instance.
Route
POST /service_management/instance/:path/operations/config
Roles
            admin
engineering
support
apiread
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| path | string | yes | Service Path of a specific service instance. (Encoded URL Parameter) | 
| host | string | yes | ID of the south bound system where this service instance has been created. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| data | object | An object containing service configuration specific to a service instance. |