debiswal opened a new pull request, #4545:
URL: https://github.com/apache/ozone/pull/4545

   ## What changes were proposed in this pull request?
   
   Reprsent DataNode Link on SCM UI with HTTP & HTTPS Port
   Three configured case for every DN and SCM
   1. HTTP_ONLY -> the service does serve its webUI via HTTP
   2. HTTPS_ONLY -> the service does serve its webUI via HTTPS
   3. HTTP_AND_HTTPS -> the service does serve its webUI via HTTP and HTTPS 
both based on protocol scheme
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-7943
   
   ## How was this patch tested?
   Manually with JMX Response
   **Response Object:**
   [ {
   "key" : "ozonesecure_datanode_3.ozonesecure_default",
   "value" : [ {
   "key" : "HTTPS",
   "value" : "9883"
   }, {
   "key" : "OPSTATE",
   "value" : "IN_SERVICE"
   }, {
   "key" : "COMSTATE",
   "value" : "HEALTHY"
   }, {
   "key" : "HTTP",
   "value" : "9882"
   } ]
   }, {
   "key" : "ozonesecure_datanode_2.ozonesecure_default",
   "value" : [ {
   "key" : "HTTPS",
   "value" : "9883"
   }, {
   "key" : "OPSTATE",
   "value" : "IN_SERVICE"
   }, {
   "key" : "COMSTATE",
   "value" : "HEALTHY"
   }, {
   "key" : "HTTP",
   "value" : "9882"
   } ]
   }, {
   "key" : "ozonesecure_datanode_1.ozonesecure_default",
   "value" : [ {
   "key" : "HTTPS",
   "value" : "9883"
   }, {
   "key" : "OPSTATE",
   "value" : "IN_SERVICE"
   }, {
   "key" : "COMSTATE",
   "value" : "HEALTHY"
   }, {
   "key" : "HTTP",
   "value" : "9882"
   } ]
   } ]
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to