Documentation
¶
Overview ¶
Package collect -- generated by scloudgen !! DO NOT EDIT !!
Index ¶
- func CreateExecution(cmd *cobra.Command, args []string) error
- func CreateJob(cmd *cobra.Command, args []string) error
- func DeleteJob(cmd *cobra.Command, args []string) error
- func DeleteJobs(cmd *cobra.Command, args []string) error
- func GetExecution(cmd *cobra.Command, args []string) error
- func GetJob(cmd *cobra.Command, args []string) error
- func ListJobs(cmd *cobra.Command, args []string) error
- func PatchExecution(cmd *cobra.Command, args []string) error
- func PatchJob(cmd *cobra.Command, args []string) error
- func PatchJobs(cmd *cobra.Command, args []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateExecution ¶
CreateExecution Creates an execution for a scheduled job based on the job ID.
func CreateJob ¶
CreateJob This API returns `403` if the number of collect workers is over a certain limit.
func DeleteJobs ¶
DeleteJobs Removes all jobs on a tenant.
func GetExecution ¶
GetExecution Returns the execution details based on the execution ID and job ID.
func PatchExecution ¶
PatchExecution Modifies an execution based on the job ID.
func PatchJob ¶
PatchJob This API returns `403` if the number of collect workers is over a certain limit.
func PatchJobs ¶
PatchJobs This is a non-atomic operation and the results are returned as a list with each job patch result as its element. This API returns `200 OK` regardless of how many jobs were successfully patched. You must read the response body to find out if all jobs are patched. When the API is called, the `jobIDs` or `connectorID` must be specified. Do not specify more than one of them at the same time. This API returns `403` if the number of collect workers is over a certain limit.
Types ¶
This section is empty.