Skip to main content

Get Service Binding Map List (v2.1)

GET 

/sdwan/v2.1/api/servicebindingmaps

List all the service binding map lists.

Responses

Successful Operation

Schema
    count int32

    The actual count.

    id string

    The ID.

    items ServiceBindingMapV2N1[]
  • Array [
  • description

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

    id string

    The ID of the service binding map.

    is_default boolean

    The default 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...