Documentation ¶
Overview ¶
Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored).
Index ¶
- Variables
- type GetRollupIndexCaps
- func (r GetRollupIndexCaps) Do(ctx context.Context) (Response, error)
- func (r *GetRollupIndexCaps) Header(key, value string) *GetRollupIndexCaps
- func (r *GetRollupIndexCaps) HttpRequest(ctx context.Context) (*http.Request, error)
- func (r *GetRollupIndexCaps) Index(v string) *GetRollupIndexCaps
- func (r GetRollupIndexCaps) IsSuccess(ctx context.Context) (bool, error)
- func (r GetRollupIndexCaps) Perform(ctx context.Context) (*http.Response, error)
- type NewGetRollupIndexCaps
- type Response
Constants ¶
This section is empty.
Variables ¶
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 GetRollupIndexCaps ¶
type GetRollupIndexCaps struct {
// contains filtered or unexported fields
}
func New ¶
func New(tp elastictransport.Interface) *GetRollupIndexCaps
Returns the rollup capabilities of all jobs inside of a rollup index (e.g. the index where rollup data is stored).
https://www.elastic.co/guide/en/elasticsearch/reference/master/rollup-get-rollup-index-caps.html
func (GetRollupIndexCaps) Do ¶
func (r GetRollupIndexCaps) Do(ctx context.Context) (Response, error)
Do runs the request through the transport, handle the response and returns a getrollupindexcaps.Response
func (*GetRollupIndexCaps) Header ¶
func (r *GetRollupIndexCaps) Header(key, value string) *GetRollupIndexCaps
Header set a key, value pair in the GetRollupIndexCaps headers map.
func (*GetRollupIndexCaps) HttpRequest ¶
HttpRequest returns the http.Request object built from the given parameters.
func (*GetRollupIndexCaps) Index ¶
func (r *GetRollupIndexCaps) Index(v string) *GetRollupIndexCaps
Index The rollup index or index pattern to obtain rollup capabilities from. API Name: index
type NewGetRollupIndexCaps ¶
type NewGetRollupIndexCaps func(index string) *GetRollupIndexCaps
NewGetRollupIndexCaps type alias for index.
func NewGetRollupIndexCapsFunc ¶
func NewGetRollupIndexCapsFunc(tp elastictransport.Interface) NewGetRollupIndexCaps
NewGetRollupIndexCapsFunc returns a new instance of GetRollupIndexCaps with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.
type Response ¶
type Response map[string]types.IndexCapabilities