|
1 | 1 | {"properties": [
|
2 |
| - { |
3 |
| - "name": "endpoints.autoconfig.path", |
4 |
| - "type": "java.lang.String", |
5 |
| - "description": "Endpoint URL path." |
6 |
| - }, |
7 |
| - { |
8 |
| - "name": "endpoints.beans.path", |
9 |
| - "type": "java.lang.String", |
10 |
| - "description": "Endpoint URL path." |
11 |
| - }, |
12 | 2 | {
|
13 | 3 | "name": "endpoints.configprops.keys-to-sanitize",
|
14 | 4 | "type": "java.lang.String[]",
|
|
23 | 13 | "vcap_services"
|
24 | 14 | ]
|
25 | 15 | },
|
26 |
| - { |
27 |
| - "name": "endpoints.configprops.path", |
28 |
| - "type": "java.lang.String", |
29 |
| - "description": "Endpoint URL path." |
30 |
| - }, |
31 |
| - { |
32 |
| - "name": "endpoints.dump.path", |
33 |
| - "type": "java.lang.String", |
34 |
| - "description": "Endpoint URL path." |
35 |
| - }, |
36 | 16 | {
|
37 | 17 | "name": "endpoints.env.keys-to-sanitize",
|
38 | 18 | "type": "java.lang.String[]",
|
|
47 | 27 | "vcap_services"
|
48 | 28 | ]
|
49 | 29 | },
|
50 |
| - { |
51 |
| - "name": "endpoints.info.path", |
52 |
| - "type": "java.lang.String", |
53 |
| - "description": "Endpoint URL path." |
54 |
| - }, |
55 |
| - { |
56 |
| - "name": "endpoints.mappings.path", |
57 |
| - "type": "java.lang.String", |
58 |
| - "description": "Endpoint URL path." |
59 |
| - }, |
60 | 30 | {
|
61 | 31 | "name": "endpoints.metrics.filter.enabled",
|
62 | 32 | "type": "java.lang.Boolean",
|
63 | 33 | "description": "Enable the metrics servlet filter.",
|
64 | 34 | "defaultValue": true
|
65 | 35 | },
|
66 |
| - { |
67 |
| - "name": "endpoints.trace.path", |
68 |
| - "type": "java.lang.String", |
69 |
| - "description": "Endpoint URL path." |
70 |
| - }, |
71 | 36 | {
|
72 | 37 | "name": "endpoints.trace.filter.enabled",
|
73 | 38 | "type": "java.lang.Boolean",
|
|
0 commit comments