Description
For listing the backend service call information items.
Node name
ServiceConfig.
Subnodes
Name | Type | Description |
---|---|---|
ServiceProtocol | String | Backend service protocol type, which must be HTTP or HTTPS currently. |
ServiceAddress | String | Backend service call address. If the complete backend service address is http://api.a.com:8080/object/add?key1=value1&key2=value2, ServiceAddress corresponds to http://api.a.com:8080. |
ServicePath | String | Backend service call path. If the complete backend service address is http://api.a.com:8080/object/add?key1=value1&key2=value2, ServicePath corresponds to /object/add. |
ServiceHttpMethod | String | Backend service HTTP call method; values: GET, POST, DELETE, PUT, HEADER, TRACE, PATCH, CONNECT, and OPTIONS. |
ServiceTimeout | String | Backend service time-out time; unit: millisecond. |