Commit 80793b31 authored by Stephane Nicoll's avatar Stephane Nicoll

Cleanup additional meta-data

The new endpoint infrastructure does not provide a `path` property so
the manual metadata for older endpoints have been removed.
parent 83e81e13
{"properties": [ {"properties": [
{
"name": "endpoints.autoconfig.path",
"type": "java.lang.String",
"description": "Endpoint URL path."
},
{
"name": "endpoints.beans.path",
"type": "java.lang.String",
"description": "Endpoint URL path."
},
{ {
"name": "endpoints.configprops.keys-to-sanitize", "name": "endpoints.configprops.keys-to-sanitize",
"type": "java.lang.String[]", "type": "java.lang.String[]",
...@@ -23,16 +13,6 @@ ...@@ -23,16 +13,6 @@
"vcap_services" "vcap_services"
] ]
}, },
{
"name": "endpoints.configprops.path",
"type": "java.lang.String",
"description": "Endpoint URL path."
},
{
"name": "endpoints.dump.path",
"type": "java.lang.String",
"description": "Endpoint URL path."
},
{ {
"name": "endpoints.env.keys-to-sanitize", "name": "endpoints.env.keys-to-sanitize",
"type": "java.lang.String[]", "type": "java.lang.String[]",
...@@ -47,27 +27,12 @@ ...@@ -47,27 +27,12 @@
"vcap_services" "vcap_services"
] ]
}, },
{
"name": "endpoints.info.path",
"type": "java.lang.String",
"description": "Endpoint URL path."
},
{
"name": "endpoints.mappings.path",
"type": "java.lang.String",
"description": "Endpoint URL path."
},
{ {
"name": "endpoints.metrics.filter.enabled", "name": "endpoints.metrics.filter.enabled",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
"description": "Enable the metrics servlet filter.", "description": "Enable the metrics servlet filter.",
"defaultValue": true "defaultValue": true
}, },
{
"name": "endpoints.trace.path",
"type": "java.lang.String",
"description": "Endpoint URL path."
},
{ {
"name": "endpoints.trace.filter.enabled", "name": "endpoints.trace.filter.enabled",
"type": "java.lang.Boolean", "type": "java.lang.Boolean",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment