File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,15 @@ import (
10
10
11
11
// LogpushJob describes a Logpush job.
12
12
type LogpushJob struct {
13
- ID int `json:"id,omitempty"`
14
- Enabled bool `json:"enabled"`
15
- Name string `json:"name"`
16
- LogpullOptions string `json:"logpull_options"`
17
- DestinationConf string `json:"destination_conf"`
18
- LastComplete * time.Time `json:"last_complete,omitempty"`
19
- LastError * time.Time `json:"last_error,omitempty"`
20
- ErrorMessage string `json:"error_message,omitempty"`
13
+ ID int `json:"id,omitempty"`
14
+ Enabled bool `json:"enabled"`
15
+ Name string `json:"name"`
16
+ LogpullOptions string `json:"logpull_options"`
17
+ DestinationConf string `json:"destination_conf"`
18
+ OwnershipChallenge string `json:"ownership_challenge"`
19
+ LastComplete * time.Time `json:"last_complete,omitempty"`
20
+ LastError * time.Time `json:"last_error,omitempty"`
21
+ ErrorMessage string `json:"error_message,omitempty"`
21
22
}
22
23
23
24
// LogpushJobsResponse is the API response, containing an array of Logpush Jobs.
You can’t perform that action at this time.
0 commit comments