diff --git a/src/html/index.html b/src/html/index.html index 4ad72cc..16820ef 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -42,6 +42,11 @@ https +
+ A target is an ip address/hostname with a port that identifies an instance of a backend service. Every upstream can have many targets, and the targets can be dynamically added. Changes are effectuated on the fly. + Because the upstream maintains a history of target changes, the targets cannot be deleted or modified. To disable a target, post a new one with weight=0; alternatively, use the DELETE convenience method to accomplish the same. + The current target object definition is the one with the latest created_at. +
+ ++ Checkout Kong documentation for the meaning of the form parameters. +
+
+
+ You haven't defined any Target for {{upstream.name}} +
+ +ID | +Target | +Weight | +Created | ++ |
---|---|---|---|---|
{{target.id}} | +{{target.target}} | +{{target.weight}} | +{{target.created_at | date}} | ++ + delete + + | +
+ The upstream object represents a virtual hostname and can be used to loadbalance incoming requests over multiple services (targets). So for example an upstream named service.v1.xyz with an API object created with an upstream_url=https://service.v1.xyz/some/path. Requests for this API would be proxied to the targets defined within the upstream. +
+ ++ Checkout Kong documentation for the meaning of the form parameters. +
+
+
+ You haven't defined any Upstream in Kong yet. +
+ +ID | +Name | +Slots | +Created | ++ |
---|---|---|---|---|
{{upstream.id}} | +{{upstream.name}} | +{{upstream.slots}} | +{{upstream.created_at | date}} | ++ + input + + + mode_edit + + + delete + + | +