Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateServiceCustomService(params *CreateServiceCustomServiceParams, ...) (*CreateServiceCustomServiceCreated, error)
- func (a *Client) DeleteServiceCustomService(params *DeleteServiceCustomServiceParams, ...) (*DeleteServiceCustomServiceNoContent, error)
- func (a *Client) GetServiceCustomService(params *GetServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*GetServiceCustomServiceOK, error)
- func (a *Client) GetServiceCustomServices(params *GetServiceCustomServicesParams, authInfo runtime.ClientAuthInfoWriter) (*GetServiceCustomServicesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateServiceCustomService(params *UpdateServiceCustomServiceParams, ...) (*UpdateServiceCustomServiceCreated, *UpdateServiceCustomServiceNoContent, ...)
- func (a *Client) UpdateServiceCustomServicesOrder(params *UpdateServiceCustomServicesOrderParams, ...) (*UpdateServiceCustomServicesOrderNoContent, error)
- func (a *Client) ValidateCreateServiceCustomService(params *ValidateCreateServiceCustomServiceParams, ...) (*ValidateCreateServiceCustomServiceNoContent, error)
- func (a *Client) ValidateUpdateServiceCustomService(params *ValidateUpdateServiceCustomServiceParams, ...) (*ValidateUpdateServiceCustomServiceNoContent, error)
- type ClientService
- type CreateServiceCustomServiceBadRequest
- type CreateServiceCustomServiceCreated
- type CreateServiceCustomServiceParams
- func NewCreateServiceCustomServiceParams() *CreateServiceCustomServiceParams
- func NewCreateServiceCustomServiceParamsWithContext(ctx context.Context) *CreateServiceCustomServiceParams
- func NewCreateServiceCustomServiceParamsWithHTTPClient(client *http.Client) *CreateServiceCustomServiceParams
- func NewCreateServiceCustomServiceParamsWithTimeout(timeout time.Duration) *CreateServiceCustomServiceParams
- func (o *CreateServiceCustomServiceParams) SetBody(body *dynatrace.CustomService)
- func (o *CreateServiceCustomServiceParams) SetContext(ctx context.Context)
- func (o *CreateServiceCustomServiceParams) SetHTTPClient(client *http.Client)
- func (o *CreateServiceCustomServiceParams) SetPosition(position *string)
- func (o *CreateServiceCustomServiceParams) SetTechnology(technology string)
- func (o *CreateServiceCustomServiceParams) SetTimeout(timeout time.Duration)
- func (o *CreateServiceCustomServiceParams) WithBody(body *dynatrace.CustomService) *CreateServiceCustomServiceParams
- func (o *CreateServiceCustomServiceParams) WithContext(ctx context.Context) *CreateServiceCustomServiceParams
- func (o *CreateServiceCustomServiceParams) WithHTTPClient(client *http.Client) *CreateServiceCustomServiceParams
- func (o *CreateServiceCustomServiceParams) WithPosition(position *string) *CreateServiceCustomServiceParams
- func (o *CreateServiceCustomServiceParams) WithTechnology(technology string) *CreateServiceCustomServiceParams
- func (o *CreateServiceCustomServiceParams) WithTimeout(timeout time.Duration) *CreateServiceCustomServiceParams
- func (o *CreateServiceCustomServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateServiceCustomServiceReader
- type DeleteServiceCustomServiceNoContent
- type DeleteServiceCustomServiceParams
- func NewDeleteServiceCustomServiceParams() *DeleteServiceCustomServiceParams
- func NewDeleteServiceCustomServiceParamsWithContext(ctx context.Context) *DeleteServiceCustomServiceParams
- func NewDeleteServiceCustomServiceParamsWithHTTPClient(client *http.Client) *DeleteServiceCustomServiceParams
- func NewDeleteServiceCustomServiceParamsWithTimeout(timeout time.Duration) *DeleteServiceCustomServiceParams
- func (o *DeleteServiceCustomServiceParams) SetContext(ctx context.Context)
- func (o *DeleteServiceCustomServiceParams) SetHTTPClient(client *http.Client)
- func (o *DeleteServiceCustomServiceParams) SetID(id strfmt.UUID)
- func (o *DeleteServiceCustomServiceParams) SetTechnology(technology string)
- func (o *DeleteServiceCustomServiceParams) SetTimeout(timeout time.Duration)
- func (o *DeleteServiceCustomServiceParams) WithContext(ctx context.Context) *DeleteServiceCustomServiceParams
- func (o *DeleteServiceCustomServiceParams) WithHTTPClient(client *http.Client) *DeleteServiceCustomServiceParams
- func (o *DeleteServiceCustomServiceParams) WithID(id strfmt.UUID) *DeleteServiceCustomServiceParams
- func (o *DeleteServiceCustomServiceParams) WithTechnology(technology string) *DeleteServiceCustomServiceParams
- func (o *DeleteServiceCustomServiceParams) WithTimeout(timeout time.Duration) *DeleteServiceCustomServiceParams
- func (o *DeleteServiceCustomServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteServiceCustomServiceReader
- type GetServiceCustomServiceOK
- type GetServiceCustomServiceParams
- func NewGetServiceCustomServiceParams() *GetServiceCustomServiceParams
- func NewGetServiceCustomServiceParamsWithContext(ctx context.Context) *GetServiceCustomServiceParams
- func NewGetServiceCustomServiceParamsWithHTTPClient(client *http.Client) *GetServiceCustomServiceParams
- func NewGetServiceCustomServiceParamsWithTimeout(timeout time.Duration) *GetServiceCustomServiceParams
- func (o *GetServiceCustomServiceParams) SetContext(ctx context.Context)
- func (o *GetServiceCustomServiceParams) SetHTTPClient(client *http.Client)
- func (o *GetServiceCustomServiceParams) SetID(id strfmt.UUID)
- func (o *GetServiceCustomServiceParams) SetIncludeProcessGroupReferences(includeProcessGroupReferences *bool)
- func (o *GetServiceCustomServiceParams) SetTechnology(technology string)
- func (o *GetServiceCustomServiceParams) SetTimeout(timeout time.Duration)
- func (o *GetServiceCustomServiceParams) WithContext(ctx context.Context) *GetServiceCustomServiceParams
- func (o *GetServiceCustomServiceParams) WithHTTPClient(client *http.Client) *GetServiceCustomServiceParams
- func (o *GetServiceCustomServiceParams) WithID(id strfmt.UUID) *GetServiceCustomServiceParams
- func (o *GetServiceCustomServiceParams) WithIncludeProcessGroupReferences(includeProcessGroupReferences *bool) *GetServiceCustomServiceParams
- func (o *GetServiceCustomServiceParams) WithTechnology(technology string) *GetServiceCustomServiceParams
- func (o *GetServiceCustomServiceParams) WithTimeout(timeout time.Duration) *GetServiceCustomServiceParams
- func (o *GetServiceCustomServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetServiceCustomServiceReader
- type GetServiceCustomServicesOK
- type GetServiceCustomServicesParams
- func NewGetServiceCustomServicesParams() *GetServiceCustomServicesParams
- func NewGetServiceCustomServicesParamsWithContext(ctx context.Context) *GetServiceCustomServicesParams
- func NewGetServiceCustomServicesParamsWithHTTPClient(client *http.Client) *GetServiceCustomServicesParams
- func NewGetServiceCustomServicesParamsWithTimeout(timeout time.Duration) *GetServiceCustomServicesParams
- func (o *GetServiceCustomServicesParams) SetContext(ctx context.Context)
- func (o *GetServiceCustomServicesParams) SetHTTPClient(client *http.Client)
- func (o *GetServiceCustomServicesParams) SetTechnology(technology string)
- func (o *GetServiceCustomServicesParams) SetTimeout(timeout time.Duration)
- func (o *GetServiceCustomServicesParams) WithContext(ctx context.Context) *GetServiceCustomServicesParams
- func (o *GetServiceCustomServicesParams) WithHTTPClient(client *http.Client) *GetServiceCustomServicesParams
- func (o *GetServiceCustomServicesParams) WithTechnology(technology string) *GetServiceCustomServicesParams
- func (o *GetServiceCustomServicesParams) WithTimeout(timeout time.Duration) *GetServiceCustomServicesParams
- func (o *GetServiceCustomServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetServiceCustomServicesReader
- type UpdateServiceCustomServiceBadRequest
- type UpdateServiceCustomServiceCreated
- type UpdateServiceCustomServiceNoContent
- type UpdateServiceCustomServiceParams
- func NewUpdateServiceCustomServiceParams() *UpdateServiceCustomServiceParams
- func NewUpdateServiceCustomServiceParamsWithContext(ctx context.Context) *UpdateServiceCustomServiceParams
- func NewUpdateServiceCustomServiceParamsWithHTTPClient(client *http.Client) *UpdateServiceCustomServiceParams
- func NewUpdateServiceCustomServiceParamsWithTimeout(timeout time.Duration) *UpdateServiceCustomServiceParams
- func (o *UpdateServiceCustomServiceParams) SetBody(body *dynatrace.CustomService)
- func (o *UpdateServiceCustomServiceParams) SetContext(ctx context.Context)
- func (o *UpdateServiceCustomServiceParams) SetHTTPClient(client *http.Client)
- func (o *UpdateServiceCustomServiceParams) SetID(id strfmt.UUID)
- func (o *UpdateServiceCustomServiceParams) SetTechnology(technology string)
- func (o *UpdateServiceCustomServiceParams) SetTimeout(timeout time.Duration)
- func (o *UpdateServiceCustomServiceParams) WithBody(body *dynatrace.CustomService) *UpdateServiceCustomServiceParams
- func (o *UpdateServiceCustomServiceParams) WithContext(ctx context.Context) *UpdateServiceCustomServiceParams
- func (o *UpdateServiceCustomServiceParams) WithHTTPClient(client *http.Client) *UpdateServiceCustomServiceParams
- func (o *UpdateServiceCustomServiceParams) WithID(id strfmt.UUID) *UpdateServiceCustomServiceParams
- func (o *UpdateServiceCustomServiceParams) WithTechnology(technology string) *UpdateServiceCustomServiceParams
- func (o *UpdateServiceCustomServiceParams) WithTimeout(timeout time.Duration) *UpdateServiceCustomServiceParams
- func (o *UpdateServiceCustomServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateServiceCustomServiceReader
- type UpdateServiceCustomServicesOrderBadRequest
- type UpdateServiceCustomServicesOrderNoContent
- type UpdateServiceCustomServicesOrderParams
- func NewUpdateServiceCustomServicesOrderParams() *UpdateServiceCustomServicesOrderParams
- func NewUpdateServiceCustomServicesOrderParamsWithContext(ctx context.Context) *UpdateServiceCustomServicesOrderParams
- func NewUpdateServiceCustomServicesOrderParamsWithHTTPClient(client *http.Client) *UpdateServiceCustomServicesOrderParams
- func NewUpdateServiceCustomServicesOrderParamsWithTimeout(timeout time.Duration) *UpdateServiceCustomServicesOrderParams
- func (o *UpdateServiceCustomServicesOrderParams) SetBody(body *dynatrace.StubList)
- func (o *UpdateServiceCustomServicesOrderParams) SetContext(ctx context.Context)
- func (o *UpdateServiceCustomServicesOrderParams) SetHTTPClient(client *http.Client)
- func (o *UpdateServiceCustomServicesOrderParams) SetTechnology(technology string)
- func (o *UpdateServiceCustomServicesOrderParams) SetTimeout(timeout time.Duration)
- func (o *UpdateServiceCustomServicesOrderParams) WithBody(body *dynatrace.StubList) *UpdateServiceCustomServicesOrderParams
- func (o *UpdateServiceCustomServicesOrderParams) WithContext(ctx context.Context) *UpdateServiceCustomServicesOrderParams
- func (o *UpdateServiceCustomServicesOrderParams) WithHTTPClient(client *http.Client) *UpdateServiceCustomServicesOrderParams
- func (o *UpdateServiceCustomServicesOrderParams) WithTechnology(technology string) *UpdateServiceCustomServicesOrderParams
- func (o *UpdateServiceCustomServicesOrderParams) WithTimeout(timeout time.Duration) *UpdateServiceCustomServicesOrderParams
- func (o *UpdateServiceCustomServicesOrderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateServiceCustomServicesOrderReader
- type ValidateCreateServiceCustomServiceBadRequest
- type ValidateCreateServiceCustomServiceNoContent
- type ValidateCreateServiceCustomServiceParams
- func NewValidateCreateServiceCustomServiceParams() *ValidateCreateServiceCustomServiceParams
- func NewValidateCreateServiceCustomServiceParamsWithContext(ctx context.Context) *ValidateCreateServiceCustomServiceParams
- func NewValidateCreateServiceCustomServiceParamsWithHTTPClient(client *http.Client) *ValidateCreateServiceCustomServiceParams
- func NewValidateCreateServiceCustomServiceParamsWithTimeout(timeout time.Duration) *ValidateCreateServiceCustomServiceParams
- func (o *ValidateCreateServiceCustomServiceParams) SetBody(body *dynatrace.CustomService)
- func (o *ValidateCreateServiceCustomServiceParams) SetContext(ctx context.Context)
- func (o *ValidateCreateServiceCustomServiceParams) SetHTTPClient(client *http.Client)
- func (o *ValidateCreateServiceCustomServiceParams) SetTechnology(technology string)
- func (o *ValidateCreateServiceCustomServiceParams) SetTimeout(timeout time.Duration)
- func (o *ValidateCreateServiceCustomServiceParams) WithBody(body *dynatrace.CustomService) *ValidateCreateServiceCustomServiceParams
- func (o *ValidateCreateServiceCustomServiceParams) WithContext(ctx context.Context) *ValidateCreateServiceCustomServiceParams
- func (o *ValidateCreateServiceCustomServiceParams) WithHTTPClient(client *http.Client) *ValidateCreateServiceCustomServiceParams
- func (o *ValidateCreateServiceCustomServiceParams) WithTechnology(technology string) *ValidateCreateServiceCustomServiceParams
- func (o *ValidateCreateServiceCustomServiceParams) WithTimeout(timeout time.Duration) *ValidateCreateServiceCustomServiceParams
- func (o *ValidateCreateServiceCustomServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ValidateCreateServiceCustomServiceReader
- type ValidateUpdateServiceCustomServiceBadRequest
- type ValidateUpdateServiceCustomServiceNoContent
- type ValidateUpdateServiceCustomServiceParams
- func NewValidateUpdateServiceCustomServiceParams() *ValidateUpdateServiceCustomServiceParams
- func NewValidateUpdateServiceCustomServiceParamsWithContext(ctx context.Context) *ValidateUpdateServiceCustomServiceParams
- func NewValidateUpdateServiceCustomServiceParamsWithHTTPClient(client *http.Client) *ValidateUpdateServiceCustomServiceParams
- func NewValidateUpdateServiceCustomServiceParamsWithTimeout(timeout time.Duration) *ValidateUpdateServiceCustomServiceParams
- func (o *ValidateUpdateServiceCustomServiceParams) SetBody(body *dynatrace.CustomService)
- func (o *ValidateUpdateServiceCustomServiceParams) SetContext(ctx context.Context)
- func (o *ValidateUpdateServiceCustomServiceParams) SetHTTPClient(client *http.Client)
- func (o *ValidateUpdateServiceCustomServiceParams) SetID(id strfmt.UUID)
- func (o *ValidateUpdateServiceCustomServiceParams) SetTechnology(technology string)
- func (o *ValidateUpdateServiceCustomServiceParams) SetTimeout(timeout time.Duration)
- func (o *ValidateUpdateServiceCustomServiceParams) WithBody(body *dynatrace.CustomService) *ValidateUpdateServiceCustomServiceParams
- func (o *ValidateUpdateServiceCustomServiceParams) WithContext(ctx context.Context) *ValidateUpdateServiceCustomServiceParams
- func (o *ValidateUpdateServiceCustomServiceParams) WithHTTPClient(client *http.Client) *ValidateUpdateServiceCustomServiceParams
- func (o *ValidateUpdateServiceCustomServiceParams) WithID(id strfmt.UUID) *ValidateUpdateServiceCustomServiceParams
- func (o *ValidateUpdateServiceCustomServiceParams) WithTechnology(technology string) *ValidateUpdateServiceCustomServiceParams
- func (o *ValidateUpdateServiceCustomServiceParams) WithTimeout(timeout time.Duration) *ValidateUpdateServiceCustomServiceParams
- func (o *ValidateUpdateServiceCustomServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ValidateUpdateServiceCustomServiceReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for service custom services API
func (*Client) CreateServiceCustomService ¶
func (a *Client) CreateServiceCustomService(params *CreateServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*CreateServiceCustomServiceCreated, error)
CreateServiceCustomService creates a custom service
In the body of the request, neither custom service nor its rules can have the ID. All IDs will be generated automatically by Dynatrace.
func (*Client) DeleteServiceCustomService ¶
func (a *Client) DeleteServiceCustomService(params *DeleteServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteServiceCustomServiceNoContent, error)
DeleteServiceCustomService deletes the specified custom service
func (*Client) GetServiceCustomService ¶
func (a *Client) GetServiceCustomService(params *GetServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*GetServiceCustomServiceOK, error)
GetServiceCustomService gets the definition of the specified custom service
func (*Client) GetServiceCustomServices ¶
func (a *Client) GetServiceCustomServices(params *GetServiceCustomServicesParams, authInfo runtime.ClientAuthInfoWriter) (*GetServiceCustomServicesOK, error)
GetServiceCustomServices lists all custom services of the specified technology
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateServiceCustomService ¶
func (a *Client) UpdateServiceCustomService(params *UpdateServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateServiceCustomServiceCreated, *UpdateServiceCustomServiceNoContent, error)
UpdateServiceCustomService updates the specified custom service or create a new one
Will use the config's ´order´ attribute if supplied, otherwise keeps the order of the existing config or appends if no existing config with the supplied ID was found.
func (*Client) UpdateServiceCustomServicesOrder ¶
func (a *Client) UpdateServiceCustomServicesOrder(params *UpdateServiceCustomServicesOrderParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateServiceCustomServicesOrderNoContent, error)
UpdateServiceCustomServicesOrder reorders the custom services of the specified technology
This request reorders the custom services of the specified technology according to the given list of IDs. Custom services not present in the body of the request will retain their relative ordering but will be ordered *after* all those present in the request.
func (*Client) ValidateCreateServiceCustomService ¶
func (a *Client) ValidateCreateServiceCustomService(params *ValidateCreateServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateCreateServiceCustomServiceNoContent, error)
ValidateCreateServiceCustomService validates the new custom service for the p o s t custom services technology request
func (*Client) ValidateUpdateServiceCustomService ¶
func (a *Client) ValidateUpdateServiceCustomService(params *ValidateUpdateServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateServiceCustomServiceNoContent, error)
ValidateUpdateServiceCustomService validates the new custom service for the p u t custom services technology id request
type ClientService ¶
type ClientService interface { CreateServiceCustomService(params *CreateServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*CreateServiceCustomServiceCreated, error) DeleteServiceCustomService(params *DeleteServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteServiceCustomServiceNoContent, error) GetServiceCustomService(params *GetServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*GetServiceCustomServiceOK, error) GetServiceCustomServices(params *GetServiceCustomServicesParams, authInfo runtime.ClientAuthInfoWriter) (*GetServiceCustomServicesOK, error) UpdateServiceCustomService(params *UpdateServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateServiceCustomServiceCreated, *UpdateServiceCustomServiceNoContent, error) UpdateServiceCustomServicesOrder(params *UpdateServiceCustomServicesOrderParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateServiceCustomServicesOrderNoContent, error) ValidateCreateServiceCustomService(params *ValidateCreateServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateCreateServiceCustomServiceNoContent, error) ValidateUpdateServiceCustomService(params *ValidateUpdateServiceCustomServiceParams, authInfo runtime.ClientAuthInfoWriter) (*ValidateUpdateServiceCustomServiceNoContent, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new service custom services API client.
type CreateServiceCustomServiceBadRequest ¶
type CreateServiceCustomServiceBadRequest struct {
Payload *dynatrace.ErrorEnvelope
}
CreateServiceCustomServiceBadRequest handles this case with default header values.
Failed. The input is invalid.
func NewCreateServiceCustomServiceBadRequest ¶
func NewCreateServiceCustomServiceBadRequest() *CreateServiceCustomServiceBadRequest
NewCreateServiceCustomServiceBadRequest creates a CreateServiceCustomServiceBadRequest with default headers values
func (*CreateServiceCustomServiceBadRequest) Error ¶
func (o *CreateServiceCustomServiceBadRequest) Error() string
func (*CreateServiceCustomServiceBadRequest) GetPayload ¶
func (o *CreateServiceCustomServiceBadRequest) GetPayload() *dynatrace.ErrorEnvelope
type CreateServiceCustomServiceCreated ¶
type CreateServiceCustomServiceCreated struct {
Payload *dynatrace.EntityShortRepresentation
}
CreateServiceCustomServiceCreated handles this case with default header values.
Success. The custom service has been created. Response contains the new service's ID and name.
func NewCreateServiceCustomServiceCreated ¶
func NewCreateServiceCustomServiceCreated() *CreateServiceCustomServiceCreated
NewCreateServiceCustomServiceCreated creates a CreateServiceCustomServiceCreated with default headers values
func (*CreateServiceCustomServiceCreated) Error ¶
func (o *CreateServiceCustomServiceCreated) Error() string
func (*CreateServiceCustomServiceCreated) GetPayload ¶
func (o *CreateServiceCustomServiceCreated) GetPayload() *dynatrace.EntityShortRepresentation
type CreateServiceCustomServiceParams ¶
type CreateServiceCustomServiceParams struct { /*Body JSON body of the request containing definition of the new custom service. You must not specify the IDs for the custom service or any of its rules. The *order* field is not allowed either. */ Body *dynatrace.CustomService /*Position Order of the new custom service. Set to `PREPEND` to prepend it to the list, `APPEND` to append it. Defaults to `APPEND`. */ Position *string /*Technology Technology of the new custom service. */ Technology string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateServiceCustomServiceParams contains all the parameters to send to the API endpoint for the create service custom service operation typically these are written to a http.Request
func NewCreateServiceCustomServiceParams ¶
func NewCreateServiceCustomServiceParams() *CreateServiceCustomServiceParams
NewCreateServiceCustomServiceParams creates a new CreateServiceCustomServiceParams object with the default values initialized.
func NewCreateServiceCustomServiceParamsWithContext ¶
func NewCreateServiceCustomServiceParamsWithContext(ctx context.Context) *CreateServiceCustomServiceParams
NewCreateServiceCustomServiceParamsWithContext creates a new CreateServiceCustomServiceParams object with the default values initialized, and the ability to set a context for a request
func NewCreateServiceCustomServiceParamsWithHTTPClient ¶
func NewCreateServiceCustomServiceParamsWithHTTPClient(client *http.Client) *CreateServiceCustomServiceParams
NewCreateServiceCustomServiceParamsWithHTTPClient creates a new CreateServiceCustomServiceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateServiceCustomServiceParamsWithTimeout ¶
func NewCreateServiceCustomServiceParamsWithTimeout(timeout time.Duration) *CreateServiceCustomServiceParams
NewCreateServiceCustomServiceParamsWithTimeout creates a new CreateServiceCustomServiceParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateServiceCustomServiceParams) SetBody ¶
func (o *CreateServiceCustomServiceParams) SetBody(body *dynatrace.CustomService)
SetBody adds the body to the create service custom service params
func (*CreateServiceCustomServiceParams) SetContext ¶
func (o *CreateServiceCustomServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the create service custom service params
func (*CreateServiceCustomServiceParams) SetHTTPClient ¶
func (o *CreateServiceCustomServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create service custom service params
func (*CreateServiceCustomServiceParams) SetPosition ¶
func (o *CreateServiceCustomServiceParams) SetPosition(position *string)
SetPosition adds the position to the create service custom service params
func (*CreateServiceCustomServiceParams) SetTechnology ¶
func (o *CreateServiceCustomServiceParams) SetTechnology(technology string)
SetTechnology adds the technology to the create service custom service params
func (*CreateServiceCustomServiceParams) SetTimeout ¶
func (o *CreateServiceCustomServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create service custom service params
func (*CreateServiceCustomServiceParams) WithBody ¶
func (o *CreateServiceCustomServiceParams) WithBody(body *dynatrace.CustomService) *CreateServiceCustomServiceParams
WithBody adds the body to the create service custom service params
func (*CreateServiceCustomServiceParams) WithContext ¶
func (o *CreateServiceCustomServiceParams) WithContext(ctx context.Context) *CreateServiceCustomServiceParams
WithContext adds the context to the create service custom service params
func (*CreateServiceCustomServiceParams) WithHTTPClient ¶
func (o *CreateServiceCustomServiceParams) WithHTTPClient(client *http.Client) *CreateServiceCustomServiceParams
WithHTTPClient adds the HTTPClient to the create service custom service params
func (*CreateServiceCustomServiceParams) WithPosition ¶
func (o *CreateServiceCustomServiceParams) WithPosition(position *string) *CreateServiceCustomServiceParams
WithPosition adds the position to the create service custom service params
func (*CreateServiceCustomServiceParams) WithTechnology ¶
func (o *CreateServiceCustomServiceParams) WithTechnology(technology string) *CreateServiceCustomServiceParams
WithTechnology adds the technology to the create service custom service params
func (*CreateServiceCustomServiceParams) WithTimeout ¶
func (o *CreateServiceCustomServiceParams) WithTimeout(timeout time.Duration) *CreateServiceCustomServiceParams
WithTimeout adds the timeout to the create service custom service params
func (*CreateServiceCustomServiceParams) WriteToRequest ¶
func (o *CreateServiceCustomServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateServiceCustomServiceReader ¶
type CreateServiceCustomServiceReader struct {
// contains filtered or unexported fields
}
CreateServiceCustomServiceReader is a Reader for the CreateServiceCustomService structure.
func (*CreateServiceCustomServiceReader) ReadResponse ¶
func (o *CreateServiceCustomServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteServiceCustomServiceNoContent ¶
type DeleteServiceCustomServiceNoContent struct { }
DeleteServiceCustomServiceNoContent handles this case with default header values.
Deleted. Response does not have a body.
func NewDeleteServiceCustomServiceNoContent ¶
func NewDeleteServiceCustomServiceNoContent() *DeleteServiceCustomServiceNoContent
NewDeleteServiceCustomServiceNoContent creates a DeleteServiceCustomServiceNoContent with default headers values
func (*DeleteServiceCustomServiceNoContent) Error ¶
func (o *DeleteServiceCustomServiceNoContent) Error() string
type DeleteServiceCustomServiceParams ¶
type DeleteServiceCustomServiceParams struct { /*ID The ID of the custom service to delete. */ ID strfmt.UUID /*Technology Technology of the custom service to delete. */ Technology string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteServiceCustomServiceParams contains all the parameters to send to the API endpoint for the delete service custom service operation typically these are written to a http.Request
func NewDeleteServiceCustomServiceParams ¶
func NewDeleteServiceCustomServiceParams() *DeleteServiceCustomServiceParams
NewDeleteServiceCustomServiceParams creates a new DeleteServiceCustomServiceParams object with the default values initialized.
func NewDeleteServiceCustomServiceParamsWithContext ¶
func NewDeleteServiceCustomServiceParamsWithContext(ctx context.Context) *DeleteServiceCustomServiceParams
NewDeleteServiceCustomServiceParamsWithContext creates a new DeleteServiceCustomServiceParams object with the default values initialized, and the ability to set a context for a request
func NewDeleteServiceCustomServiceParamsWithHTTPClient ¶
func NewDeleteServiceCustomServiceParamsWithHTTPClient(client *http.Client) *DeleteServiceCustomServiceParams
NewDeleteServiceCustomServiceParamsWithHTTPClient creates a new DeleteServiceCustomServiceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewDeleteServiceCustomServiceParamsWithTimeout ¶
func NewDeleteServiceCustomServiceParamsWithTimeout(timeout time.Duration) *DeleteServiceCustomServiceParams
NewDeleteServiceCustomServiceParamsWithTimeout creates a new DeleteServiceCustomServiceParams object with the default values initialized, and the ability to set a timeout on a request
func (*DeleteServiceCustomServiceParams) SetContext ¶
func (o *DeleteServiceCustomServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the delete service custom service params
func (*DeleteServiceCustomServiceParams) SetHTTPClient ¶
func (o *DeleteServiceCustomServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete service custom service params
func (*DeleteServiceCustomServiceParams) SetID ¶
func (o *DeleteServiceCustomServiceParams) SetID(id strfmt.UUID)
SetID adds the id to the delete service custom service params
func (*DeleteServiceCustomServiceParams) SetTechnology ¶
func (o *DeleteServiceCustomServiceParams) SetTechnology(technology string)
SetTechnology adds the technology to the delete service custom service params
func (*DeleteServiceCustomServiceParams) SetTimeout ¶
func (o *DeleteServiceCustomServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete service custom service params
func (*DeleteServiceCustomServiceParams) WithContext ¶
func (o *DeleteServiceCustomServiceParams) WithContext(ctx context.Context) *DeleteServiceCustomServiceParams
WithContext adds the context to the delete service custom service params
func (*DeleteServiceCustomServiceParams) WithHTTPClient ¶
func (o *DeleteServiceCustomServiceParams) WithHTTPClient(client *http.Client) *DeleteServiceCustomServiceParams
WithHTTPClient adds the HTTPClient to the delete service custom service params
func (*DeleteServiceCustomServiceParams) WithID ¶
func (o *DeleteServiceCustomServiceParams) WithID(id strfmt.UUID) *DeleteServiceCustomServiceParams
WithID adds the id to the delete service custom service params
func (*DeleteServiceCustomServiceParams) WithTechnology ¶
func (o *DeleteServiceCustomServiceParams) WithTechnology(technology string) *DeleteServiceCustomServiceParams
WithTechnology adds the technology to the delete service custom service params
func (*DeleteServiceCustomServiceParams) WithTimeout ¶
func (o *DeleteServiceCustomServiceParams) WithTimeout(timeout time.Duration) *DeleteServiceCustomServiceParams
WithTimeout adds the timeout to the delete service custom service params
func (*DeleteServiceCustomServiceParams) WriteToRequest ¶
func (o *DeleteServiceCustomServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteServiceCustomServiceReader ¶
type DeleteServiceCustomServiceReader struct {
// contains filtered or unexported fields
}
DeleteServiceCustomServiceReader is a Reader for the DeleteServiceCustomService structure.
func (*DeleteServiceCustomServiceReader) ReadResponse ¶
func (o *DeleteServiceCustomServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetServiceCustomServiceOK ¶
type GetServiceCustomServiceOK struct {
Payload *dynatrace.CustomService
}
GetServiceCustomServiceOK handles this case with default header values.
successful operation
func NewGetServiceCustomServiceOK ¶
func NewGetServiceCustomServiceOK() *GetServiceCustomServiceOK
NewGetServiceCustomServiceOK creates a GetServiceCustomServiceOK with default headers values
func (*GetServiceCustomServiceOK) Error ¶
func (o *GetServiceCustomServiceOK) Error() string
func (*GetServiceCustomServiceOK) GetPayload ¶
func (o *GetServiceCustomServiceOK) GetPayload() *dynatrace.CustomService
type GetServiceCustomServiceParams ¶
type GetServiceCustomServiceParams struct { /*ID The ID of the custom service you're inquiring. */ ID strfmt.UUID /*IncludeProcessGroupReferences Flag to include process group references to the response. Process group references aren't compatible across environments. `false` is used if the value is not set. */ IncludeProcessGroupReferences *bool /*Technology Technology of the custom service you're inquiring. */ Technology string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetServiceCustomServiceParams contains all the parameters to send to the API endpoint for the get service custom service operation typically these are written to a http.Request
func NewGetServiceCustomServiceParams ¶
func NewGetServiceCustomServiceParams() *GetServiceCustomServiceParams
NewGetServiceCustomServiceParams creates a new GetServiceCustomServiceParams object with the default values initialized.
func NewGetServiceCustomServiceParamsWithContext ¶
func NewGetServiceCustomServiceParamsWithContext(ctx context.Context) *GetServiceCustomServiceParams
NewGetServiceCustomServiceParamsWithContext creates a new GetServiceCustomServiceParams object with the default values initialized, and the ability to set a context for a request
func NewGetServiceCustomServiceParamsWithHTTPClient ¶
func NewGetServiceCustomServiceParamsWithHTTPClient(client *http.Client) *GetServiceCustomServiceParams
NewGetServiceCustomServiceParamsWithHTTPClient creates a new GetServiceCustomServiceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetServiceCustomServiceParamsWithTimeout ¶
func NewGetServiceCustomServiceParamsWithTimeout(timeout time.Duration) *GetServiceCustomServiceParams
NewGetServiceCustomServiceParamsWithTimeout creates a new GetServiceCustomServiceParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetServiceCustomServiceParams) SetContext ¶
func (o *GetServiceCustomServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the get service custom service params
func (*GetServiceCustomServiceParams) SetHTTPClient ¶
func (o *GetServiceCustomServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get service custom service params
func (*GetServiceCustomServiceParams) SetID ¶
func (o *GetServiceCustomServiceParams) SetID(id strfmt.UUID)
SetID adds the id to the get service custom service params
func (*GetServiceCustomServiceParams) SetIncludeProcessGroupReferences ¶
func (o *GetServiceCustomServiceParams) SetIncludeProcessGroupReferences(includeProcessGroupReferences *bool)
SetIncludeProcessGroupReferences adds the includeProcessGroupReferences to the get service custom service params
func (*GetServiceCustomServiceParams) SetTechnology ¶
func (o *GetServiceCustomServiceParams) SetTechnology(technology string)
SetTechnology adds the technology to the get service custom service params
func (*GetServiceCustomServiceParams) SetTimeout ¶
func (o *GetServiceCustomServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get service custom service params
func (*GetServiceCustomServiceParams) WithContext ¶
func (o *GetServiceCustomServiceParams) WithContext(ctx context.Context) *GetServiceCustomServiceParams
WithContext adds the context to the get service custom service params
func (*GetServiceCustomServiceParams) WithHTTPClient ¶
func (o *GetServiceCustomServiceParams) WithHTTPClient(client *http.Client) *GetServiceCustomServiceParams
WithHTTPClient adds the HTTPClient to the get service custom service params
func (*GetServiceCustomServiceParams) WithID ¶
func (o *GetServiceCustomServiceParams) WithID(id strfmt.UUID) *GetServiceCustomServiceParams
WithID adds the id to the get service custom service params
func (*GetServiceCustomServiceParams) WithIncludeProcessGroupReferences ¶
func (o *GetServiceCustomServiceParams) WithIncludeProcessGroupReferences(includeProcessGroupReferences *bool) *GetServiceCustomServiceParams
WithIncludeProcessGroupReferences adds the includeProcessGroupReferences to the get service custom service params
func (*GetServiceCustomServiceParams) WithTechnology ¶
func (o *GetServiceCustomServiceParams) WithTechnology(technology string) *GetServiceCustomServiceParams
WithTechnology adds the technology to the get service custom service params
func (*GetServiceCustomServiceParams) WithTimeout ¶
func (o *GetServiceCustomServiceParams) WithTimeout(timeout time.Duration) *GetServiceCustomServiceParams
WithTimeout adds the timeout to the get service custom service params
func (*GetServiceCustomServiceParams) WriteToRequest ¶
func (o *GetServiceCustomServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetServiceCustomServiceReader ¶
type GetServiceCustomServiceReader struct {
// contains filtered or unexported fields
}
GetServiceCustomServiceReader is a Reader for the GetServiceCustomService structure.
func (*GetServiceCustomServiceReader) ReadResponse ¶
func (o *GetServiceCustomServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetServiceCustomServicesOK ¶
GetServiceCustomServicesOK handles this case with default header values.
successful operation
func NewGetServiceCustomServicesOK ¶
func NewGetServiceCustomServicesOK() *GetServiceCustomServicesOK
NewGetServiceCustomServicesOK creates a GetServiceCustomServicesOK with default headers values
func (*GetServiceCustomServicesOK) Error ¶
func (o *GetServiceCustomServicesOK) Error() string
func (*GetServiceCustomServicesOK) GetPayload ¶
func (o *GetServiceCustomServicesOK) GetPayload() *dynatrace.StubList
type GetServiceCustomServicesParams ¶
type GetServiceCustomServicesParams struct { /*Technology Technology of the required custom services. */ Technology string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetServiceCustomServicesParams contains all the parameters to send to the API endpoint for the get service custom services operation typically these are written to a http.Request
func NewGetServiceCustomServicesParams ¶
func NewGetServiceCustomServicesParams() *GetServiceCustomServicesParams
NewGetServiceCustomServicesParams creates a new GetServiceCustomServicesParams object with the default values initialized.
func NewGetServiceCustomServicesParamsWithContext ¶
func NewGetServiceCustomServicesParamsWithContext(ctx context.Context) *GetServiceCustomServicesParams
NewGetServiceCustomServicesParamsWithContext creates a new GetServiceCustomServicesParams object with the default values initialized, and the ability to set a context for a request
func NewGetServiceCustomServicesParamsWithHTTPClient ¶
func NewGetServiceCustomServicesParamsWithHTTPClient(client *http.Client) *GetServiceCustomServicesParams
NewGetServiceCustomServicesParamsWithHTTPClient creates a new GetServiceCustomServicesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetServiceCustomServicesParamsWithTimeout ¶
func NewGetServiceCustomServicesParamsWithTimeout(timeout time.Duration) *GetServiceCustomServicesParams
NewGetServiceCustomServicesParamsWithTimeout creates a new GetServiceCustomServicesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetServiceCustomServicesParams) SetContext ¶
func (o *GetServiceCustomServicesParams) SetContext(ctx context.Context)
SetContext adds the context to the get service custom services params
func (*GetServiceCustomServicesParams) SetHTTPClient ¶
func (o *GetServiceCustomServicesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get service custom services params
func (*GetServiceCustomServicesParams) SetTechnology ¶
func (o *GetServiceCustomServicesParams) SetTechnology(technology string)
SetTechnology adds the technology to the get service custom services params
func (*GetServiceCustomServicesParams) SetTimeout ¶
func (o *GetServiceCustomServicesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get service custom services params
func (*GetServiceCustomServicesParams) WithContext ¶
func (o *GetServiceCustomServicesParams) WithContext(ctx context.Context) *GetServiceCustomServicesParams
WithContext adds the context to the get service custom services params
func (*GetServiceCustomServicesParams) WithHTTPClient ¶
func (o *GetServiceCustomServicesParams) WithHTTPClient(client *http.Client) *GetServiceCustomServicesParams
WithHTTPClient adds the HTTPClient to the get service custom services params
func (*GetServiceCustomServicesParams) WithTechnology ¶
func (o *GetServiceCustomServicesParams) WithTechnology(technology string) *GetServiceCustomServicesParams
WithTechnology adds the technology to the get service custom services params
func (*GetServiceCustomServicesParams) WithTimeout ¶
func (o *GetServiceCustomServicesParams) WithTimeout(timeout time.Duration) *GetServiceCustomServicesParams
WithTimeout adds the timeout to the get service custom services params
func (*GetServiceCustomServicesParams) WriteToRequest ¶
func (o *GetServiceCustomServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetServiceCustomServicesReader ¶
type GetServiceCustomServicesReader struct {
// contains filtered or unexported fields
}
GetServiceCustomServicesReader is a Reader for the GetServiceCustomServices structure.
func (*GetServiceCustomServicesReader) ReadResponse ¶
func (o *GetServiceCustomServicesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateServiceCustomServiceBadRequest ¶
type UpdateServiceCustomServiceBadRequest struct {
Payload *dynatrace.ErrorEnvelope
}
UpdateServiceCustomServiceBadRequest handles this case with default header values.
Failed. The input is invalid.
func NewUpdateServiceCustomServiceBadRequest ¶
func NewUpdateServiceCustomServiceBadRequest() *UpdateServiceCustomServiceBadRequest
NewUpdateServiceCustomServiceBadRequest creates a UpdateServiceCustomServiceBadRequest with default headers values
func (*UpdateServiceCustomServiceBadRequest) Error ¶
func (o *UpdateServiceCustomServiceBadRequest) Error() string
func (*UpdateServiceCustomServiceBadRequest) GetPayload ¶
func (o *UpdateServiceCustomServiceBadRequest) GetPayload() *dynatrace.ErrorEnvelope
type UpdateServiceCustomServiceCreated ¶
type UpdateServiceCustomServiceCreated struct {
Payload *dynatrace.EntityShortRepresentation
}
UpdateServiceCustomServiceCreated handles this case with default header values.
Success. Custom service has been created. Response contains the new service's ID and name.
func NewUpdateServiceCustomServiceCreated ¶
func NewUpdateServiceCustomServiceCreated() *UpdateServiceCustomServiceCreated
NewUpdateServiceCustomServiceCreated creates a UpdateServiceCustomServiceCreated with default headers values
func (*UpdateServiceCustomServiceCreated) Error ¶
func (o *UpdateServiceCustomServiceCreated) Error() string
func (*UpdateServiceCustomServiceCreated) GetPayload ¶
func (o *UpdateServiceCustomServiceCreated) GetPayload() *dynatrace.EntityShortRepresentation
type UpdateServiceCustomServiceNoContent ¶
type UpdateServiceCustomServiceNoContent struct { }
UpdateServiceCustomServiceNoContent handles this case with default header values.
Success. Custom service has been updated. Response doesn't have a body.
func NewUpdateServiceCustomServiceNoContent ¶
func NewUpdateServiceCustomServiceNoContent() *UpdateServiceCustomServiceNoContent
NewUpdateServiceCustomServiceNoContent creates a UpdateServiceCustomServiceNoContent with default headers values
func (*UpdateServiceCustomServiceNoContent) Error ¶
func (o *UpdateServiceCustomServiceNoContent) Error() string
type UpdateServiceCustomServiceParams ¶
type UpdateServiceCustomServiceParams struct { /*Body JSON body of the request containing updated definition of the custom service. If *order* is present, it will be used. */ Body *dynatrace.CustomService /*ID The ID of the custom service to update. The ID of the custom service in the body of the request must match this ID. */ ID strfmt.UUID /*Technology Technology of the custom service to update. */ Technology string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateServiceCustomServiceParams contains all the parameters to send to the API endpoint for the update service custom service operation typically these are written to a http.Request
func NewUpdateServiceCustomServiceParams ¶
func NewUpdateServiceCustomServiceParams() *UpdateServiceCustomServiceParams
NewUpdateServiceCustomServiceParams creates a new UpdateServiceCustomServiceParams object with the default values initialized.
func NewUpdateServiceCustomServiceParamsWithContext ¶
func NewUpdateServiceCustomServiceParamsWithContext(ctx context.Context) *UpdateServiceCustomServiceParams
NewUpdateServiceCustomServiceParamsWithContext creates a new UpdateServiceCustomServiceParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateServiceCustomServiceParamsWithHTTPClient ¶
func NewUpdateServiceCustomServiceParamsWithHTTPClient(client *http.Client) *UpdateServiceCustomServiceParams
NewUpdateServiceCustomServiceParamsWithHTTPClient creates a new UpdateServiceCustomServiceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateServiceCustomServiceParamsWithTimeout ¶
func NewUpdateServiceCustomServiceParamsWithTimeout(timeout time.Duration) *UpdateServiceCustomServiceParams
NewUpdateServiceCustomServiceParamsWithTimeout creates a new UpdateServiceCustomServiceParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateServiceCustomServiceParams) SetBody ¶
func (o *UpdateServiceCustomServiceParams) SetBody(body *dynatrace.CustomService)
SetBody adds the body to the update service custom service params
func (*UpdateServiceCustomServiceParams) SetContext ¶
func (o *UpdateServiceCustomServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the update service custom service params
func (*UpdateServiceCustomServiceParams) SetHTTPClient ¶
func (o *UpdateServiceCustomServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update service custom service params
func (*UpdateServiceCustomServiceParams) SetID ¶
func (o *UpdateServiceCustomServiceParams) SetID(id strfmt.UUID)
SetID adds the id to the update service custom service params
func (*UpdateServiceCustomServiceParams) SetTechnology ¶
func (o *UpdateServiceCustomServiceParams) SetTechnology(technology string)
SetTechnology adds the technology to the update service custom service params
func (*UpdateServiceCustomServiceParams) SetTimeout ¶
func (o *UpdateServiceCustomServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update service custom service params
func (*UpdateServiceCustomServiceParams) WithBody ¶
func (o *UpdateServiceCustomServiceParams) WithBody(body *dynatrace.CustomService) *UpdateServiceCustomServiceParams
WithBody adds the body to the update service custom service params
func (*UpdateServiceCustomServiceParams) WithContext ¶
func (o *UpdateServiceCustomServiceParams) WithContext(ctx context.Context) *UpdateServiceCustomServiceParams
WithContext adds the context to the update service custom service params
func (*UpdateServiceCustomServiceParams) WithHTTPClient ¶
func (o *UpdateServiceCustomServiceParams) WithHTTPClient(client *http.Client) *UpdateServiceCustomServiceParams
WithHTTPClient adds the HTTPClient to the update service custom service params
func (*UpdateServiceCustomServiceParams) WithID ¶
func (o *UpdateServiceCustomServiceParams) WithID(id strfmt.UUID) *UpdateServiceCustomServiceParams
WithID adds the id to the update service custom service params
func (*UpdateServiceCustomServiceParams) WithTechnology ¶
func (o *UpdateServiceCustomServiceParams) WithTechnology(technology string) *UpdateServiceCustomServiceParams
WithTechnology adds the technology to the update service custom service params
func (*UpdateServiceCustomServiceParams) WithTimeout ¶
func (o *UpdateServiceCustomServiceParams) WithTimeout(timeout time.Duration) *UpdateServiceCustomServiceParams
WithTimeout adds the timeout to the update service custom service params
func (*UpdateServiceCustomServiceParams) WriteToRequest ¶
func (o *UpdateServiceCustomServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateServiceCustomServiceReader ¶
type UpdateServiceCustomServiceReader struct {
// contains filtered or unexported fields
}
UpdateServiceCustomServiceReader is a Reader for the UpdateServiceCustomService structure.
func (*UpdateServiceCustomServiceReader) ReadResponse ¶
func (o *UpdateServiceCustomServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateServiceCustomServicesOrderBadRequest ¶
type UpdateServiceCustomServicesOrderBadRequest struct {
Payload *dynatrace.ErrorEnvelope
}
UpdateServiceCustomServicesOrderBadRequest handles this case with default header values.
Failed. The input is invalid.
func NewUpdateServiceCustomServicesOrderBadRequest ¶
func NewUpdateServiceCustomServicesOrderBadRequest() *UpdateServiceCustomServicesOrderBadRequest
NewUpdateServiceCustomServicesOrderBadRequest creates a UpdateServiceCustomServicesOrderBadRequest with default headers values
func (*UpdateServiceCustomServicesOrderBadRequest) Error ¶
func (o *UpdateServiceCustomServicesOrderBadRequest) Error() string
func (*UpdateServiceCustomServicesOrderBadRequest) GetPayload ¶
func (o *UpdateServiceCustomServicesOrderBadRequest) GetPayload() *dynatrace.ErrorEnvelope
type UpdateServiceCustomServicesOrderNoContent ¶
type UpdateServiceCustomServicesOrderNoContent struct { }
UpdateServiceCustomServicesOrderNoContent handles this case with default header values.
Success. Custom services have been updated. Response doesn't have a body.
func NewUpdateServiceCustomServicesOrderNoContent ¶
func NewUpdateServiceCustomServicesOrderNoContent() *UpdateServiceCustomServicesOrderNoContent
NewUpdateServiceCustomServicesOrderNoContent creates a UpdateServiceCustomServicesOrderNoContent with default headers values
func (*UpdateServiceCustomServicesOrderNoContent) Error ¶
func (o *UpdateServiceCustomServicesOrderNoContent) Error() string
type UpdateServiceCustomServicesOrderParams ¶
type UpdateServiceCustomServicesOrderParams struct { /*Body JSON body of the request containing the IDs of the custom services in the desired order. Any further properties (*name*, *description*) will be ignored. */ Body *dynatrace.StubList /*Technology Technology of custom services to update. */ Technology string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateServiceCustomServicesOrderParams contains all the parameters to send to the API endpoint for the update service custom services order operation typically these are written to a http.Request
func NewUpdateServiceCustomServicesOrderParams ¶
func NewUpdateServiceCustomServicesOrderParams() *UpdateServiceCustomServicesOrderParams
NewUpdateServiceCustomServicesOrderParams creates a new UpdateServiceCustomServicesOrderParams object with the default values initialized.
func NewUpdateServiceCustomServicesOrderParamsWithContext ¶
func NewUpdateServiceCustomServicesOrderParamsWithContext(ctx context.Context) *UpdateServiceCustomServicesOrderParams
NewUpdateServiceCustomServicesOrderParamsWithContext creates a new UpdateServiceCustomServicesOrderParams object with the default values initialized, and the ability to set a context for a request
func NewUpdateServiceCustomServicesOrderParamsWithHTTPClient ¶
func NewUpdateServiceCustomServicesOrderParamsWithHTTPClient(client *http.Client) *UpdateServiceCustomServicesOrderParams
NewUpdateServiceCustomServicesOrderParamsWithHTTPClient creates a new UpdateServiceCustomServicesOrderParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewUpdateServiceCustomServicesOrderParamsWithTimeout ¶
func NewUpdateServiceCustomServicesOrderParamsWithTimeout(timeout time.Duration) *UpdateServiceCustomServicesOrderParams
NewUpdateServiceCustomServicesOrderParamsWithTimeout creates a new UpdateServiceCustomServicesOrderParams object with the default values initialized, and the ability to set a timeout on a request
func (*UpdateServiceCustomServicesOrderParams) SetBody ¶
func (o *UpdateServiceCustomServicesOrderParams) SetBody(body *dynatrace.StubList)
SetBody adds the body to the update service custom services order params
func (*UpdateServiceCustomServicesOrderParams) SetContext ¶
func (o *UpdateServiceCustomServicesOrderParams) SetContext(ctx context.Context)
SetContext adds the context to the update service custom services order params
func (*UpdateServiceCustomServicesOrderParams) SetHTTPClient ¶
func (o *UpdateServiceCustomServicesOrderParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update service custom services order params
func (*UpdateServiceCustomServicesOrderParams) SetTechnology ¶
func (o *UpdateServiceCustomServicesOrderParams) SetTechnology(technology string)
SetTechnology adds the technology to the update service custom services order params
func (*UpdateServiceCustomServicesOrderParams) SetTimeout ¶
func (o *UpdateServiceCustomServicesOrderParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update service custom services order params
func (*UpdateServiceCustomServicesOrderParams) WithBody ¶
func (o *UpdateServiceCustomServicesOrderParams) WithBody(body *dynatrace.StubList) *UpdateServiceCustomServicesOrderParams
WithBody adds the body to the update service custom services order params
func (*UpdateServiceCustomServicesOrderParams) WithContext ¶
func (o *UpdateServiceCustomServicesOrderParams) WithContext(ctx context.Context) *UpdateServiceCustomServicesOrderParams
WithContext adds the context to the update service custom services order params
func (*UpdateServiceCustomServicesOrderParams) WithHTTPClient ¶
func (o *UpdateServiceCustomServicesOrderParams) WithHTTPClient(client *http.Client) *UpdateServiceCustomServicesOrderParams
WithHTTPClient adds the HTTPClient to the update service custom services order params
func (*UpdateServiceCustomServicesOrderParams) WithTechnology ¶
func (o *UpdateServiceCustomServicesOrderParams) WithTechnology(technology string) *UpdateServiceCustomServicesOrderParams
WithTechnology adds the technology to the update service custom services order params
func (*UpdateServiceCustomServicesOrderParams) WithTimeout ¶
func (o *UpdateServiceCustomServicesOrderParams) WithTimeout(timeout time.Duration) *UpdateServiceCustomServicesOrderParams
WithTimeout adds the timeout to the update service custom services order params
func (*UpdateServiceCustomServicesOrderParams) WriteToRequest ¶
func (o *UpdateServiceCustomServicesOrderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateServiceCustomServicesOrderReader ¶
type UpdateServiceCustomServicesOrderReader struct {
// contains filtered or unexported fields
}
UpdateServiceCustomServicesOrderReader is a Reader for the UpdateServiceCustomServicesOrder structure.
func (*UpdateServiceCustomServicesOrderReader) ReadResponse ¶
func (o *UpdateServiceCustomServicesOrderReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ValidateCreateServiceCustomServiceBadRequest ¶
type ValidateCreateServiceCustomServiceBadRequest struct {
Payload *dynatrace.ErrorEnvelope
}
ValidateCreateServiceCustomServiceBadRequest handles this case with default header values.
Failed. The input is invalid.
func NewValidateCreateServiceCustomServiceBadRequest ¶
func NewValidateCreateServiceCustomServiceBadRequest() *ValidateCreateServiceCustomServiceBadRequest
NewValidateCreateServiceCustomServiceBadRequest creates a ValidateCreateServiceCustomServiceBadRequest with default headers values
func (*ValidateCreateServiceCustomServiceBadRequest) Error ¶
func (o *ValidateCreateServiceCustomServiceBadRequest) Error() string
func (*ValidateCreateServiceCustomServiceBadRequest) GetPayload ¶
func (o *ValidateCreateServiceCustomServiceBadRequest) GetPayload() *dynatrace.ErrorEnvelope
type ValidateCreateServiceCustomServiceNoContent ¶
type ValidateCreateServiceCustomServiceNoContent struct { }
ValidateCreateServiceCustomServiceNoContent handles this case with default header values.
Validated. The submitted configuration is valid. Response does not have a body.
func NewValidateCreateServiceCustomServiceNoContent ¶
func NewValidateCreateServiceCustomServiceNoContent() *ValidateCreateServiceCustomServiceNoContent
NewValidateCreateServiceCustomServiceNoContent creates a ValidateCreateServiceCustomServiceNoContent with default headers values
func (*ValidateCreateServiceCustomServiceNoContent) Error ¶
func (o *ValidateCreateServiceCustomServiceNoContent) Error() string
type ValidateCreateServiceCustomServiceParams ¶
type ValidateCreateServiceCustomServiceParams struct { /*Body JSON body of the request containing definition of the custom service to validate. */ Body *dynatrace.CustomService /*Technology Technology of the custom service to validate. */ Technology string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ValidateCreateServiceCustomServiceParams contains all the parameters to send to the API endpoint for the validate create service custom service operation typically these are written to a http.Request
func NewValidateCreateServiceCustomServiceParams ¶
func NewValidateCreateServiceCustomServiceParams() *ValidateCreateServiceCustomServiceParams
NewValidateCreateServiceCustomServiceParams creates a new ValidateCreateServiceCustomServiceParams object with the default values initialized.
func NewValidateCreateServiceCustomServiceParamsWithContext ¶
func NewValidateCreateServiceCustomServiceParamsWithContext(ctx context.Context) *ValidateCreateServiceCustomServiceParams
NewValidateCreateServiceCustomServiceParamsWithContext creates a new ValidateCreateServiceCustomServiceParams object with the default values initialized, and the ability to set a context for a request
func NewValidateCreateServiceCustomServiceParamsWithHTTPClient ¶
func NewValidateCreateServiceCustomServiceParamsWithHTTPClient(client *http.Client) *ValidateCreateServiceCustomServiceParams
NewValidateCreateServiceCustomServiceParamsWithHTTPClient creates a new ValidateCreateServiceCustomServiceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewValidateCreateServiceCustomServiceParamsWithTimeout ¶
func NewValidateCreateServiceCustomServiceParamsWithTimeout(timeout time.Duration) *ValidateCreateServiceCustomServiceParams
NewValidateCreateServiceCustomServiceParamsWithTimeout creates a new ValidateCreateServiceCustomServiceParams object with the default values initialized, and the ability to set a timeout on a request
func (*ValidateCreateServiceCustomServiceParams) SetBody ¶
func (o *ValidateCreateServiceCustomServiceParams) SetBody(body *dynatrace.CustomService)
SetBody adds the body to the validate create service custom service params
func (*ValidateCreateServiceCustomServiceParams) SetContext ¶
func (o *ValidateCreateServiceCustomServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the validate create service custom service params
func (*ValidateCreateServiceCustomServiceParams) SetHTTPClient ¶
func (o *ValidateCreateServiceCustomServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the validate create service custom service params
func (*ValidateCreateServiceCustomServiceParams) SetTechnology ¶
func (o *ValidateCreateServiceCustomServiceParams) SetTechnology(technology string)
SetTechnology adds the technology to the validate create service custom service params
func (*ValidateCreateServiceCustomServiceParams) SetTimeout ¶
func (o *ValidateCreateServiceCustomServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the validate create service custom service params
func (*ValidateCreateServiceCustomServiceParams) WithBody ¶
func (o *ValidateCreateServiceCustomServiceParams) WithBody(body *dynatrace.CustomService) *ValidateCreateServiceCustomServiceParams
WithBody adds the body to the validate create service custom service params
func (*ValidateCreateServiceCustomServiceParams) WithContext ¶
func (o *ValidateCreateServiceCustomServiceParams) WithContext(ctx context.Context) *ValidateCreateServiceCustomServiceParams
WithContext adds the context to the validate create service custom service params
func (*ValidateCreateServiceCustomServiceParams) WithHTTPClient ¶
func (o *ValidateCreateServiceCustomServiceParams) WithHTTPClient(client *http.Client) *ValidateCreateServiceCustomServiceParams
WithHTTPClient adds the HTTPClient to the validate create service custom service params
func (*ValidateCreateServiceCustomServiceParams) WithTechnology ¶
func (o *ValidateCreateServiceCustomServiceParams) WithTechnology(technology string) *ValidateCreateServiceCustomServiceParams
WithTechnology adds the technology to the validate create service custom service params
func (*ValidateCreateServiceCustomServiceParams) WithTimeout ¶
func (o *ValidateCreateServiceCustomServiceParams) WithTimeout(timeout time.Duration) *ValidateCreateServiceCustomServiceParams
WithTimeout adds the timeout to the validate create service custom service params
func (*ValidateCreateServiceCustomServiceParams) WriteToRequest ¶
func (o *ValidateCreateServiceCustomServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ValidateCreateServiceCustomServiceReader ¶
type ValidateCreateServiceCustomServiceReader struct {
// contains filtered or unexported fields
}
ValidateCreateServiceCustomServiceReader is a Reader for the ValidateCreateServiceCustomService structure.
func (*ValidateCreateServiceCustomServiceReader) ReadResponse ¶
func (o *ValidateCreateServiceCustomServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ValidateUpdateServiceCustomServiceBadRequest ¶
type ValidateUpdateServiceCustomServiceBadRequest struct {
Payload *dynatrace.ErrorEnvelope
}
ValidateUpdateServiceCustomServiceBadRequest handles this case with default header values.
Failed. The input is invalid.
func NewValidateUpdateServiceCustomServiceBadRequest ¶
func NewValidateUpdateServiceCustomServiceBadRequest() *ValidateUpdateServiceCustomServiceBadRequest
NewValidateUpdateServiceCustomServiceBadRequest creates a ValidateUpdateServiceCustomServiceBadRequest with default headers values
func (*ValidateUpdateServiceCustomServiceBadRequest) Error ¶
func (o *ValidateUpdateServiceCustomServiceBadRequest) Error() string
func (*ValidateUpdateServiceCustomServiceBadRequest) GetPayload ¶
func (o *ValidateUpdateServiceCustomServiceBadRequest) GetPayload() *dynatrace.ErrorEnvelope
type ValidateUpdateServiceCustomServiceNoContent ¶
type ValidateUpdateServiceCustomServiceNoContent struct { }
ValidateUpdateServiceCustomServiceNoContent handles this case with default header values.
Validated. The submitted configuration is valid. Response does not have a body.
func NewValidateUpdateServiceCustomServiceNoContent ¶
func NewValidateUpdateServiceCustomServiceNoContent() *ValidateUpdateServiceCustomServiceNoContent
NewValidateUpdateServiceCustomServiceNoContent creates a ValidateUpdateServiceCustomServiceNoContent with default headers values
func (*ValidateUpdateServiceCustomServiceNoContent) Error ¶
func (o *ValidateUpdateServiceCustomServiceNoContent) Error() string
type ValidateUpdateServiceCustomServiceParams ¶
type ValidateUpdateServiceCustomServiceParams struct { /*Body JSON body of the request containing definition of the custom service to validate. */ Body *dynatrace.CustomService /*ID The ID of the custom service to validate. */ ID strfmt.UUID /*Technology Technology of the custom service to validate. */ Technology string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ValidateUpdateServiceCustomServiceParams contains all the parameters to send to the API endpoint for the validate update service custom service operation typically these are written to a http.Request
func NewValidateUpdateServiceCustomServiceParams ¶
func NewValidateUpdateServiceCustomServiceParams() *ValidateUpdateServiceCustomServiceParams
NewValidateUpdateServiceCustomServiceParams creates a new ValidateUpdateServiceCustomServiceParams object with the default values initialized.
func NewValidateUpdateServiceCustomServiceParamsWithContext ¶
func NewValidateUpdateServiceCustomServiceParamsWithContext(ctx context.Context) *ValidateUpdateServiceCustomServiceParams
NewValidateUpdateServiceCustomServiceParamsWithContext creates a new ValidateUpdateServiceCustomServiceParams object with the default values initialized, and the ability to set a context for a request
func NewValidateUpdateServiceCustomServiceParamsWithHTTPClient ¶
func NewValidateUpdateServiceCustomServiceParamsWithHTTPClient(client *http.Client) *ValidateUpdateServiceCustomServiceParams
NewValidateUpdateServiceCustomServiceParamsWithHTTPClient creates a new ValidateUpdateServiceCustomServiceParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewValidateUpdateServiceCustomServiceParamsWithTimeout ¶
func NewValidateUpdateServiceCustomServiceParamsWithTimeout(timeout time.Duration) *ValidateUpdateServiceCustomServiceParams
NewValidateUpdateServiceCustomServiceParamsWithTimeout creates a new ValidateUpdateServiceCustomServiceParams object with the default values initialized, and the ability to set a timeout on a request
func (*ValidateUpdateServiceCustomServiceParams) SetBody ¶
func (o *ValidateUpdateServiceCustomServiceParams) SetBody(body *dynatrace.CustomService)
SetBody adds the body to the validate update service custom service params
func (*ValidateUpdateServiceCustomServiceParams) SetContext ¶
func (o *ValidateUpdateServiceCustomServiceParams) SetContext(ctx context.Context)
SetContext adds the context to the validate update service custom service params
func (*ValidateUpdateServiceCustomServiceParams) SetHTTPClient ¶
func (o *ValidateUpdateServiceCustomServiceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the validate update service custom service params
func (*ValidateUpdateServiceCustomServiceParams) SetID ¶
func (o *ValidateUpdateServiceCustomServiceParams) SetID(id strfmt.UUID)
SetID adds the id to the validate update service custom service params
func (*ValidateUpdateServiceCustomServiceParams) SetTechnology ¶
func (o *ValidateUpdateServiceCustomServiceParams) SetTechnology(technology string)
SetTechnology adds the technology to the validate update service custom service params
func (*ValidateUpdateServiceCustomServiceParams) SetTimeout ¶
func (o *ValidateUpdateServiceCustomServiceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the validate update service custom service params
func (*ValidateUpdateServiceCustomServiceParams) WithBody ¶
func (o *ValidateUpdateServiceCustomServiceParams) WithBody(body *dynatrace.CustomService) *ValidateUpdateServiceCustomServiceParams
WithBody adds the body to the validate update service custom service params
func (*ValidateUpdateServiceCustomServiceParams) WithContext ¶
func (o *ValidateUpdateServiceCustomServiceParams) WithContext(ctx context.Context) *ValidateUpdateServiceCustomServiceParams
WithContext adds the context to the validate update service custom service params
func (*ValidateUpdateServiceCustomServiceParams) WithHTTPClient ¶
func (o *ValidateUpdateServiceCustomServiceParams) WithHTTPClient(client *http.Client) *ValidateUpdateServiceCustomServiceParams
WithHTTPClient adds the HTTPClient to the validate update service custom service params
func (*ValidateUpdateServiceCustomServiceParams) WithID ¶
func (o *ValidateUpdateServiceCustomServiceParams) WithID(id strfmt.UUID) *ValidateUpdateServiceCustomServiceParams
WithID adds the id to the validate update service custom service params
func (*ValidateUpdateServiceCustomServiceParams) WithTechnology ¶
func (o *ValidateUpdateServiceCustomServiceParams) WithTechnology(technology string) *ValidateUpdateServiceCustomServiceParams
WithTechnology adds the technology to the validate update service custom service params
func (*ValidateUpdateServiceCustomServiceParams) WithTimeout ¶
func (o *ValidateUpdateServiceCustomServiceParams) WithTimeout(timeout time.Duration) *ValidateUpdateServiceCustomServiceParams
WithTimeout adds the timeout to the validate update service custom service params
func (*ValidateUpdateServiceCustomServiceParams) WriteToRequest ¶
func (o *ValidateUpdateServiceCustomServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ValidateUpdateServiceCustomServiceReader ¶
type ValidateUpdateServiceCustomServiceReader struct {
// contains filtered or unexported fields
}
ValidateUpdateServiceCustomServiceReader is a Reader for the ValidateUpdateServiceCustomService structure.
func (*ValidateUpdateServiceCustomServiceReader) ReadResponse ¶
func (o *ValidateUpdateServiceCustomServiceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files
¶
- create_service_custom_service_parameters.go
- create_service_custom_service_responses.go
- delete_service_custom_service_parameters.go
- delete_service_custom_service_responses.go
- get_service_custom_service_parameters.go
- get_service_custom_service_responses.go
- get_service_custom_services_parameters.go
- get_service_custom_services_responses.go
- service_custom_services_client.go
- update_service_custom_service_parameters.go
- update_service_custom_service_responses.go
- update_service_custom_services_order_parameters.go
- update_service_custom_services_order_responses.go
- validate_create_service_custom_service_parameters.go
- validate_create_service_custom_service_responses.go
- validate_update_service_custom_service_parameters.go
- validate_update_service_custom_service_responses.go