Skip to main content

Get Service Binding Map List (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/servicebindingmaps

List all the service binding map lists.

Request

Path Parameters

    tenant_id stringrequired

    The ID of the tenant.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

    items ServiceBindingMap[]
  • Array [
  • description

    The description of the service binding map. Max size = 256.

    id string

    The ID of the service binding map.

    name stringrequired

    The name of the service binding map. Max size = 128.

    service_bindings ServiceBinding[]required

    The service binding endpoint IDs and labels.

  • Array [
  • service_endpoint_ids string[]

    The service endpoint IDs.

    service_label_id string

    The service label ID.

  • ]
  • tags string[]

    A information field that can be added to identify the service binding map. Maximum 10 unique tags of length 1024 each are allowed.

  • ]
Loading...