Skip to content

Commit

Permalink
[CI] markdown files has been generated
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Jan 24, 2025
1 parent c737b2c commit 56e3393
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
3 changes: 3 additions & 0 deletions content/en/cost_analysis/plugin/Job.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ bookFlatSection: true
### TaskInfo
* **task_options** (Struct) `Required`


* **task_changed** (ChangedInfo)

<br>

### TasksInfo
Expand Down
6 changes: 3 additions & 3 deletions content/en/cost_analysis/v1/Job.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Cancels a specific Job. You can manually cease a Job in run with this method.
"finished_at": "2022-04-02T09:19:47.715Z",
"changed": [
{
"start": "2021-01-01T00:00:00.000Z"
"start": "2021-01"
}
]
}
Expand Down Expand Up @@ -226,7 +226,7 @@ Gets a specific Job. Prints detailed information about the Job, including the pl
"finished_at": "2022-04-02T09:19:47.715Z",
"changed": [
{
"start": "2021-01-01T00:00:00.000Z"
"start": "2021-01"
}
]
}
Expand Down Expand Up @@ -333,7 +333,7 @@ Gets a list of all Jobs. You can use a query to get a filtered list of Jobs.
"finished_at": "2022-07-17T16:01:28.206Z",
"changed": [
{
"start": "2022-07-01T00:00:00.000Z"
"start": "2022-07"
}
]
}
Expand Down
13 changes: 13 additions & 0 deletions content/en/cost_analysis/v1/JobTask.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Gets a specific JobTask. Prints detailed information about the JobTask, includin

* **options** (Struct) `Required`

* **changed** (ChangedInfo) `Required`

* **created_count** (int32) `Required`

* **error_code** (string) `Required`
Expand Down Expand Up @@ -111,6 +113,13 @@ Gets a specific JobTask. Prints detailed information about the JobTask, includin
"month": "202207",
"platform": "gcp"
},
"changed": {
"start": "2024-12",
"end": "2025-01",
"filter": {
"additional_info.Account ID": "3241123123"
}
},
"created_count": 1,
"job_id": "job-85cf2c385252",
"data_source_id": "ds-c96609f5afeb",
Expand Down Expand Up @@ -174,6 +183,7 @@ Gets a list of all JobTasks. You can use a query to get a filtered list of JobTa

{{< highlight json >}}
{
"data_source_id": "ds-12asdsf2a",
"query": {}
}
{{< /highlight >}}
Expand Down Expand Up @@ -271,6 +281,9 @@ Gets a list of all JobTasks. You can use a query to get a filtered list of JobTa
* **options** (Struct) `Required`


* **changed** (ChangedInfo) `Required`


* **created_count** (int32) `Required`


Expand Down

0 comments on commit 56e3393

Please sign in to comment.