-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathGET_{id}_response.json
More file actions
45 lines (45 loc) · 1.3 KB
/
GET_{id}_response.json
File metadata and controls
45 lines (45 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"guid": "service_instance_id",
"created_at": "2020-03-10T15:56:08Z",
"updated_at": "2020-03-10T15:56:08Z",
"last_operation": {
"type": "create",
"state": "succeeded",
"description": "Operation succeeded",
"updated_at": "2020-03-10T15:49:32Z",
"created_at": "2020-03-10T15:49:29Z"
},
"name": "my-user-provided-instance",
"tags": ["sql"],
"type": "user-provided",
"syslog_drain_url": "http://logs.com",
"route_service_url": "https://routes.com",
"relationships": {
"space": {
"data": {
"guid": "5a84d315-9513-4d74-95e5-f6a5501eeef7"
}
}
},
"metadata": {
"labels": {},
"annotations": {}
},
"links": {
"self": {
"href": "https://api.example.org/v3/service_instances/service_instance_id"
},
"space": {
"href": "https://api.example.org/v3/spaces/5a84d315-9513-4d74-95e5-f6a5501eeef7"
},
"credentials": {
"href": "https://api.example.org/v3/service_instances/service_instance_id/credentials"
},
"service_credential_bindings": {
"href": "https://api.example.org/v3/service_credential_bindings?service_instance_guids=service_instance_id"
},
"service_route_bindings": {
"href": "https://api.example.org/v3/service_route_bindings?service_instance_guids=service_instance_id"
}
}
}