Type Alias: HttpHealthCheck
ts
type HttpHealthCheck = object;Job definition types for creating Nosana jobs
Properties
body?
ts
optional body: unknown;continuous
ts
continuous: boolean;expected_status
ts
expected_status: number;headers?
ts
optional headers: Record<string, string>;method
ts
method: "GET" | "POST" | "PUT" | "DELETE";path
ts
path: string;type
ts
type: typeof HTTP;