service-binding

Retrieves the binding of the specified Service.

Example Request

GET http://example.com:8080/livecluster/rest/service/service-binding

Example Input

Parameters

Parameter Name

Data Type

Description

Sample Value

name

String

Name of the Service

LinpackServiceTest

Example Response

{
    "parameters": [
        {
            "name": "className",
            "value": "examples.linpack.LinpackService"
        }
    ],
    "options": null,
    "description": [
        {
            "name": "serviceTypeName",
            "value": "LinpackServiceTest"
        },
        {
            "name": "providerType",
            "value": "JavaProvider"
        }
    ],
    "name": "LinpackServiceTest",
    "uidescription": "",
    "type": "java",
    "containerBinding": [
        {
            "name": "serviceMethods",
            "value": "*"
        }
    ]
}