Skip to content

Commit 56e3393

Browse files
[CI] markdown files has been generated
1 parent c737b2c commit 56e3393

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

content/en/cost_analysis/plugin/Job.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ bookFlatSection: true
158158
### TaskInfo
159159
* **task_options** (Struct) `Required`
160160

161+
162+
* **task_changed** (ChangedInfo)
163+
161164
<br>
162165

163166
### TasksInfo

content/en/cost_analysis/v1/Job.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Cancels a specific Job. You can manually cease a Job in run with this method.
123123
"finished_at": "2022-04-02T09:19:47.715Z",
124124
"changed": [
125125
{
126-
"start": "2021-01-01T00:00:00.000Z"
126+
"start": "2021-01"
127127
}
128128
]
129129
}
@@ -226,7 +226,7 @@ Gets a specific Job. Prints detailed information about the Job, including the pl
226226
"finished_at": "2022-04-02T09:19:47.715Z",
227227
"changed": [
228228
{
229-
"start": "2021-01-01T00:00:00.000Z"
229+
"start": "2021-01"
230230
}
231231
]
232232
}
@@ -333,7 +333,7 @@ Gets a list of all Jobs. You can use a query to get a filtered list of Jobs.
333333
"finished_at": "2022-07-17T16:01:28.206Z",
334334
"changed": [
335335
{
336-
"start": "2022-07-01T00:00:00.000Z"
336+
"start": "2022-07"
337337
}
338338
]
339339
}

content/en/cost_analysis/v1/JobTask.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ Gets a specific JobTask. Prints detailed information about the JobTask, includin
7777

7878
* **options** (Struct) `Required`
7979

80+
* **changed** (ChangedInfo) `Required`
81+
8082
* **created_count** (int32) `Required`
8183

8284
* **error_code** (string) `Required`
@@ -111,6 +113,13 @@ Gets a specific JobTask. Prints detailed information about the JobTask, includin
111113
"month": "202207",
112114
"platform": "gcp"
113115
},
116+
"changed": {
117+
"start": "2024-12",
118+
"end": "2025-01",
119+
"filter": {
120+
"additional_info.Account ID": "3241123123"
121+
}
122+
},
114123
"created_count": 1,
115124
"job_id": "job-85cf2c385252",
116125
"data_source_id": "ds-c96609f5afeb",
@@ -174,6 +183,7 @@ Gets a list of all JobTasks. You can use a query to get a filtered list of JobTa
174183

175184
{{< highlight json >}}
176185
{
186+
"data_source_id": "ds-12asdsf2a",
177187
"query": {}
178188
}
179189
{{< /highlight >}}
@@ -271,6 +281,9 @@ Gets a list of all JobTasks. You can use a query to get a filtered list of JobTa
271281
* **options** (Struct) `Required`
272282

273283

284+
* **changed** (ChangedInfo) `Required`
285+
286+
274287
* **created_count** (int32) `Required`
275288

276289

0 commit comments

Comments
 (0)