Kong · Schema
ServiceInput
Input schema for creating or updating a Service.
API GatewayLuaNGINXOpen Source
Properties
| Name | Type | Description |
|---|---|---|
| name | string | An optional human-readable name for the Service. |
| protocol | string | |
| host | string | The host of the upstream server. |
| port | integer | |
| path | string | |
| retries | integer | |
| connect_timeout | integer | |
| write_timeout | integer | |
| read_timeout | integer | |
| url | string | Shorthand attribute to set protocol, host, port, and path at once. |
| tags | array | |
| client_certificate | object | |
| tls_verify | boolean | |
| tls_verify_depth | integer | |
| ca_certificates | array | |
| enabled | boolean |