Documentation
¶
Overview ¶
This package contains the internal data structures used by the client in order to generate and parse the JSON documents used by in the AWX API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthTokenPostRequest ¶
type AuthTokenPostResponse ¶
type JobTemplate ¶
type JobTemplateGetResponse ¶
type JobTemplateGetResponse struct {
JobTemplate
}
type JobTemplateLaunchGetResponse ¶
type JobTemplateLaunchGetResponse struct {
JobTemplateData *JobTemplateGetResponse `json:"job_template_data,omitempty"`
}
type JobTemplateLaunchPostRequest ¶
type JobTemplateLaunchPostRequest struct {
ExtraVars string `json:"extra_vars,omitempty"`
}
type JobTemplateLaunchPostResponse ¶
type JobTemplateLaunchPostResponse struct {
}
type JobTemplatesGetResponse ¶
type JobTemplatesGetResponse struct {
ListGetResponse
Results []*JobTemplate `json:"results,omitempty"`
}
type ListGetResponse ¶
Click to show internal directories.
Click to hide internal directories.