HttpGetAction interface

HTTPGetAction describes an action based on HTTP Get requests.

Extends

Properties

path

Path to access on the HTTP server.

scheme

Scheme to use for connecting to the host. Defaults to HTTP.

Possible enum values:

  • "HTTP" means that the scheme used will be http://
  • "HTTPS" means that the scheme used will be https://
type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

path

Path to access on the HTTP server.

path?: string

Property Value

string

scheme

Scheme to use for connecting to the host. Defaults to HTTP.

Possible enum values:

  • "HTTP" means that the scheme used will be http://
  • "HTTPS" means that the scheme used will be https://
scheme?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "HTTPGetAction"

Property Value

"HTTPGetAction"