Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-8873

listLoadBalancerRules response JSON publicport/privateport not an int, zonename missing

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • Future
    • None
    • Security Level: Public (Anyone can view this level - this is the default.)
    • None

    Description

      actual

      {
        "count": 1, 
        "loadbalancerrule": [
          {
            "account": "foo", 
            "algorithm": "source", 
            "cidrlist": "", 
            "domain": "STXT", 
            "domainid": "3a291b29-b184-4ddc-bdcc-8298c237942e", 
            "id": "22bf1066-8bc3-425d-a213-a49431f7b865", 
            "name": "foo", 
            "networkid": "48df88b1-c2e2-432d-811a-681a2be74dde", 
            "privateport": "80", 
            "publicip": "1.2.4.5", 
            "publicipid": "5d94a86d-0ee9-429a-9a5b-f57da4ee60cb", 
            "publicport": "80", 
            "state": "Add", 
            "tags": [], 
            "zoneid": "9e683e49-f4db-4b44-82ad-708689e9c4c8"
          }
        ]
      }
      

      expected

      {
        "count": 1, 
        "loadbalancerrule": [
          {
            "account": "foo", 
            "algorithm": "source", 
            "cidrlist": "", 
            "domain": "STXT", 
            "domainid": "3a291b29-b184-4ddc-bdcc-8298c237942e", 
            "id": "22bf1066-8bc3-425d-a213-a49431f7b865", 
            "name": "foo", 
            "networkid": "48df88b1-c2e2-432d-811a-681a2be74dde", 
            "privateport": 80, 
            "publicip": "1.2.4.5", 
            "publicipid": "5d94a86d-0ee9-429a-9a5b-f57da4ee60cb", 
            "publicport": 80, 
            "state": "Add", 
            "tags": [], 
            "zoneid": "9e683e49-f4db-4b44-82ad-708689e9c4c8"
            "zonename": "myzone"
          }
        ]
      }
      

      Note: also check the response for createLoadBalancerRule when fixing this!

      Attachments

        Issue Links

          Activity

            People

              resmo Rene Moser
              resmo Rene Moser
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: