Versions in this module Expand all Collapse all v0 v0.1.0 Mar 10, 2020 Changes in this version + type Client struct + func (a *Client) CreateDashboard(params *CreateDashboardParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDashboardCreated, error) + func (a *Client) DeleteDashboard(params *DeleteDashboardParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDashboardNoContent, error) + func (a *Client) GetDashboard(params *GetDashboardParams, authInfo runtime.ClientAuthInfoWriter) (*GetDashboardOK, error) + func (a *Client) GetDashboards(params *GetDashboardsParams, authInfo runtime.ClientAuthInfoWriter) (*GetDashboardsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateDashboard(params *UpdateDashboardParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDashboardCreated, *UpdateDashboardNoContent, error) + func (a *Client) ValidateCreateDashboard(params *ValidateCreateDashboardParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateCreateDashboardNoContent, error) + func (a *Client) ValidateUpdateDashboard(params *ValidateUpdateDashboardParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateDashboardNoContent, error) + type ClientService interface + CreateDashboard func(params *CreateDashboardParams, authInfo runtime.ClientAuthInfoWriter) (*CreateDashboardCreated, error) + DeleteDashboard func(params *DeleteDashboardParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteDashboardNoContent, error) + GetDashboard func(params *GetDashboardParams, authInfo runtime.ClientAuthInfoWriter) (*GetDashboardOK, error) + GetDashboards func(params *GetDashboardsParams, authInfo runtime.ClientAuthInfoWriter) (*GetDashboardsOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateDashboard func(params *UpdateDashboardParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateDashboardCreated, *UpdateDashboardNoContent, error) + ValidateCreateDashboard func(params *ValidateCreateDashboardParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateCreateDashboardNoContent, error) + ValidateUpdateDashboard func(params *ValidateUpdateDashboardParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateDashboardNoContent, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateDashboardBadRequest struct + Payload *dynatrace.ErrorEnvelope + func NewCreateDashboardBadRequest() *CreateDashboardBadRequest + func (o *CreateDashboardBadRequest) Error() string + func (o *CreateDashboardBadRequest) GetPayload() *dynatrace.ErrorEnvelope + type CreateDashboardCreated struct + Payload *dynatrace.EntityShortRepresentation + func NewCreateDashboardCreated() *CreateDashboardCreated + func (o *CreateDashboardCreated) Error() string + func (o *CreateDashboardCreated) GetPayload() *dynatrace.EntityShortRepresentation + type CreateDashboardParams struct + Body *dynatrace.Dashboard + Context context.Context + HTTPClient *http.Client + func NewCreateDashboardParams() *CreateDashboardParams + func NewCreateDashboardParamsWithContext(ctx context.Context) *CreateDashboardParams + func NewCreateDashboardParamsWithHTTPClient(client *http.Client) *CreateDashboardParams + func NewCreateDashboardParamsWithTimeout(timeout time.Duration) *CreateDashboardParams + func (o *CreateDashboardParams) SetBody(body *dynatrace.Dashboard) + func (o *CreateDashboardParams) SetContext(ctx context.Context) + func (o *CreateDashboardParams) SetHTTPClient(client *http.Client) + func (o *CreateDashboardParams) SetTimeout(timeout time.Duration) + func (o *CreateDashboardParams) WithBody(body *dynatrace.Dashboard) *CreateDashboardParams + func (o *CreateDashboardParams) WithContext(ctx context.Context) *CreateDashboardParams + func (o *CreateDashboardParams) WithHTTPClient(client *http.Client) *CreateDashboardParams + func (o *CreateDashboardParams) WithTimeout(timeout time.Duration) *CreateDashboardParams + func (o *CreateDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateDashboardReader struct + func (o *CreateDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteDashboardNoContent struct + func NewDeleteDashboardNoContent() *DeleteDashboardNoContent + func (o *DeleteDashboardNoContent) Error() string + type DeleteDashboardParams struct + Context context.Context + HTTPClient *http.Client + ID string + func NewDeleteDashboardParams() *DeleteDashboardParams + func NewDeleteDashboardParamsWithContext(ctx context.Context) *DeleteDashboardParams + func NewDeleteDashboardParamsWithHTTPClient(client *http.Client) *DeleteDashboardParams + func NewDeleteDashboardParamsWithTimeout(timeout time.Duration) *DeleteDashboardParams + func (o *DeleteDashboardParams) SetContext(ctx context.Context) + func (o *DeleteDashboardParams) SetHTTPClient(client *http.Client) + func (o *DeleteDashboardParams) SetID(id string) + func (o *DeleteDashboardParams) SetTimeout(timeout time.Duration) + func (o *DeleteDashboardParams) WithContext(ctx context.Context) *DeleteDashboardParams + func (o *DeleteDashboardParams) WithHTTPClient(client *http.Client) *DeleteDashboardParams + func (o *DeleteDashboardParams) WithID(id string) *DeleteDashboardParams + func (o *DeleteDashboardParams) WithTimeout(timeout time.Duration) *DeleteDashboardParams + func (o *DeleteDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteDashboardReader struct + func (o *DeleteDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetDashboardOK struct + Payload *dynatrace.Dashboard + func NewGetDashboardOK() *GetDashboardOK + func (o *GetDashboardOK) Error() string + func (o *GetDashboardOK) GetPayload() *dynatrace.Dashboard + type GetDashboardParams struct + Context context.Context + HTTPClient *http.Client + ID string + func NewGetDashboardParams() *GetDashboardParams + func NewGetDashboardParamsWithContext(ctx context.Context) *GetDashboardParams + func NewGetDashboardParamsWithHTTPClient(client *http.Client) *GetDashboardParams + func NewGetDashboardParamsWithTimeout(timeout time.Duration) *GetDashboardParams + func (o *GetDashboardParams) SetContext(ctx context.Context) + func (o *GetDashboardParams) SetHTTPClient(client *http.Client) + func (o *GetDashboardParams) SetID(id string) + func (o *GetDashboardParams) SetTimeout(timeout time.Duration) + func (o *GetDashboardParams) WithContext(ctx context.Context) *GetDashboardParams + func (o *GetDashboardParams) WithHTTPClient(client *http.Client) *GetDashboardParams + func (o *GetDashboardParams) WithID(id string) *GetDashboardParams + func (o *GetDashboardParams) WithTimeout(timeout time.Duration) *GetDashboardParams + func (o *GetDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetDashboardReader struct + func (o *GetDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetDashboardsOK struct + Payload *dynatrace.DashboardList + func NewGetDashboardsOK() *GetDashboardsOK + func (o *GetDashboardsOK) Error() string + func (o *GetDashboardsOK) GetPayload() *dynatrace.DashboardList + type GetDashboardsParams struct + Context context.Context + HTTPClient *http.Client + func NewGetDashboardsParams() *GetDashboardsParams + func NewGetDashboardsParamsWithContext(ctx context.Context) *GetDashboardsParams + func NewGetDashboardsParamsWithHTTPClient(client *http.Client) *GetDashboardsParams + func NewGetDashboardsParamsWithTimeout(timeout time.Duration) *GetDashboardsParams + func (o *GetDashboardsParams) SetContext(ctx context.Context) + func (o *GetDashboardsParams) SetHTTPClient(client *http.Client) + func (o *GetDashboardsParams) SetTimeout(timeout time.Duration) + func (o *GetDashboardsParams) WithContext(ctx context.Context) *GetDashboardsParams + func (o *GetDashboardsParams) WithHTTPClient(client *http.Client) *GetDashboardsParams + func (o *GetDashboardsParams) WithTimeout(timeout time.Duration) *GetDashboardsParams + func (o *GetDashboardsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetDashboardsReader struct + func (o *GetDashboardsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateDashboardBadRequest struct + Payload *dynatrace.ErrorEnvelope + func NewUpdateDashboardBadRequest() *UpdateDashboardBadRequest + func (o *UpdateDashboardBadRequest) Error() string + func (o *UpdateDashboardBadRequest) GetPayload() *dynatrace.ErrorEnvelope + type UpdateDashboardCreated struct + Payload *dynatrace.EntityShortRepresentation + func NewUpdateDashboardCreated() *UpdateDashboardCreated + func (o *UpdateDashboardCreated) Error() string + func (o *UpdateDashboardCreated) GetPayload() *dynatrace.EntityShortRepresentation + type UpdateDashboardNoContent struct + func NewUpdateDashboardNoContent() *UpdateDashboardNoContent + func (o *UpdateDashboardNoContent) Error() string + type UpdateDashboardParams struct + Body *dynatrace.Dashboard + Context context.Context + HTTPClient *http.Client + ID string + func NewUpdateDashboardParams() *UpdateDashboardParams + func NewUpdateDashboardParamsWithContext(ctx context.Context) *UpdateDashboardParams + func NewUpdateDashboardParamsWithHTTPClient(client *http.Client) *UpdateDashboardParams + func NewUpdateDashboardParamsWithTimeout(timeout time.Duration) *UpdateDashboardParams + func (o *UpdateDashboardParams) SetBody(body *dynatrace.Dashboard) + func (o *UpdateDashboardParams) SetContext(ctx context.Context) + func (o *UpdateDashboardParams) SetHTTPClient(client *http.Client) + func (o *UpdateDashboardParams) SetID(id string) + func (o *UpdateDashboardParams) SetTimeout(timeout time.Duration) + func (o *UpdateDashboardParams) WithBody(body *dynatrace.Dashboard) *UpdateDashboardParams + func (o *UpdateDashboardParams) WithContext(ctx context.Context) *UpdateDashboardParams + func (o *UpdateDashboardParams) WithHTTPClient(client *http.Client) *UpdateDashboardParams + func (o *UpdateDashboardParams) WithID(id string) *UpdateDashboardParams + func (o *UpdateDashboardParams) WithTimeout(timeout time.Duration) *UpdateDashboardParams + func (o *UpdateDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateDashboardReader struct + func (o *UpdateDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ValidateCreateDashboardBadRequest struct + Payload *dynatrace.ErrorEnvelope + func NewValidateCreateDashboardBadRequest() *ValidateCreateDashboardBadRequest + func (o *ValidateCreateDashboardBadRequest) Error() string + func (o *ValidateCreateDashboardBadRequest) GetPayload() *dynatrace.ErrorEnvelope + type ValidateCreateDashboardNoContent struct + func NewValidateCreateDashboardNoContent() *ValidateCreateDashboardNoContent + func (o *ValidateCreateDashboardNoContent) Error() string + type ValidateCreateDashboardParams struct + Body *dynatrace.Dashboard + Context context.Context + HTTPClient *http.Client + func NewValidateCreateDashboardParams() *ValidateCreateDashboardParams + func NewValidateCreateDashboardParamsWithContext(ctx context.Context) *ValidateCreateDashboardParams + func NewValidateCreateDashboardParamsWithHTTPClient(client *http.Client) *ValidateCreateDashboardParams + func NewValidateCreateDashboardParamsWithTimeout(timeout time.Duration) *ValidateCreateDashboardParams + func (o *ValidateCreateDashboardParams) SetBody(body *dynatrace.Dashboard) + func (o *ValidateCreateDashboardParams) SetContext(ctx context.Context) + func (o *ValidateCreateDashboardParams) SetHTTPClient(client *http.Client) + func (o *ValidateCreateDashboardParams) SetTimeout(timeout time.Duration) + func (o *ValidateCreateDashboardParams) WithBody(body *dynatrace.Dashboard) *ValidateCreateDashboardParams + func (o *ValidateCreateDashboardParams) WithContext(ctx context.Context) *ValidateCreateDashboardParams + func (o *ValidateCreateDashboardParams) WithHTTPClient(client *http.Client) *ValidateCreateDashboardParams + func (o *ValidateCreateDashboardParams) WithTimeout(timeout time.Duration) *ValidateCreateDashboardParams + func (o *ValidateCreateDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ValidateCreateDashboardReader struct + func (o *ValidateCreateDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ValidateUpdateDashboardBadRequest struct + Payload *dynatrace.ErrorEnvelope + func NewValidateUpdateDashboardBadRequest() *ValidateUpdateDashboardBadRequest + func (o *ValidateUpdateDashboardBadRequest) Error() string + func (o *ValidateUpdateDashboardBadRequest) GetPayload() *dynatrace.ErrorEnvelope + type ValidateUpdateDashboardNoContent struct + func NewValidateUpdateDashboardNoContent() *ValidateUpdateDashboardNoContent + func (o *ValidateUpdateDashboardNoContent) Error() string + type ValidateUpdateDashboardParams struct + Body *dynatrace.Dashboard + Context context.Context + HTTPClient *http.Client + ID string + func NewValidateUpdateDashboardParams() *ValidateUpdateDashboardParams + func NewValidateUpdateDashboardParamsWithContext(ctx context.Context) *ValidateUpdateDashboardParams + func NewValidateUpdateDashboardParamsWithHTTPClient(client *http.Client) *ValidateUpdateDashboardParams + func NewValidateUpdateDashboardParamsWithTimeout(timeout time.Duration) *ValidateUpdateDashboardParams + func (o *ValidateUpdateDashboardParams) SetBody(body *dynatrace.Dashboard) + func (o *ValidateUpdateDashboardParams) SetContext(ctx context.Context) + func (o *ValidateUpdateDashboardParams) SetHTTPClient(client *http.Client) + func (o *ValidateUpdateDashboardParams) SetID(id string) + func (o *ValidateUpdateDashboardParams) SetTimeout(timeout time.Duration) + func (o *ValidateUpdateDashboardParams) WithBody(body *dynatrace.Dashboard) *ValidateUpdateDashboardParams + func (o *ValidateUpdateDashboardParams) WithContext(ctx context.Context) *ValidateUpdateDashboardParams + func (o *ValidateUpdateDashboardParams) WithHTTPClient(client *http.Client) *ValidateUpdateDashboardParams + func (o *ValidateUpdateDashboardParams) WithID(id string) *ValidateUpdateDashboardParams + func (o *ValidateUpdateDashboardParams) WithTimeout(timeout time.Duration) *ValidateUpdateDashboardParams + func (o *ValidateUpdateDashboardParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ValidateUpdateDashboardReader struct + func (o *ValidateUpdateDashboardReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)