diff --git a/esp/scm/ws_topology.ecm b/esp/scm/ws_topology.ecm index 474a5bcba76..4b21b2fcbf1 100644 --- a/esp/scm/ws_topology.ecm +++ b/esp/scm/ws_topology.ecm @@ -330,7 +330,7 @@ ESPStruct TpTargetCluster { string Name; string Prefix; - TpQueryType Type; + string Type; ESParray TpClusters; ESParray TpEclCCServers; @@ -339,14 +339,9 @@ ESPStruct TpTargetCluster [min_ver("1.16")] ESParray TpEclSchedulers; }; -ESPStruct TpQueryType -{ - TPCLUSTER; - TPNODE; -}; ESPrequest TpTargetClusterQueryRequest { - TpQueryType Type; + string Type; string Name; bool ShowDetails(false); }; @@ -639,7 +634,7 @@ ESPresponse [nil_remove, exceptions_inline] TpDropZoneQueryResponse ESParray TpDropZones; }; -ESPservice [auth_feature("DEFERRED"), noforms, version("1.31"), cache_group("ESPWsTP"), exceptions_inline("./smc_xslt/exceptions.xslt")] WsTopology +ESPservice [auth_feature("DEFERRED"), noforms, version("1.32"), cache_group("ESPWsTP"), exceptions_inline("./smc_xslt/exceptions.xslt")] WsTopology { ESPmethod [cache_seconds(180), cache_global(1), resp_xsl_default("/esp/xslt/targetclusters.xslt")] TpTargetClusterQuery(TpTargetClusterQueryRequest, TpTargetClusterQueryResponse); ESPmethod [cache_seconds(180), cache_global(1), resp_xsl_default("/esp/xslt/topology.xslt")] TpClusterQuery(TpClusterQueryRequest, TpClusterQueryResponse); diff --git a/esp/xslt/esp_service_xml2xsd.xslt b/esp/xslt/esp_service_xml2xsd.xslt index 151f4136318..dc1a6b3d7d0 100644 --- a/esp/xslt/esp_service_xml2xsd.xslt +++ b/esp/xslt/esp_service_xml2xsd.xslt @@ -153,8 +153,6 @@ xsd: - xsd: - xsd: tns: