|
|
@ -45,7 +45,7 @@ export class DecisionApi implements Api { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
getConnectionPool(name: string): Promise<{data?: ConnectionPoolType}> { |
|
|
|
getConnectionPool(name: string): Promise<{data?: ConnectionPoolType}> { |
|
|
|
return requestGet(`pool/info?connectionName=${encodeURI(name)}`, {}); |
|
|
|
return requestGet(`pool/info?connectionName=${encodeURIComponent(name)}`, {}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
getConnectionStatus(name: string): Promise<SocketResult> { |
|
|
|
getConnectionStatus(name: string): Promise<SocketResult> { |
|
|
|