HTTPGetActionResponse

data class HTTPGetActionResponse(val path: String? = null, val scheme: String? = null, val type: String)

HTTPGetAction describes an action based on HTTP Get requests.

Constructors

Link copied to clipboard
constructor(path: String? = null, scheme: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String? = null

Path to access on the HTTP server.

Link copied to clipboard
val scheme: String? = null

Scheme to use for connecting to the host. Defaults to HTTP. Possible enum values:

Link copied to clipboard

The type of the action to take to perform the health check. Expected value is 'HTTPGetAction'.