executepolicy

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Overview

Creates the enrich index for an existing enrich policy.

Index

Constants

This section is empty.

Variables

View Source
var ErrBuildPath = errors.New("cannot build path, check for missing path parameters")

ErrBuildPath is returned in case of missing parameters within the build of the request.

Functions

This section is empty.

Types

type ExecutePolicy

type ExecutePolicy struct {
	// contains filtered or unexported fields
}

func (ExecutePolicy) Do

func (r ExecutePolicy) Do(ctx context.Context) (*Response, error)

Do runs the request through the transport, handle the response and returns a executepolicy.Response

func (*ExecutePolicy) Header

func (r *ExecutePolicy) Header(key, value string) *ExecutePolicy

Header set a key, value pair in the ExecutePolicy headers map.

func (*ExecutePolicy) HttpRequest

func (r *ExecutePolicy) HttpRequest(ctx context.Context) (*http.Request, error)

HttpRequest returns the http.Request object built from the given parameters.

func (ExecutePolicy) IsSuccess

func (r ExecutePolicy) IsSuccess(ctx context.Context) (bool, error)

IsSuccess allows to run a query with a context and retrieve the result as a boolean. This only exists for endpoints without a request payload and allows for quick control flow.

func (*ExecutePolicy) Name

func (r *ExecutePolicy) Name(v string) *ExecutePolicy

Name The name of the enrich policy API Name: name

func (ExecutePolicy) Perform

func (r ExecutePolicy) Perform(ctx context.Context) (*http.Response, error)

Perform runs the http.Request through the provided transport and returns an http.Response.

func (*ExecutePolicy) WaitForCompletion

func (r *ExecutePolicy) WaitForCompletion(b bool) *ExecutePolicy

WaitForCompletion Should the request should block until the execution is complete. API name: wait_for_completion

type NewExecutePolicy

type NewExecutePolicy func(name string) *ExecutePolicy

NewExecutePolicy type alias for index.

func NewExecutePolicyFunc

func NewExecutePolicyFunc(tp elastictransport.Interface) NewExecutePolicy

NewExecutePolicyFunc returns a new instance of ExecutePolicy with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.

type Response

type Response struct {
	Status types.ExecuteEnrichPolicyStatus `json:"status"`
	TaskId types.TaskId                    `json:"task_id,omitempty"`
}

func NewResponse

func NewResponse() *Response

NewResponse returns a Response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL