This repository was archived by the owner on Jun 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
experimental_resources/service_route_bindings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 "href": "https://api.example.org/v3/service_instances/8bfe4c1b-9e18-45b1-83be-124163f31f9e"
4040 },
4141 "route": {
42- "href": "https://api.example.org/v3/apps/74f7c078-0934-470f-9883-4fddss5b8f13"
42+ "href": "https://api.example.org/v3/routes/74f7c078-0934-470f-9883-4fddss5b8f13"
43+ },
44+ "parameters": {
45+ "href": "https://api.example.org/v3/service_route_bindings/b3536566-63e2-428f-8f87-a1b99864ada6/parameters"
4346 }
4447 }
4548}
97100 },
98101 "route": {
99102 "href": "https://api.example.org/v3/routes/15697508-cb68-4d88-9f19-85fc53851571"
103+ },
104+ "parameters": {
105+ "href": "https://api.example.org/v3/service_route_bindings/b3536566-63e2-428f-8f87-a1b99864ada6/parameters"
100106 }
101107 }
102108 },
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Location: https://api.example.org/v3/jobs/af5c57f6-8769-41fa-a499-2c84ed896788
4848```
4949
5050```
51- Example Request for User-Provided Service Instance
51+ Example Response for User-Provided Service Instance
5252```
5353
5454```http
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Content-Type: application/json
2222<%= yield_content :paginated_list_of_service_route_bindings, @service_route_binding_list_path %>
2323```
2424
25- This endpoint retrieves the service credential bindings the user has access to.
25+ This endpoint retrieves the service route bindings the user has access to.
2626
2727#### Definition
2828`GET <%= @service_route_binding_list_path %> `
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ Example Service Route Binding object
99
1010Name | Type | Description
1111---- | ---- | -----------
12- **guid** | _uuid_ | Unique identifier for the service credential binding
12+ **guid** | _uuid_ | Unique identifier for the service route binding
1313**created_at** | _[timestamp](#timestamps)_ | The time with zone when the object was created
1414**updated_at** | _[timestamp](#timestamps)_ | The time with zone when the object was last updated
1515**route_service_url** | _string_ | The URL for the route service
16- **metadata.labels** (*experimental*) | [_label object_](#labels) | Labels applied to the service route binding
17- **metadata.annotations** (*experimental*) | [_annotation object_](#annotations) | Annotations applied to the service route binding
16+ **metadata.labels** | [_label object_](#labels) | Labels applied to the service route binding
17+ **metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the service route binding
1818**relationships.service_instance** | [_to-one relationship_](#to-one-relationships) | The service instance that the route is bound to
1919**relationships.route** | [_to-one relationship_](#to-one-relationships) | The route that the service instance is bound to
2020**links** | [_links object_](#links) | Links to related resources
Original file line number Diff line number Diff line change @@ -44,5 +44,5 @@ Name | Type | Description
4444 |
4545--- | ---
4646Admin |
47- Space Developer (only for service plans from space-scoped brokers) |
47+ Space Developer |
4848
You can’t perform that action at this time.
0 commit comments