使用postman调用eureka REST api寄存器返回400错误请求

时间:2016-11-10 07:36:20

标签: rest api netflix-eureka

为什么我收到400错误错误请求?

  1. Eureka服务器网址为http://localhost:8761/eureka/apps/service1,已启动

  2. 使用邮递员发送邮件请求进行注册,标题设置为:

  3. "Content-Type",
    "application/json",
    request body :{
        "instance": {
           "hostName":"tpdeva13",
           "app":"service1",
           "ipAddr":"tpdeva13",
           "vipAddress":"tpdeva13",
           "secureVipAddress":"tpdeva13",
           "status":"UP",
           "port":{
               "$":8889,
               "@enabled":"true"
           },
           "dataCenterInfo":{ 
              "@class":"com.netflix.appinfo.InstanceInfo$DefaultDataCenterInfo",
              "name":"tpdeva13"
           }
        }
    }
    
    1. 发送请求后,服务器返回400 Bad request,但是我找不到错误?
    2. enter image description here

0 个答案:

没有答案