ServiceRouteBindingCreate

ServiceRouteBindingCreate
ServiceRouteBindingCreate
JSON Example
{
    "relationships": {
        "route": {
            "data": {
                "guid": "string"
            }
        },
        "service_instance": {
            "data": {
                "guid": "string"
            }
        }
    },
    "parameters": {},
    "metadata": {
        "labels": {
            "labels": "string"
        },
        "annotations": {
            "annotations": "string"
        }
    }
}
object
relationships
Required

Relationships for the service route binding

object
parameters
Optional

A JSON object that is passed to the service broker

metadata
Optional

Metadata is a JSON object that contains information about a resource. It includes the GUID of the resource, the time the resource was created, the time the resource was last updated, and links to the resource. Metadata is included in the response body of a request to retrieve a resource.